Claude Code

What to Cut From Your Claude Setup, and What to Keep

What to cut from your Claude setup, and the few things worth keeping

3min read
5sections

Boris Cherny, the lead engineer on Claude Code at Anthropic, said something on stage at Y Combinator that cuts against almost every setup guide on the internet: delete your CLAUDE.md every six months and watch what the model does on its own.

He was specific about why. Almost every rule you saved was written for a model that needed the handholding. Opus 5 does not. Those instructions are not helping anymore. They are sitting in your context window, getting in the way, and you are the one still carrying them.

This is the list. Fourteen rows, one verdict each, and the reason behind it.

The keep or cut list

IN YOUR CONFIGVERDICTWHY
CLAUDE.md, 200+ linesCUTWritten for a weaker model. Delete it and start from zero.
Style rules the model already followsCUTOpus 5 defaults to clean, idiomatic code. You are restating it.
“Always explain your reasoning”CUTIt already reasons. This only pads your output.
“Do not use emojis / em dashes”CUTOne line of taste at most. Not a section.
Skills you installed and never usedCUTEvery one is context you pay for on every request.
MCP servers for tools you droppedCUTDead connections still load their tool schemas.
Sub-agent definitions that duplicateCUTTwo agents with the same job means neither is trusted.
Hooks that just print thingsCUTIf nobody reads the output, it is not a hook.
How to run tests in THIS repoKEEPNot derivable from the code. This is real context.
Deploy and release stepsKEEPIrreversible actions deserve written steps.
Non-obvious architecture decisionsKEEPThe why, not the what. Code shows the what.
Things the model got wrong twiceKEEPEarned rules. Each one has a receipt.
Repo-specific naming or conventionsKEEPHouse style it cannot infer from one file.
Credentials, paths, environment quirksKEEPFacts, not instructions. Cheap and load-bearing.

Keep reading

Free, for an email.

Unlocks 4 more sections, the document version, and every other guide on the site, for free. Enter your email once to keep reading.

19,000+ follow where these guides come from.No spam. Unsubscribe in one click.

Read next