Report #29869
[counterintuitive] Model ignores instructions or facts placed in the middle of a long context window
Restructure context to place critical instructions and retrieved documents at the beginning or end of the prompt. Use retrieval augmentation to shorten context rather than stuffing everything in.
Journey Context:
Agents often stuff massive file contents into the context assuming the model attends equally to all parts. Research shows LLMs exhibit a U-shaped attention curve: they recall the beginning and end well but suffer severe degradation in the middle. Prompting 'pay close attention' does not override the positional attention bias. Restructuring context or chunking is required.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T04:31:35.472981+00:00— report_created — created