
Anthropic’s latest guidance on context engineering is a useful correction to one of the biggest mistakes companies make with AI systems: treating the prompt like the whole product.
In The new rules of context engineering for Claude 5 generation models, Anthropic says it removed more than 80% of Claude Code’s system prompt for newer models such as Claude Opus 5 and Claude Fable 5, with no measurable loss on its coding evaluations. That is not a small optimization. It is a signal that the operating model is changing.
The best AI workflows are moving away from walls of rigid instructions and toward cleaner context, better tools, and stronger judgment.
Why Context Engineering Matters
A prompt is the message a user writes. Context is everything the model receives around that message: system instructions, project files, memory, skills, tool descriptions, examples, references, permissions, and the hidden structure of the product itself.
For businesses, that distinction matters. A sales assistant, SEO workflow, customer support agent, or internal coding agent cannot depend on one perfect prompt. It needs a reliable operating environment. That means the surrounding context has to be designed with the same care as a dashboard, CRM process, or automation pipeline.
The older instinct was to add more rules. Tell the model exactly what to do. Add examples. Repeat the warning. Put the most important instruction in three places. That made sense when models were more brittle. But Anthropic’s article argues that newer models are better at interpreting intent, resolving tradeoffs, and using judgment when the surrounding system gives them room.
The Shift: From Control to Clarity
The most important lesson is not “write shorter prompts.” It is sharper than that: remove instructions that no longer create value.
Overconstrained AI systems create drag. Conflicting instructions make the model spend attention on policy archaeology instead of the user’s actual goal. A command like “never write comments” may prevent bad comments in one case, but it can also block useful documentation in another. A better instruction is contextual: match the surrounding code, the user’s request, and the project style.
Good context engineering gives the model judgment boundaries, not a maze of brittle commands.
That is a better mental model for business AI as well. Instead of trying to script every possible customer inquiry, lead qualification edge case, or content workflow, companies should define the inputs, tools, constraints, review standards, and escalation points. The AI should know how to operate, not just what sentence to say next.
Tools Beat Examples
Anthropic also points out that examples can sometimes narrow the model’s thinking. Older systems needed examples to learn how to use tools. Newer models can often infer usage from a clean interface: expressive parameters, obvious statuses, and concise descriptions.
That is a product design lesson. If an AI agent keeps using a tool incorrectly, the answer may not be another paragraph of instructions. The better fix may be renaming a parameter, tightening the schema, splitting one messy action into two clear ones, or making the possible states explicit.
This is where AI implementation starts looking less like copywriting and more like systems design. The question becomes: what does the agent need to see, when does it need to see it, and what action surface should it have?
Progressive Disclosure Is the Practical Win
One of the stronger ideas in the piece is progressive disclosure. Instead of loading every rule, process, style guide, and exception into the main prompt, Anthropic recommends letting the system pull specialized context only when needed.
That can mean skills for specific workflows, separate verification guides, project-specific files, structured references, or tool definitions that load on demand. The goal is simple: keep the default context lightweight, then bring in depth at the moment it matters.
For real businesses, progressive disclosure is how AI systems stay useful as workflows get more complex.
An SEO agent does not need every rule about WordPress, schema, analytics, local SEO, and ad copy in every task. It needs the right piece at the right time. A customer service agent does not need the entire operations manual in every reply. It needs the refund policy when refunds come up, the delivery policy when shipping comes up, and escalation rules when a case gets sensitive.
What Businesses Should Do Now
The takeaway is direct: audit your AI instructions. Look for repetition, outdated rules, vague preferences, and conflicting guidance. If the same instruction appears in a system prompt, a project file, a workflow note, and a tool description, simplify it. If a rule exists only because an older model needed it, test whether it still earns its place.
Then improve the surrounding system. Make tool names clearer. Use structured fields. Separate general operating principles from task-specific instructions. Turn long internal playbooks into focused skills or references. Give the AI access to richer examples when needed, but do not force every task to carry the full library.
This is the real business lesson from Anthropic’s post: AI performance is not just a model choice. It is an environment design problem.
The companies that win with AI will not be the ones with the longest prompts. They will be the ones with the cleanest context.
Source: Anthropic: The new rules of context engineering for Claude 5 generation models