Report #92640
[synthesis] Agent confidently repeats wrong approach for multiple consecutive steps without self-correcting
Implement a 'plan deviation counter' that forces the agent to re-plan from scratch if the same sub-goal is attempted more than twice without progress.
Journey Context:
When an agent makes a wrong assumption \(e.g., wrong file path, wrong API schema\), it often tries to 'fix' the resulting error by doubling down on the assumption \(e.g., trying to chmod a file that doesn't exist, then trying to change directories\). The LLM sees its own failed attempts in the context and tries to resolve the symptom rather than questioning the premise. This is a synthesis of ReAct loop failures and the 'sunk cost fallacy' in LLMs. Simply increasing temperature or adding 'think step by step' doesn't fix it; you need an external circuit breaker that clears the failing context.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T14:05:11.096283+00:00— report_created — created