AI Tools
Claude Sonnet 5 in Claude Code - What Actually Changed for Your Business
Claude Sonnet 5 became Claude Code's default model on June 30, 2026, with adaptive thinking on by default and higher rate limits across the board. Here is what that actually changes for a non-technical business builder running a real project, not a spec sheet.

Founder, AI Tools and Training Club · September 1, 2026 · 8 min read

The short version
- Claude Sonnet 5 became Claude Code's default model on June 30, 2026. It is a drop-in replacement for Sonnet 4.6 with adaptive thinking on by default, meaning Claude decides for itself when a step in your build deserves more reasoning before it acts.
- Rate limits went up across Claude Code and the rest of the Claude platform at the same time, specifically to make room for that extra thinking. A long build session has more headroom now, not less, even though the model does more work per step.
- Nothing changed about how you use Claude Code. Same desktop app, same conversation, same plan. The upgrade landed underneath you automatically - the only thing worth doing differently is noticing where it now catches its own mistakes before you do.
The short answer
Claude Sonnet 5 became Claude Code's default model on June 30, 2026, replacing Sonnet 4.6 with no action needed on your end - same desktop app, same plan, same conversation window. The one change worth knowing about is that adaptive thinking is now on by default, which means Claude decides for itself how much extra reasoning a step deserves before it acts, instead of moving at the same speed on every task regardless of difficulty. Rate limits moved up at the same time to make room for that extra thinking, so a longer build session has more headroom than it did before the switch, not less.
What actually changed on June 30
Anthropic shipped Claude Sonnet 5 as a drop-in replacement for Sonnet 4.6 across every Claude plan, including Claude Code. Nothing about the interface moved - the desktop app looks the same, your existing CLAUDE.md files and skills still work the same way, and you did not have to opt in to anything. The model swapped underneath the product you were already using.
The bigger practical change is adaptive thinking. Earlier Claude models spent roughly the same amount of reasoning on every step of a task, whether that step was trivial or genuinely hard to get right. Sonnet 5 decides for itself, mid-task, when a step is worth slowing down for - checking a piece of logic twice, working through an edge case, re-reading a file before editing it - and moves quickly through the steps that do not need that.
Why this matters if you do not write code
The failure mode I coach members through more than any other is Claude finishing a build that looks done and is not - a form that submits without validating an email address, a report that pulls the wrong date range, a script that silently skips a row it could not parse. That gap between 'looks finished' and 'is actually correct' is usually a place where the model needed to slow down and check something, and moved past it instead. Adaptive thinking is aimed directly at that gap: the model is now built to notice when a step needs a second look, not just to produce an answer as fast as possible.
This does not replace your own review of the finished build - nothing does, and no version of this model changes that. What it does is shrink the number of avoidable mistakes that show up because the model rushed a step it should have double-checked.
The rate limit increase - more room, not less
Rate limits went up across Chat, Cowork, Claude Code, and the Claude Platform at the same time Sonnet 5 launched, specifically because adaptive thinking uses more tokens on the steps where it decides to think harder. If you had hit Claude Code's usage ceiling mid-project before, it is worth checking again - the ceiling itself moved, so a build that used to run out of room partway through may not anymore.
How to actually notice it working
Run the Pause Test. Give Claude Code a task with one deliberately awkward edge case buried in it - a date format that could be read two ways, a discount rule with an exception, a field that could be blank. Watch what happens before it writes anything: does it flag the ambiguity in its own plan, or does it plow through and hope? That is the Pause Test, and it is the simplest way to feel the difference between an assistant that types fast and one that decided the answer was worth getting right first.
[How to use Claude Code for your business](/blog/how-to-use-claude-code-for-your-business) is the right starting point if this is your first real build. Once you are past that, [how to give Claude Code memory of your business](/blog/how-to-give-claude-code-memory-of-your-business) covers the CLAUDE.md method that compounds with adaptive thinking - the more accurate context Claude has about how your business actually works, the more useful its extra reasoning becomes.
What to actually do about it
- Do nothing to opt in - if you are on Claude Code already, you are on Sonnet 5. There is no toggle to find.
- Re-test any build that used to hit a rate limit mid-session, since the ceiling moved along with the model.
- Feed it the hardest part of a project first, not last, since that is where adaptive thinking changes the outcome the most.
- Keep reviewing the finished work the way you already do. A smarter default model changes how often it catches its own mistakes - it does not remove your job of checking the result.
Where this fits
[How to use Claude Code subagents for your business](/blog/how-to-use-claude-code-subagents-for-your-business) is worth pairing with this - subagents split a project into pieces you can delegate, and each piece now runs on a model that thinks harder about the parts that need it. The two upgrades stack.
Frequently asked questions
Do I need to do anything to start using Claude Sonnet 5 in Claude Code?
No. It became the default model on June 30, 2026, and replaced Sonnet 4.6 automatically across every Claude plan, including Claude Code. Your existing conversations, skills, and CLAUDE.md files all continue working the same way.
What is adaptive thinking?
It is Sonnet 5's ability to decide, step by step, how much internal reasoning a task deserves rather than applying the same amount of thinking to every step regardless of difficulty. It slows down on the parts likely to go wrong and moves quickly through the parts that are not.
Did Claude Code get more expensive?
No - a scheduled price increase for the model's token pricing did not happen. That figure applies to API usage rather than subscription plans, but it is a sign Sonnet 5 is priced to be the standard model going forward, not a limited-time upgrade.
Will Claude Code feel slower now that it thinks more?
Not meaningfully for most business builds. Adaptive thinking adds time on the specific steps the model judges are worth it, and rate limits increased at the same time to absorb that extra usage. The simple parts of a build still move at the same pace as before.
Does this change how I should write my CLAUDE.md file or skills?
No rewrite needed. What changes is how well Claude reasons through ambiguity once it is reading those files - a well-scoped CLAUDE.md or skill still matters as much as it did before, since adaptive thinking helps most on the judgment calls, not on filling in missing context you never gave it.