At Geek Vibes we've written system prompts of 60, 80, even 120 lines for the code agents we use with clients: style rules, mandatory steps, reminders to "check your work before finishing." This week, Claude Code's creator told us — publicly, no beating around the bush — that this instinct is probably slowing us down.
It's an uncomfortable turn for anyone who's spent months accumulating rules in their .claude.md or in their internal agent's system prompt. The logic that dominated the last two years was "if the model fails, add an instruction." The logic Anthropic is proposing now is the inverse: if the model fails, first check if it has old guidance it no longer needs.
What exactly happened
Boris Cherny, Anthropic engineer and original creator of Claude Code, shared on the Y Combinator podcast (Startup Podcast, conversation with Diana Hu published July 27, 2026) that his team removed over 80% of Claude Code's system prompt when Claude Opus 5 arrived, launched July 24. The result wasn't degradation: the model performed better with fewer instructions.
It's not an isolated anecdote. The official prompting guide for Opus 5 that Anthropic published (cited by MarkTechPost the same day of launch) directly asks developers to delete their verification prompts. Instructions like "include a final verification step" now cause over-verification, because the model already checks its own work by default.



