Report #88653
[counterintuitive] Should I stuff as much context as possible into the LLM prompt
Curate context aggressively; place the most important information at the very beginning or end of the prompt, and keep total context well below the maximum limit to optimize retrieval accuracy.
Journey Context:
With 100k\+ context windows, developers stuff the prompt with everything, assuming the model will find the needle. Research shows LLMs suffer severely from the 'Lost in the Middle' effect: they recall information at the start and end of the context but ignore or forget information in the middle. More context also increases latency, cost, and the chance of conflicting information confusing the model.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T07:23:21.131085+00:00— report_created — created