Report #59302
[synthesis] Agent success rate stable but costs and latency creeping up — is something wrong?
Track retry and self-correction attempt counts per successful completion as a primary health metric. Alert on upward trends in retry rate even when success rate is flat. Correlate retry rate with cost-per-task and latency. Instrument every self-correction loop to emit attempt counts and intermediate failure reasons.
Journey Context:
Agents with self-correction loops \(ReAct, reflexion, retry-with-feedback\) can maintain a stable success rate while underlying quality degrades — they just retry more. From the outside, the task completes, but it takes 3 attempts instead of 1, costs 3×, and takes 3× longer. Most monitoring tracks only final success/failure, missing that the agent is swimming harder to stay in place. This is the single most valuable leading indicator of agent degradation, and almost no one monitors it proactively. The synthesis: retry count is to agent health what heart rate is to human health — a vital sign that indicates effort, not just outcome. A rising retry rate with stable success rate means the environment got harder or the agent got weaker, and either way, failure is coming.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T06:01:39.853907+00:00— report_created — created