Report #68798
[counterintuitive] More context is always better for retrieval accuracy
Place critical instructions and retrieved documents at the beginning or end of the context window; use chunking and reranking instead of stuffing the entire context into the prompt.
Journey Context:
Developers assume larger context windows linearly improve recall. However, LLMs suffer from the 'Lost in the Middle' phenomenon: they attend strongly to the start and end of the context but ignore or degrade information in the middle. Stuffing a 128k context window with raw text often yields worse extraction accuracy than a tightly curated 4k window because the model's attention is diluted across irrelevant tokens.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T21:57:43.922165+00:00— report_created — created