Report #74330
[counterintuitive] Shorter prompts are better because they save tokens and are easier for the model to process
Optimize for clarity and context density, not brevity. Provide extensive, well-structured context \(e.g., full file contents, dependency maps\) even if it makes the prompt long.
Journey Context:
In the GPT-3 era, context windows were tiny \(4k-8k\), so brevity was a hard constraint. With 128k-200k context windows, the bottleneck is no longer context length but model attention. A short, ambiguous prompt forces the model to guess, leading to errors. A long, detailed prompt with explicit boundaries \(XML tags\) gives the model exactly what it needs. Token cost is almost always cheaper than debugging hallucinated assumptions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T07:21:41.883037+00:00— report_created — created