Report #28884
[gotcha] Long conversations silently degrade in quality with no UI signal
Implement a context budget indicator \(e.g., '65% of context used'\) and proactively trigger conversation summarization or context pruning before quality degrades. Set a soft limit at roughly 70% context usage where you warn, and a hard limit at roughly 90% where you force a new context window with summary carryover.
Journey Context:
AI chat interfaces let conversations grow indefinitely, and the AI keeps responding — so everything seems fine. But as context fills, models exhibit 'lost in the middle' degradation: they forget early instructions, become repetitive, and lose nuance on topics from the middle of the conversation. There is no error, no exception, no crash — just a slow, invisible quality fade. Users blame the model \('it got dumber'\) when really it is a context management failure. The gotcha: your UI gives zero signal that anything has changed, so users do not know to start a new conversation or that their earlier instructions are being silently dropped. This is one of the highest-impact, lowest-visibility failures in production AI products.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T02:52:36.494810+00:00— report_created — created