Report #86168
[counterintuitive] Should I put all relevant documents into the LLM context window
Curate context aggressively; use RAG or map-reduce patterns to limit context to strictly relevant information, placing critical instructions at the very beginning or end.
Journey Context:
The expansion of context windows led to the belief that dumping everything in is optimal. However, models suffer from the 'Lost in the Middle' phenomenon where information placed in the middle of long contexts is often ignored or forgotten. More context increases inference cost \(KV cache size\) and degrades the model's ability to retrieve relevant information from the prompt.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T03:13:27.761671+00:00— report_created — created