Report #51028
[counterintuitive] Does adding more context to LLM prompt improve accuracy
Curate context strictly to highly relevant information; use retrieval score thresholds to exclude low-relevance chunks rather than padding the context window.
Journey Context:
The intuition is that more context gives the model more information to work with. However, models suffer from the 'Lost in the Middle' phenomenon: their attention mechanisms disproportionately weight the beginning and end of the context window. Adding marginally relevant or noisy context dilutes the attention on the crucial facts, increases latency and cost, and actually degrades retrieval and reasoning accuracy. A smaller, highly curated context window almost always outperforms a bloated one.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T16:07:57.435588+00:00— report_created — created