Skip to main content

August 2, 2026

the 6 new rules of context engineering

Anthropic deleted 80% of Claude Code's system prompt and nothing broke. All 6 new rules of context engineering in plain English, the prompt that audits your repo for you, and the one asset that survives the next model release.

·

If you have a CLAUDE.md file, it is probably working against you right now.

I can say that with confidence because last week Anthropic deleted more than 80% of the instructions that make Claude Code work.

Nothing broke. They realized they were limiting Claude.

Think about your team’s harness and CLAUDE.md file (or AGENTS.md file). A smart engineer wrote each of the lines there, on purpose, to fix a real failure in a model that genuinely needed the help.

They were right at the time.

Then the model got better. And the instruction stayed as junk context.

The assembled context: system prompt, skills, and your request, with conflicting instructions highlighted

Source: Anthropic, The new rules of context engineering.

I ran /doctor on my own setup this week to see how bad mine was. It read my last 50 coding sessions and came back with a duplicate install, a permission mode I never updated, and a stack of rules I wrote in a different era for a different model.

Six months of accumulated care, working against me.

Deleting it took twenty minutes, and now I’m blazing through coding sessions with Opus 5.

In this week’s newsletter, we get into the 6 new rules of context engineering, with 1 prompt you can use to start optimizing your Claude Coding today with the new Generation 5 models, and my takes on Dario’s distillation stance.

What’s Inside This Week:

  • ALIGN: Kimi K3 costs 94 cents a task, Jensen Huang’s first tweet ever, and a swarm that rebuilt SQLite for $1,339
  • BUILD: All six new context rules in plain English, what to do about each one, and the only thing I found that survives the next release
  • CULTURE: Who owns the language, and why Anthropic’s distillation argument does not add up
Align

ALIGN: The Week Everything Got Cheaper

The most interesting things I found this week in AI.

Listen first: Why the Best AI Teams Stopped Chasing Models

Weekly AI Clarity podcast cover: a four-point green star above the show title, with the line all signal, no noise.

Weekly AI Clarity, episode 44. 67 minutes. 90% of companies cannot point to a single sustained dollar of value from AI. The ones that can are seeing a 3.7x median return.

Jonathan and I break down the Kimi K3 release and the US versus China model race, then get into the AI gateway pattern that Stripe, Uber and DoorDash use to control token spend, the “company brain” from YC’s latest RFS, and how you actually get a whole org to adopt AI.

Open the episode → or subscribe on Spotify and Apple.

Anthropic Deleted 80% of Claude Code’s System Prompt and Nothing Broke

Six new rules for context engineering on Claude 5 models. Give judgment instead of rules. Use progressive disclosure instead of front-loading. Stop compounding in CLAUDE.md.

Most of the advice circulating about prompting was reverse-engineered from models that no longer exist. If you built your team’s practices in 2025, you are running a 2025 harness against a 2026 model and paying for the privilege in tokens.

A Chinese Model Now Costs 94 Cents Where Claude Costs $1.80

Moonshot AI shipped Kimi K3 on July 16. A 2.8 trillion parameter open weights model that debuted at number three on the Artificial Analysis index and took the top spot on the Frontend Code Arena. Demand got heavy enough that Moonshot paused new subscriptions four days later.

The benchmark position is the least interesting part.

The interesting part is that for the first time, an engineering leader building a token budget has a credible answer for the middle of the distribution that is not a frontier SKU.

Every comparison post you will find on this is measuring the wrong thing. Nobody is actually asking which model is better.

Here’s the most important question to answer: what percentage of your team’s tasks genuinely need frontier intelligence? Ten? Forty?

Have you ever measured it?

Cursor Rebuilt SQLite Six Different Ways and the Bill Ranged from $1,339 to Five Figures

Same task, same 835-page manual, same held-out test suite, 100% pass. Frontier model as planner plus a cheap model as worker came in around 8x under frontier-only. In the winning run, the planner produced a small share of the tokens and about two thirds of the cost.

Very cool stuff. As a builder I can appreciate their thorough testing and rigor! The takeaway to me is that the expensive model does not need to do the rote execution work. It needs to collapse the ambiguity with planning, and then cheap models just follow instructions.

