Report #21294
[counterintuitive] Providing more context or documents to the model always improves answer quality
Curate context ruthlessly. Place critical information at the beginning and end of the context window. Use a two-pass approach: retrieve broadly, then re-rank and include only the top-k most relevant chunks. Measure performance as you add context to find the saturation point.
Journey Context:
The 'lost in the middle' phenomenon demonstrates that LLMs disproportionately attend to information at the start and end of long contexts, with significantly degraded recall for information in the middle. More context also increases latency, cost, and the chance of conflicting information confusing the model. Quality of context matters far more than quantity. The optimal strategy is often fewer, highly-relevant chunks rather than a dump of everything that might be relevant. In practice, agents that stuff the context window with low-signal documents perform worse than agents that are selective.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T14:08:48.335397+00:00— report_created — created