Daily AI Builder Brief - July 25, 2026
Claude Opus 5 ships as the default Opus (1M context, $10/$50 fast mode); Claude Code 2.1.219 adds depth-3 nested subagents and sandbox strictAllowlist; the MCP 2026-07-28 stateless spec release candidate lands ahead of its July 28 final.
The Operator's Take
The headline is Opus 5, but the thing that actually changes your week is the MCP 2026-07-28 spec. It rips protocol-level sessions out of the core, so remote servers stop needing sticky sessions and shared session stores, and it ships final on July 28, three days out, with breaking changes for older clients. If you run or ship a remote MCP server, freeze new session-dependent design today and read the release candidate before Monday. The migration is small if you start now and painful if the spec lands on top of you.
Executive Summary
- Claude Opus 5 is live as the default Opus tier: 1M context, fast mode at $10/$50 per Mtok, roughly half the price of Fable 5.
- Claude Code 2.1.219 makes
claude-opus-5the default Opus and lets subagents spawn nested subagents to depth 3 (was 1). - New
sandbox.network.strictAllowlistdenies non-allowlisted hosts for sandboxed commands without prompting. - New
DirectoryAddedhook fires when/add-dirregisters a working directory mid-session. - Headless stream-json now surfaces
mcp_server_errors, so skipped--mcp-configentries stop failing silently. - The MCP 2026-07-28 spec release candidate goes stateless: sessions removed, Tasks moved to an extension, auth realigned to OAuth/OIDC, plus a formal deprecation policy.
- MCP passed 10,000-plus registered servers alongside the spec update.
- Anthropic updated Claude voice mode to let you pick Opus, Sonnet, or Haiku per conversation.
Claude Code
2.1.219 makes Opus 5 default and deepens subagent nesting
claude-opus-5 is now the default Opus model, /fast applies to Opus 5 and 4.8, and subagents spawn nested subagents up to depth 3 by default. Set CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1 to revert. Also new: sandbox.network.strictAllowlist, the DirectoryAdded hook, mcp_server_errors in the stream-json init event, and workflowSizeGuideline in settings. Changelog
2.1.218 moves /code-review to a background subagent
/code-review now runs as a background subagent, keeping the main conversation clean. Bug fixes cover /context stale token counts after compaction and /ultrareview failing on descriptive arguments. Changelog
Anthropic
Claude Opus 5
Opus 5 lands as a step-change for the Opus tier, tuned for long-running agents with gains in coding and professional work, approaching Fable 5 in many categories at about half the price. It's the new default across Claude Code and the API. Anthropic news
Voice mode gets model selection
Claude voice mode now lets you choose Opus, Sonnet, or Haiku, trading latency for capability per conversation. TechCrunch
MCP Ecosystem
2026-07-28 spec release candidate goes stateless
The biggest MCP revision since authorization removes protocol-level sessions so each request stands alone, meaning a remote server can sit behind a plain round-robin load balancer instead of sticky sessions and a shared store. Tasks moves to an extension, auth aligns to OAuth and OpenID Connect, and a formal deprecation policy arrives. Servers on the new revision may not talk to older clients. Final ships July 28. RC notes, The Register
Broader AI
Nothing today.
What This Means For Builders
- Audit any remote MCP server for session state before July 28. Stateless design removes gateway complexity but breaks cross-client compatibility if you straddle revisions.
- Re-cost your Opus workloads: default Opus is now Opus 5 at roughly half of Fable 5, so agent runs you shelved on price may pencil out.
- Turn on
sandbox.network.strictAllowlistfor any automation running untrusted or model-generated commands. - If you fan out agents, depth-3 nesting is now default. Cap it explicitly where you want predictable cost.
Sources
- https://code.claude.com/docs/en/changelog
- https://www.anthropic.com/news
- https://blog.modelcontextprotocol.io/posts/2026-07-28-release-candidate/
- https://www.theregister.com/devops/2026/07/23/model-context-protocol-prepares-to-break-with-its-stateful-past/5276722
- https://techcrunch.com/2026/07/23/anthropic-updates-claude-voice-mode-with-more-capable-models/