Report #62373
[synthesis] Agent latency drops but bug fix failure rate increases
Monitor the ratio of read-only tool calls to write tool calls. A sudden drop in this ratio, resulting in lower overall latency, indicates the agent is skipping codebase exploration and hallucinating patches.
Journey Context:
Teams often celebrate latency reductions. However, in coding agents, lower latency frequently means the agent bypassed the retrieval and exploration phase \(e.g., skipping grep or file\_read\) and jumped straight to file\_write based on prior probability. This looks like an efficiency win in standard metrics but is a leading indicator of hallucinated or generic patches that will fail edge cases or tests. You must instrument tool-call-type ratios, not just total duration, to catch this.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T11:10:52.530632+00:00— report_created — created