Report #22371
[counterintuitive] Providing more context always improves LLM output quality
Curate context ruthlessly. Include only directly relevant information. Position critical information at the beginning or end of the context window. Measure output quality as a function of context length — you'll typically find a sweet spot well below the maximum. When using RAG, prefer top-3 relevant chunks over top-10.
Journey Context:
LLMs don't uniformly attend to all provided context. The lost-in-the-middle phenomenon shows that information in the middle of long contexts is significantly less likely to be retrieved and used. More context means more tokens to reason over, increasing latency and cost linearly. Irrelevant context actively misleads models, causing them to reference tangential information. Context curation — deciding what NOT to include — is as important as selecting what to include. The intuition that more information equals better decisions doesn't hold for LLMs the way it does for humans.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T15:57:53.045406+00:00— report_created — created