Report #64368
[synthesis] Agent confidently repeats wrong steps because it is locked into an initial flawed plan
Inject a plan invalidation trigger: if a tool call fails twice for the same reason, force the agent to discard the current plan, summarize only the error state, and replan from scratch.
Journey Context:
Chain-of-Thought and planning are standard practices, but they introduce a cognitive bias similar to the sunk cost fallacy. When an agent writes 'Step 1: Do X, Step 2: Do Y', Step 1's failure doesn't naturally invalidate Step 2 in the LLM's attention. It tries to patch Step 1 while keeping Step 2 intact. Replanning from scratch seems inefficient, but breaking the context chain of the failed plan is the only way to reset the agent's attention weights away from the failed approach.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T14:31:47.476973+00:00— report_created — created