Build · founder · 6 min read
Claude Sonnet 5: A Cheaper Way to Run the Agents You Already Use
Anthropic's new Sonnet 5 gets close to Opus 4.8 on coding at a fraction of the price. Here's what the June 30 launch changes for the tools you build with.
On June 30, Anthropic shipped Claude Sonnet 5. Three weeks after Fable 5 pushed the quality ceiling higher, this launch does the opposite thing — and for most founders it matters more. Sonnet 5 isn’t about being the smartest model in the room. It’s about getting most of the way to the smartest model for a fraction of the cost, and it’s now the default on free and Pro plans.
If your stack runs agents — Cursor loops, Claude Code sessions, Lovable builds, background automations — the number that changes your monthly bill just moved. Here’s the honest read.
What Sonnet 5 actually is
Sonnet is Anthropic’s mid-tier line: fast, cheap, good enough for the vast majority of real work. Sonnet 5 is the version that closes the gap with the flagship. TechCrunch framed the launch bluntly as “a cheaper way to run agents,” and that’s the right lens.
The numbers that matter for builders:
- 63.2% on agentic coding, versus Opus 4.8 at 69.2% and the previous Sonnet 4.6 at 58.1%. So it’s a real jump over the last Sonnet and lands within striking distance of the flagship — but still below Opus on the hardest, accuracy-sensitive tasks.
- It plans, uses tools like browsers and terminals, and runs autonomously at a level that a few months ago needed a bigger, pricier model.
- It’s the default model for free and Pro plans, and available across every subscription tier.
In plain terms: the model doing the grunt work inside your tools just got noticeably better at multi-step, agentic tasks without you doing anything.
The price is the headline
This is where Sonnet 5 earns attention. Through August 31, API pricing is $2 per million input tokens and $10 per million output. On September 1 it steps up to $3 and $15.
Put that next to the rest of the lineup. Fable 5, the current top model, lists at $10 input and $50 output — five times the cost of Sonnet 5 on output. Opus 4.8 sits in between. So for the price of running one Fable 5 agent loop, you can run roughly five Sonnet 5 loops, and give up about six points of agentic-coding benchmark to do it.
For most vibe coding work, that trade is a steal. A landing page, a CRUD dashboard, a Stripe integration, a schema migration — none of these need the absolute frontier. They need a competent agent that doesn’t burn your budget when it iterates. Sonnet 5 is built exactly for that.
Where it shows up for you
Claude Code and the Claude apps — Sonnet 5 is the new default on free and Pro. If you were on the previous Sonnet, you’re already on this now; restart your sessions to be sure.
The Anthropic API — the $2/$10 intro rate is live through August 31. If you run anything metered, this is a straight cost cut for equal-or-better output.
Everything else (Cursor, Lovable, Replit, Bolt, v0, Windsurf/Devin Desktop) — these tools route their own models, so the change reaches you when each vendor flips the default. Watch for it. Unlike a Fable 5 rollout — which vendors adopt cautiously because it raises their costs — a Sonnet 5 rollout is one they’ll want to ship, because it lowers the cost of every generation on their flat-rate plans. Expect this one to propagate fast and quietly.
What to actually do about it
If you run agents at volume, do the math on your biggest recurring workload. Take whatever you’re currently running on Opus or Fable 5 for cost reasons — or avoiding running because it’s expensive — and try it on Sonnet 5. For a lot of founder workloads, the quality holds and the bill drops by more than half.
Keep the flagship for the hard 20%: the gnarly multi-file refactor, the subtle bug, the task where a six-point benchmark gap is the difference between shipping and not. Route the other 80% — the volume work, the background jobs, the first-draft generation — to Sonnet 5 and pocket the savings. This “cheap model for volume, expensive model for hard problems” split is becoming the default operating pattern for cost-aware builders, and Sonnet 5 makes it more attractive than it’s ever been.
One caution that applies to every cheap-and-fast model: cheap tokens make it tempting to wire up an unattended agent loop and walk away. Don’t. Cheaper per token doesn’t mean cheap in aggregate when a loop runs for hours. Drive it, watch the diffs, and cap your spend.
Update, July 2: the cheap price has an asterisk
A day after launch, the migration details are worth a founder’s attention — because they quietly nibble at the “cheaper” story above.
The big one: Sonnet 5 ships with a new tokenizer that turns the same text into 1.0–1.35× more tokens than Sonnet 4.6 did. Tokens are the unit you pay in, so on a wordy workload you can be billed up to a third more for the identical task. When the intro rate expires on September 1, the nominal per-token price ($3 input / $15 output) matches the old Sonnet — but because each request now counts more tokens, your effective bill can land 10–35% higher than a naive rate comparison suggests. Do your own before-and-after on a real workload before you assume the flat “same price” holds.
Two more changes matter if you or your tools touch the API directly. Adaptive thinking is on by default at high effort — great for agent reliability, but it consumes more tokens per response and adds latency, which compounds the tokenizer effect. And sampling parameters like temperature were removed, so any script that sets them will error until you strip those calls. If you build only through Cursor, Lovable, Replit and friends, the vendors absorb this for you; if you wire up the Anthropic API yourself, budget an hour to recalibrate.
None of this kills the case for Sonnet 5 — it’s still a large step down from Fable 5 or Opus pricing for volume work. It just means the honest number is “meaningfully cheaper, not five-times cheaper once you account for token inflation.” Measure, don’t assume.
The bigger picture
We’ve written before about which model actually powers your vibe coding tool and about how Fable 5 widened Anthropic’s lead at the top. Sonnet 5 attacks from the other end — the middle of the market, where the volume actually is. Between the two launches in a single month, Anthropic now sets both the quality ceiling and the price-performance floor for the models your tools quietly run on.
That’s great for your output and your bill this quarter, and it’s another tick on the same concentration story: the more of the stack that runs on one vendor’s models, the more a single pricing or capability decision ripples across products you thought were independent. Nothing to act on today — just worth keeping in view. For now, the practical takeaway is simple: your agents got cheaper to run, the default got better, and the smart move is to shift your high-volume work down to Sonnet 5 and reserve the flagship for the problems that genuinely need it.
Related guides
founder · 8 min read
35 Security Holes in One Month: Why Vibe-Coded Apps Are Getting Riskier in 2026
35 new CVEs in March 2026 were traced to AI-generated code. Here's what happened and what founders need to do about it.
founder · 6 min read
NewApple Just Made AI Free to Put in Your App. What WWDC 2026 Means for Founders.
Apple's WWDC 2026 gave founders free on-device AI, a free cloud tier, and an agentic Xcode. Here's what actually matters if you're shipping a mobile app.
founder · 7 min read
Anthropic's June 15 Billing Change: What It Means If You Build With Claude
On June 15, Anthropic splits interactive and programmatic usage into separate pools. Here's what changes — and what doesn't — if you don't write code.
Enjoying this guide?
Get weekly practical guides, plus tool updates and implementation playbooks.