Daily AI Builder Brief - June 11, 2026
Claude Code 2.1.173 ships; sub-agents can now nest 5 levels deep (2.1.172); Claude Fable 5 (Mythos-class) goes public with hard safety gating; MCP 2026-07-28 spec hits release candidate with a stateless core.
Executive Summary
- Claude Code 2.1.173 lands: Fable 5
[1m]suffix now auto-normalized, Windows sandbox warning fixed. - 2.1.172 is the big one: sub-agents can now spawn their own sub-agents, up to 5 levels deep.
- 1M-context sessions without usage credits no longer get permanently stuck; they auto-compact back under the standard limit.
- Claude Fable 5, a Mythos-class model, is publicly available (June 9), with hard blocks in cyber, bio, and chem that fall back to Opus 4.8.
- Anthropic published "Policy on the AI Exponential" (June 10), recommendations for institutions adapting to fast capability gains.
- MCP 2026-07-28 reached release candidate: stateless core, session header removed, runs behind a plain load balancer.
- Heads up: Fable 5 is roughly 2x the price of Opus models.
Claude Code
2.1.173: Fable 5 model-name normalization
The [1m] suffix on Fable 5 model names is now stripped automatically, and a spurious Windows "sandbox dependencies missing" warning is gone. changelog
2.1.172: Nested sub-agents
Sub-agents can now spawn their own sub-agents up to 5 levels deep. Same release fixes stuck 1M-context sessions (auto-compact), availableModels not applying to subagent overrides, and Bedrock offering models it doesn't serve. changelog
Anthropic
Claude Fable 5 (Mythos-class) goes public
First publicly accessible Mythos build. Strong on engineering, knowledge work, and vision, but it blocks high-risk cyber/bio/chem prompts and falls back to Opus 4.8. Priced ~2x Opus. anthropic.com
Policy on the AI Exponential
Recommendations for institutions adapting to rapidly advancing AI. anthropic.com/news
MCP Ecosystem
2026-07-28 spec: release candidate
Largest revision since launch. The Mcp-Session-Id header and protocol-level session are removed, so any request can hit any instance: no sticky routing, no shared session store. Clients can cache tools/list per the server's ttlMs. Final spec publishes July 28. modelcontextprotocol.io
Broader AI
Nothing today.
What This Means For Builders
- Nested sub-agents change orchestration math: you can build deeper agent trees in Claude Code without external glue, but watch token blast radius.
- If you run remote MCP servers, start planning the stateless migration now; sticky-session infra becomes dead weight under the new spec.
- Test Fable 5 on hard problems, but budget for it. The safety fallback means security tooling may quietly route to Opus 4.8.
Sources
- https://code.claude.com/docs/en/changelog
- https://www.anthropic.com/news/claude-fable-5-mythos-5
- https://www.anthropic.com/news
- https://blog.modelcontextprotocol.io/posts/2026-07-28-release-candidate/
- https://techcrunch.com/2026/06/09/anthropics-claude-fable-5-is-a-version-of-mythos-the-public-can-access-today/