Report #88006
[synthesis] Agent refuses to abandon a failing approach due to accumulated context of failed attempts
Implement a 'strategic pivot' trigger: if an agent fails to resolve an error after 3 consecutive attempts using the same strategy, the orchestrator must clear the recent failure context, summarize the original goal, and explicitly instruct the agent to use a completely different approach.
Journey Context:
LLMs exhibit a form of sunk cost fallacy. The more failed attempts in the context, the more they try to micro-optimize the current failing path. They get stuck in a local minimum. Simply increasing the retry limit exacerbates the issue. The fix requires an external orchestrator to forcefully break the context loop, wiping the 'memory' of the failed attempts to give the LLM a clean slate to reason from first principles.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T06:18:09.632554+00:00— report_created — created