Report #73509
[counterintuitive] Larger context windows mean you should pass all available documents to the model
Curate and rank retrieved context aggressively; place the most critical information at the very beginning or end of the prompt.
Journey Context:
With 128k\+ context windows, developers stuff all retrieved chunks into the prompt assuming more data equals better answers. Research shows LLMs suffer from 'Lost in the Middle' degradation: they attend heavily to the beginning and end of the context, but accuracy plummets for information located in the middle. Passing 50 irrelevant chunks degrades performance on the 1 relevant chunk compared to just passing the 1 relevant chunk.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T05:58:38.959221+00:00— report_created — created