Boom. That is most of your savings, and it costs nothing to try!

Jensen Huang’s First Post Ever Was a Lobbying Letter

“Open Weights and American AI Leadership.” Signed by Microsoft, Meta, Hugging Face, Palantir, and 20 others. Within a day the list doubled to about 50, picking up OpenAI and Google.

Three pages, and one of them is logos.

It still does something Sam and Dario have not managed in two years of testimony: it explains why this matters to you as a person, to the company that would hire you, and to the country, in that order. We have had a thought leadership vacuum at this altitude.

A GPU chip salesman who used to work at Dennys filled it. I will take it. I love me some Jensen Huang. We’ll dive into this more in the Culture section.

Claude Code Now Writes Its Own Harness

Dynamic workflows let Claude write a short JavaScript program on the fly to spawn and coordinate subagents, each with an isolated context window. Jarred Sumner used it to port Bun from Zig to Rust.

Oh man. Jonathan and I have been hand-rolling this exact thing for months and now it ships in the box.

Six named patterns come with it: classify and act, fan out and synthesize, adversarial verification, generate and filter, tournament, loop until done.

Build

BUILD: The Six New Rules, In Plain English

Anthropic published six rules. Each one is written as a swap: stop doing the old thing, start doing the new thing.

The six rules, each shown as the old practice struck out and replaced by the new one

Source: Anthropic, The new rules of context engineering.

Below is each rule, what it actually means, why it works now when it did not before, and the specific thing to do about it.

Start here, though.

Do this first: run /doctor

Before you form an opinion about your own setup, run /doctor in Claude Code.

It reads your install, your plugins, your MCP servers, your CLAUDE.md, and your recent sessions, then tells you where you are wasting context. Mine went through 50 sessions to make its recommendations.

Then paste the context engineering article into the same session and ask whether your setup is ready for the Claude 5 generation. My first pass without the article was thin. With it, the report got specific about which of my rules were dead weight and why.

Do this before you cut anything by hand. Your opinion about your own config is six months old. Mine was.

One caution before you start: if other engineers work in this repo, tell them first. Their commands and skills are about to change underneath them.

Continue reading

Get the full newsletter, free.

Join founders and builders who read Self Aligned every week.

Culture

CULTURE: Who Owns the Language

Today’s Culture section gets a bit more philosophical.

What is right and wrong?

We humans fight wars and argue until our faces are red and our throats are sore, about what is right and wrong.

And the AI era is no different.

There’s an argument that Anthropic is fortifying its position around against distillation, the process that Chinese labs use to produce models such as DeepSeek, GLM, Kimi, etc.

Dario, CEO of Anthropic, argues for cracking down on industrial-scale distillation.

And yet I see irony in this. Why?

Two reasons.

One, the frontier labs took the corpus of human knowledge and human language, trained on it, and compensated nobody.

Now open weight models distill those results back out and hand them to everyone.

Two, Anthropic themselves can require KYC to verify identity and raise the bar for China’s industrial scale distillation. They have the means to do this, but are not.

Why not?

They have an impending IPO, and growth matters most for that. They’re not going to block people from paying them. So they’ll keep parroting the narrative and playing the regulatory capture game by poking at the government to do something about it.

That’s my take anyway.

Jonathan thinks of open weights as closer to electricity than to a nuclear weapon.

Jensen Huang seems to agree on the need for open models in the world, per his recent letter.

Jensen Huang's open weights letter, co-signed by dozens of technology companies

We’ll have to see how it plays out.

Keep building, Robert

P.S. Run **/doctor** and hit reply with what it found. I want to know whether six months of drag is typical or whether I was uniquely sloppy. I read every one.

P.P.S. If you are sick of the noise, subscribe to Weekly AI Clarity.

Every week Jonathan and I give you the AI news that actually matters with real takes, the memes that got us through the week, and the tactical meta we are testing on ourselves. News plus laughs plus what to actually do on Monday, in one sitting.

All signal. No noise. Spotify · Apple

Continue reading

Get the full newsletter, free.

Join founders and builders who read Self Aligned every week.

The Clarity Mirror

What did this article change about what you believe?

Select your beliefs

After reading this, which resonate with you?

Join the conversation

to join the conversation