Daily AI Builder Brief - July 1, 2026
Claude Sonnet 5 ships as the new Claude Code default (2.1.197) at promo $2/$10 with 1M context, the MCP 2026-07-28 release candidate goes stateless, and Anthropic redeploys Fable 5 plus launches Claude Science.
The Operator's Take
Today's real move is a pricing-and-default shift, not a benchmark headline: Sonnet 5 is now the Claude Code default at $2/$10 per Mtok with a 1M-token window, and it's positioned as near-Opus quality. If your agents reflexively call Opus for everything, you're overpaying starting today. Re-baseline your standard coding and tool-use workloads on Sonnet 5 this week and reserve Opus for the genuinely hard reasoning, because the promo rate expires August 31 and that's the window to lock your cost model.
Executive Summary
- Claude Code 2.1.197 makes Claude Sonnet 5 the default model, native 1M-token context.
- Sonnet 5 promo pricing: $2/$10 per Mtok through Aug 31, then $3/$15.
- Anthropic frames Sonnet 5 as "most agentic Sonnet yet," close to Opus 4.8 at lower cost.
- Claude Code 2.1.196 hardened MCP:
claude mcp list/getno longer auto-spawns self-approved.mcp.jsonservers. - Background sessions now survive process stops, restarts, and updates; killed agents auto-resume.
- Stream-stall watchdog is on by default for all providers (5-minute abort/retry).
- MCP 2026-07-28 release candidate landed: stateless core, MCP Apps, Tasks extension, OAuth hardening.
- Anthropic redeployed Fable 5 globally and launched Claude Science, a researcher workbench.
Claude Code
Sonnet 5 is the new default (2.1.197)
Update to 2.1.197 to get Sonnet 5 as the default with a native 1M-token context. Changelog.
Session and MCP hardening (2.1.196)
Background sessions survive restarts and updates, killed background agents auto-resume, and the stream-stall watchdog is now default-on. A security fix stops claude mcp list/get from spawning .mcp.json servers self-approved via committed settings, and untrusted workspaces show pending approval. See prompt injection for why that MCP change matters. Changelog.
Anthropic
Claude Sonnet 5
Near-Opus-4.8 performance at lower cost, "most agentic Sonnet yet," with lower hallucination and sycophancy. Note: it shows substantially weaker exploit-development ability than Opus 4.8, with cyber safeguards on by default. Announcement.
Fable 5 redeploy and Claude Science
Fable 5 returns globally alongside a cross-vendor jailbreak-severity framework built with Amazon, Microsoft, and Google. Claude Science ships an auditable researcher workbench. Anthropic news.
MCP Ecosystem
2026-07-28 release candidate
The largest MCP revision since launch. The initialize handshake and Mcp-Session-Id header are gone: any request can land on any instance, so remote servers run behind a plain round-robin load balancer with no sticky sessions. MCP Apps adds sandboxed server-rendered HTML UIs; the Tasks extension formalizes long-running work; six SEPs align auth with OAuth 2.0 and OIDC. Roots, Sampling, and Logging are deprecated on a 12-month clock. Final spec lands July 28. Review your MCP security posture before migrating. RC post.
Broader AI
Nothing today.
What This Means For Builders
- Move standard coding and agent loops to Sonnet 5 now; keep Opus for hard reasoning only. The $2/$10 rate ends Aug 31.
- Audit committed
.mcp.jsonand.claude/settings.jsonafter upgrading to 2.1.196+; auto-spawn of self-approved servers is closed. - Plan remote MCP servers for the stateless model: drop sticky sessions, route on
Mcp-Method, and start the OAuth/OIDC auth work now. - Don't self-host offensive tooling on Sonnet 5 expecting Opus-grade exploit help; its cyber performance is deliberately lower.