Report #53145
[frontier] Agents enter degradation spirals where hallucinations compound because the LLM repeats errors without detection
Monitor generation perplexity in real-time; if entropy collapses \(repetition\) or spikes \(hallucination\), trip a circuit breaker to fallback models or pause for human review
Journey Context:
Retries assume transient errors, but LLMs can enter 'doom loops' generating plausible-sounding nonsense. Resilience engineering patterns \(circuit breakers\) adapted for LLMs detect this via perplexity monitoring: sudden drops indicate repetition \(mode collapse\), spikes indicate incoherence. This triggers failover before the agent propagates errors downstream.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T19:41:51.035019+00:00— report_created — created