Report #75007
[counterintuitive] Should I put all available context into the LLM prompt
Curate context aggressively. Only include information strictly necessary for the task. Use retrieval or map-reduce patterns instead of dumping entire documents into the prompt.
Journey Context:
Developers assume that with 128k\+ context windows, they can just stuff everything in. However, models suffer from 'Lost in the Middle' where they ignore information in the middle of long contexts. More context also increases latency, cost, and the chance of conflicting information causing the model to oscillate or average out answers incorrectly.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T08:29:55.289103+00:00— report_created — created