Anthropic says it cut Claude Code’s system prompt by over 80% for newer models
Anthropic says it removed more than 80% of Claude Code’s system prompt for advanced models including Claude Opus 5 and Claude Fable 5 without a measurable loss in its coding evaluations. The change moves some guidance into tools and selectively loaded skills, but the company has not released the evaluation data and still uses the fuller prompt for older models.
- Anthropic says it cut more than 80% of Claude Code’s system prompt for advanced models, with no measurable loss on its coding evaluations.
- The company is moving some persistent instructions into tool descriptions and skills that the agent can load when needed.
- The result is explicitly model-specific: older models retain the fuller prompt, and Anthropic has not released the underlying evaluation design or data.
Anthropic, the AI company that develops Claude Code, says it has removed more than 80% of the coding agent’s system prompt for advanced models including Claude Opus 5 and Claude Fable 5. The company says the reduction caused no measurable loss on its coding evaluations. That is a consequential claim about how the product is controlled—but it is a company claim without a published test set, baseline, task mix or results.
Thariq Shihipar, an Anthropic member of technical staff who had publicly described the shift earlier in the month and wrote the company’s new context-engineering guidance, frames the change as a response to stronger models being overconstrained. In the company’s announcement, he says Claude Code had accumulated rules across its system prompt, CLAUDE.md files and skills that could conflict with a user’s request or be wrong in a particular case.

Anthropic’s company-reported visual summary of its context-engineering changes for Claude Code. Source: Claude by Anthropic.
The change is a redistribution of control
A system prompt supplies persistent, product-level instructions to an agent. Anthropic is not saying that Claude Code no longer needs guidance. It is shifting which guidance lives in the always-present prompt, which lives beside a tool, and which is loaded only for a relevant job.
For example, the previous prompt’s broad instruction to avoid comments and long comment blocks has been replaced with a direction to match the surrounding code’s comment density, naming and idiom. The company says verification and code-review information can sit in separate skills that Claude Code calls selectively; some tool definitions are also deferred until the agent searches for them. It recommends keeping focused on codebase-specific gotchas rather than facts an agent can discover from repository files.