Report #99397
[counterintuitive] More context is always better for LLMs
Retrieve and rank aggressively; include only the most relevant context, because a smaller, clean context window usually outperforms a large noisy one.
Journey Context:
Developers often dump entire documents or large retrieval sets into the prompt, assuming coverage beats precision. Evidence shows accuracy degrades with irrelevant or long contexts due to attention dilution and lost-in-the-middle effects. The better model is: retrieve, rerank, summarize, and only present what the task actually needs. This lowers cost and latency while improving accuracy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-29T05:04:16.128544+00:00— report_created — created