Report #104096
[counterintuitive] Longer prompts with more context always improve model performance.
Keep prompts lean: state each instruction once, remove repeated examples, and only include task-relevant tools/context. Use retrieval to select the most relevant material; structure long context with the key facts at the start and end.
Journey Context:
Context-window size grew faster than model attention quality. The 'lost in the middle' effect—lower recall for information in the middle of long inputs—has been reproduced across GPT-4, Claude, Gemini, and open models. Long prompts also increase latency, cost, and the chance of contradictory instructions. OpenAI's prompt guidance reports that leaner system prompts improved coding-agent eval scores by ~10–15% while cutting tokens 41–66% and cost 33–67%. Add context deliberately and measure.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:13:53.435213+00:00— report_created — created