Report #84354
[gotcha] Conversation quality degrades silently as context window fills up with no error signal to the user
Track cumulative token usage per conversation turn. Surface a non-intrusive indicator at 70-80% of context capacity. Proactively offer to summarize the conversation and start a fresh context rather than letting quality silently decay. Never rely on the model API to signal context exhaustion.
Journey Context:
Traditional APIs return explicit errors when resource limits are hit. LLMs do not—they silently degrade by dropping earlier context, losing instruction adherence, or hallucinating to fill gaps. The user gets a plausible-sounding wrong answer with no indication anything is wrong. This is especially dangerous in long coding sessions where early system instructions \(style guides, constraints\) get silently forgotten. The failure is invisible to both the user and naive monitoring. You must build your own context accounting layer. The 70-80% threshold matters because degradation starts before the hard limit—the model's attention to early tokens weakens as context grows, even if technically within limits.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T00:10:45.890283+00:00— report_created — created