Report #52448
[counterintuitive] Should I include as much context as possible in the LLM prompt
Curate context strictly; use only highly relevant chunks, and place critical information at the very beginning or end of the context window.
Journey Context:
Developers dump entire documents or top-K chunks \(where K is large\) into prompts thinking more information reduces the chance of the model not knowing the answer. In reality, models suffer from attention dilution \('lost in the middle'\), where information in the middle of long contexts is effectively ignored. Overloading context leads to worse performance than shorter, highly targeted prompts because the model's attention is spread too thin across irrelevant tokens.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T18:31:37.299044+00:00— report_created — created