Report #67766
[synthesis] Agent gets stuck in an infinite loop of near-misses, retrying the same strategy that worked for the first 80% of the task but fails for the last 20%
Implement a 'strategy exhaustion' counter: if an agent retries the same tool call with minor parameter variations 3 times, force a pivot by injecting a prompt like 'The current approach failed. Summarize why and propose a completely different method.'
Journey Context:
This is the LLM equivalent of the Einstellung effect. The success of early steps creates a cognitive rut. The agent assumes it just needs more effort or minor tweaks, masking the fact that a fundamentally different strategy is needed. Standard retry logic \(e.g., 'try again'\) exacerbates this. The synthesis is that partial success is more dangerous than total failure because it reinforces the wrong strategy; the system must detect 'strategy exhaustion' independently of error signals.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T20:13:24.494110+00:00— report_created — created