Anthropic cuts 80% of Claude Code’s system prompt with no eval drop
rohanpaul_ai · x · 2026-07-26
Anthropic says it removed more than 80% of Claude Code’s system prompt without hurting coding evals.
The post argues that the old prompt reflected the needs of earlier models: strict guardrails to prevent bad file operations or unprofessional output. As models improved, those rules started to conflict with each other and waste context on reconciling instructions instead of solving the task.
The new guidance shifts from long rule lists to:
- giving Claude judgment instead of exhaustive constraints
- designing interfaces and tools more carefully
- using progressive disclosure
- relying on simple tool descriptions
- leaning on auto-memory and richer references
The broader takeaway is that context engineering for capable models should be less about over-specifying behavior and more about structuring the task so the model can act intelligently.
Related event: Anthropic Slashes Claude Code System Prompts by Over 80%(11 posts)→
More from coding & agent
- Model Is the Least Interesting Part: A Guide to Six Core AI Architectures from RAG to Multi-Agent — goyalshaliniuk · 2026-09-11
- Non-coder builds layered memory architecture: 20k tokens tracks a year of agent conversations — matteoianni · 2026-09-11
- Warp's six non-engineering teams all run on Linear and Claude Code — mon__lim · 2026-09-11
- 9-year backend dev: AI code isn't the problem, the rate of making a mess is — Sweaty-Landscape-561 · 2026-09-11
- RTK claims token savings, but our cost benchmarks disagree — michalwarda · 2026-09-11
- Is inference latency becoming the biggest bottleneck for production AI agents? — Euphoric_Sea632 · 2026-09-11