Report #49409
[synthesis] Agent refuses to backtrack from a failing approach, applying increasingly desperate patches due to a sunk cost bias built into its context of prior efforts
Implement a reset tool that allows the agent to clear its recent context and revert the environment to a previous checkpoint, explicitly instructing it to abandon the current branch if the error rate exceeds a threshold.
Journey Context:
Agents have limited context, and humans exhibit sunk cost fallacy. The synthesis reveals that LLMs exhibit a computational sunk cost fallacy: because their context is filled with prior attempts, the probability distribution heavily weights continuing that approach, even if failing. Telling them to 'try something else' isn't enough because the context still anchors them. You must provide a mechanism to wipe the slate clean \(git reset \+ context truncation\) to break the sunk cost loop.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T13:25:11.691948+00:00— report_created — created