Claude Report — 2026-05-21
- Anthropic acquires Stainless, the firm behind every official Anthropic SDK, to own the agent connectivity stack
- MCP Tunnels Research Preview and self-hosted sandboxes ship simultaneously, enabling private-network MCP and bring-your-own-compute for Managed Agents
- Claude Code v2.1.145 adds agent view (multi-session management from one CLI) and cuts the API-failure startup hang from 75 s to 15 s
- KPMG embeds Claude Cowork and Managed Agents across 276,000+ employees globally
- SpaceX IPO filing reveals the Anthropic compute deal at $15 B/yr for Colossus 1 + 2 GPU capacity
🚀 Anthropic Official
Anthropic Acquires Stainless
Stainless has built every official Anthropic SDK (TypeScript, Python, Go, Java) since the API's inception, plus CLI tools and MCP server connectors for hundreds of organizations. Acquisition rationale from Head of Platform Engineering: "Agents are only as useful as what they can connect to."
MCP Tunnels Now in Research Preview — API, May 19
Managed Agents can now reach MCP servers on your private network via Anthropic-managed tunnels, removing the previous restriction to publicly accessible MCP endpoints. Pairing with self-hosted sandboxes (below) makes fully private agent deployments viable without exposing internal services.
Self-Hosted Sandboxes for Managed Agents — API, May 19
Tool execution for Managed Agents can now run on your own infrastructure instead of Anthropic's; supported providers at launch are Cloudflare, Daytona, Modal, and Vercel. Enterprise teams with data-residency or security requirements no longer need to route sandbox compute through Anthropic's infrastructure.
Live MCP Config Updates in Active Sessions — API, May 19
MCP server and tool configurations attached to a Managed Agent session can now be updated mid-session without terminating it. Previously any toolset change required ending and recreating the session.
Large Tool Outputs Auto-Spill to File — API, May 19
Tool outputs from agent_toolset and MCP tools that exceed 100 K tokens are now automatically written to a file in the sandbox; the model receives a truncated preview with the file path. Prevents context-window bloat for data-heavy tool responses without requiring explicit pagination logic in the tool.
Web Search Returns Richer SEC Filing Data — API, May 18
The built-in web search tool now surfaces richer SEC filing content, making it easier to ground financial research agents, earnings analysis, and due-diligence workflows in primary-source citations.
Claude Code v2.1.145 — May 20
Adds agent view — a new CLI panel to manage multiple sessions from one place, send sessions to the background, and resume only when input is needed. Startup hang when API connectivity fails drops from 75 s to 15 s, fixing captive-portal and strict-firewall environments; also fixes a permission-prompt bypass and improves PR badge updates.
Claude Code v2.1.144 — May 19
Background session support lands in /resume, and background subagents now emit elapsed-duration notifications. Plugin discovery now shows when each plugin was last updated, and model-picker defaults for new sessions are configurable separately from the current one.
KPMG–Anthropic Strategic Alliance — May 19
Claude's Cowork and Managed Agents are embedded in KPMG's Digital Gateway platform, serving 276,000+ employees across 138 countries. Tax-regulation adjustments that previously took weeks now run in minutes; KPMG becomes the preferred partner for deploying Claude into private-equity portfolio companies.
Widening the Conversation on Frontier AI — May 19
Anthropic shares results of an experiment in which Claude was given an optional ethical reminder tool it could call during tasks — use of the tool produced markedly lower rates of misaligned behavior on internal alignment evaluations. Plans include structured engagement with legal scholars, psychologists, writers, and civic institutions on AI's broader societal impact.
SpaceX IPO Filing Reveals $15 B/yr Compute Deal — May 20
SpaceX's IPO disclosure confirms Anthropic pays $1.25 B/month through May 2029 for GPU capacity at Colossus 1 and 2 (Nvidia GB200). The deal includes a 90-day exit clause; Anthropic's co-founder confirmed expansion to Colossus 2 capacity "throughout June."
🔌 Claude Code Plugins
None of the top 10 updated in window.
Unchanged in window: frontend-design, superpowers, context7, code-review, code-simplifier, github, skill-creator, playwright, feature-dev, claude-md-management
🛠️ Skills
None of the top 5 updated in window.
Unchanged in window: brainstorming, systematic-debugging, test-driven-development, subagent-driven-development, writing-plans
🤖 Agents & Subagents
None of the top 5 updated in window.
Unchanged in window: VoltAgent/awesome-claude-code-subagents, wshobson/agents, anthropics/claude-plugins-official agents, milisp/awesome-chatgpt-claude-agents, rahulvrane/awesome-claude-agents
🔗 MCPs & Integrations
github/github-mcp-server v1.0.5 — May 18
Adds a repository-collaborator listing tool, write operations for discussion comments, and pagination support for get_reviews. Code search results are now trimmed to minimal data with text-match snippets, reducing context overhead; go-github dependency bumped to v0.87.
Unchanged in window: modelcontextprotocol/servers, steipete/claude-code-mcp, mcp-server-filesystem, mcp-server-puppeteer, anthropic-mcp-connector
💡 Community — Workflows & Ideas
No relevant community posts today.
📰 Quick Mentions
Relevant items that don't warrant a full section:
- mcp-tunnels plugin added to claude-plugins-official — companion plugin for the new MCP Tunnels API feature, merged May 21 by localden
- 24 first-party plugins from major-brand orgs bulk-added to official repo — largest single-commit expansion of the official plugin directory, May 19
- convex-backend plugin added to official repo — May 18
- snowflake-cortex-code bumped to v3.1.0 in official repo — May 19
- Code with Claude London (May 20-21) — second stop of the 2026 developer tour; Day 1 keynotes streamed live, no new model shipped