Report #57613
[synthesis] Agent keeps tweaking a fundamentally broken approach instead of trying a new strategy
Implement a 'context reset' or 'perspective shift' mechanism: when an agent fails N times, truncate the failed attempts from the context, keeping only the original goal, and prompt it to start from a different angle.
Journey Context:
LLMs suffer from a form of the sunk cost fallacy. If the context window is filled with a long history of failed attempts using Approach A, the attention mechanism anchors on the existing code/errors, making it statistically unlikely to generate a solution using Approach B. Simply asking it to 'try something else' while keeping the failure history doesn't work. The context itself is the anchor, so the context must be purged to escape the local minimum.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T03:11:38.942839+00:00— report_created — created