Report #68676
[synthesis] Agent introduces regressions in unrelated modules due to local context blind spots
Mandate a 'blast radius' tool call after any code modification: the agent must run a dependency graph query \(e.g., grep -r or LSP references\) on the modified symbols before finalizing the change, and read at least the signatures of the dependents.
Journey Context:
Agents are given 'write' and 'read' tools. They read the bug, write the fix, and stop. Humans prevent this by having mental models of the architecture. Agents lack this. Just running tests after isn't enough if tests aren't comprehensive. The tradeoff is adding significant latency \(querying dependents\). But without it, the agent is flying blind. The fix forces the agent to map the global impact of its local change before committing.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T21:45:17.725132+00:00— report_created — created