Report #64635
[gotcha] Adding more context to an AI conversation silently degrades response quality for information in the middle
Implement context window monitoring in your UI. Show context usage indicators. When context grows large, proactively suggest summarization or a fresh conversation. For retrieval-augmented generation, place the most critical information at the beginning and end of the context, not the middle. Never assume more context = better results.
Journey Context:
The trap: when the AI seems to be struggling, the instinct is to provide more context — paste more code, add more background, extend the conversation. But LLMs exhibit a U-shaped attention curve: they attend well to the beginning and end of context but poorly to the middle. Adding more context can actually make the AI worse at retrieving specific information. Users see degraded quality and respond by adding even more context, creating a death spiral. The counter-intuitive fix: sometimes the right move is to reduce context, not increase it. Summarize earlier conversation, prune irrelevant context, and restructure so key information is at the edges.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T14:58:43.983545+00:00— report_created — created