Claude went into AWS accounts, small business software, and a $200 million partnership with the organization trying to eradicate polio.
Thursday, May 13. The announcement came with a specific list: polio, HPV, eclampsia. Not “global health.” Not “underserved populations.” The Gates Foundation and Anthropic committed $200 million toward diseases that don’t have a commercial treatment pipeline because the people who have them can’t pay for one. That was the week’s loudest note.
The quieter notes ran the same direction. Monday: Claude’s native platform went live inside AWS accounts with IAM auth and AWS billing, no separate Anthropic contract required. Wednesday: Claude for Small Business dropped Claude connectors into QuickBooks and HubSpot and Canva without a new app or a new line item. Thursday: PwC announced it would train 30,000 U.S. professionals on Claude Code and Claude Cowork.
Five Claude Code releases in five days. Three partnerships that don’t share a target market, a revenue model, or a continent of priority. The thread underneath all of it: Anthropic provides the reasoning layer. The partners carry the surface.
The Gates Foundation announced a four-year, $200 million commitment to work with Anthropic on May 13, covering grant funding, Claude usage credits, and technical support. (Anthropic; Gates Foundation press release)
The targets are specific enough to be auditable. Global health gets the largest allocation: accelerating vaccine and therapy development for polio, HPV, and eclampsia and preeclampsia, helping governments act on population health data, and funding research into diseases that attract no commercial investment because the patients can’t pay. Around 4.6 billion people worldwide lack access to essential health services, per the Foundation’s own framing.
Education runs two tracks: K-12 tutoring in the United States, and foundational literacy and numeracy programs in sub-Saharan Africa and India. Agriculture focuses on smallholder farming productivity for nearly two billion people whose incomes depend on it. And in the language component, one detail that deserves more attention than it received: the partnership will fund collection and labeling of training data for dozens of African languages that AI systems have largely ignored, then release it publicly. The upside there goes well beyond Claude.
What makes this structurally interesting is what it isn’t. This is not a commercial bet. Eclampsia in low-income countries doesn’t have a revenue model. The Gates Foundation brings three decades of on-the-ground infrastructure in exactly the places Claude will need it. Anthropic brings the reasoning layer and the orchestration primitives. The structure is identical to the enterprise push, the AWS integration, the SMB play. Except the partner isn’t PwC. It’s the organization that helped eradicate smallpox.
Claude is already screening drug candidates and catching patterns in systematic reviews, per the announcement. The $200 million formalizes and scales that work. Whether it gets to polio in time is not a question anyone is answering this week. But the commitment is specific enough to hold someone accountable.
Anthropic’s native platform, distinct from Amazon Bedrock, launched inside AWS accounts on May 11. (AWS announcement) IAM authentication, AWS billing, no separate Anthropic contract. The bundle includes Messages API, Files API, Message Batches API, Managed Agents (beta), advisor tool (beta), web search, web fetch, MCP connector (beta), Agent Skills (beta), and code execution. Models at launch: Opus 4.7, Sonnet 4.6, Haiku 4.5. Two SDK packages shipped the same day to wire the AWS client: Python v0.101.0 and TypeScript aws-sdk v0.3.0. AWS is the first cloud provider to carry the native platform.
Not a new interface. Not a separate app. A packaged set of Claude connectors and agentic workflows that drops into software SMBs already run: QuickBooks, PayPal, HubSpot, Canva, DocuSign, Google Workspace, Microsoft 365. (Anthropic) Anthropic cited 44% of U.S. GDP as the target market. No additional cost beyond existing Claude and partner-tool licenses. A 10-city free training tour kicked off May 14 in Chicago. The connector model is the tell: Anthropic is not building the integrations itself.
PwC and Anthropic expanded their alliance to bring Claude Code and Claude Cowork to PwC’s U.S. professionals, with a joint Center of Excellence and a Claude-native finance business group inside the Office of the CFO practice. (PwC press release) Three production deployments already running: insurance underwriting compressed from 10 weeks to 10 days, an HR transformation prototype live in one week, incident response cut from hours to minutes. Clients report delivery improvements of up to 70%. Starting U.S.-first, then extending toward PwC’s 364,000-person global workforce in 136 countries.
Python v0.102.0 and TypeScript v0.96.0 shipped May 13 with identical additions: BetaManagedAgentsSearchResultBlock types and cache diagnostics beta support. (Python; TypeScript) The parity is not accidental: the cache diagnostics beta and the Managed Agents search types ship coordinated or not at all. Install: pip install anthropic==0.102.0 / npm install @anthropic-ai/sdk@0.96.0.
No model releases this week. docs.anthropic.com returned HTTP 403 on direct fetches across multiple sweep days (May 11 through 15), so API release notes, Claude Apps changelogs, and the system prompts release notes page are unconfirmed for the window. Nothing was inferred from blocked sources. No research papers appeared at anthropic.com/research in this window.
AWS accounts. QuickBooks. A clinic in sub-Saharan Africa.
Different surfaces. Same reasoning layer.
Same week.
A 1:1 mirror of every Anthropic release in the window. May 11-15, 2026. docs.anthropic.com returned 403 during sweep; API and Claude Apps release notes sourced via GitHub and web search.
claude agents lists every session, running, blocked, or done. /goal sets a multi-turn completion condition with a live timer overlay. /scroll-speed tunes mouse wheel speed. claude plugin details <name> shows component inventory and projected per-session token cost. Hook exec-form args: string[]; PostToolUse hooks gain continueOnBlock. MCP stdio servers receive CLAUDE_PROJECT_DIR; /mcp Reconnect picks up .mcp.json edits without a restart. 40+ bug fixes including deadlock on expired credentials and a 16 MB memory cap per MCP frame.subagent_type matching now case- and separator-insensitive. /goal hang fixed when disableAllHooks or allowManagedHooksOnly is active. Settings hot-reload regression for symlinked files fixed. claude --bg connection drop fixed. Windows event-loop stall fix. Read tool offset validation fixed./bg preserve the current permission mode. Spinner goes amber after 10 seconds of extended thinking. Auto mode permission dialog explains which permissions.ask rule triggered the prompt. Reliability fixes across background side-queries, daemon status, agent dashboard, markdown tables, and editor integrations.CLAUDE_CODE_OPUS_4_6_FAST_MODE_OVERRIDE=1 to pin to 4.6). New claude agents flags for configuring dispatched background sessions: --add-dir, --settings, --mcp-config, --plugin-dir, --permission-mode, --model, --effort, --dangerously-skip-permissions. Plugins with a root-level SKILL.md and no skills/ subdirectory now auto-surface as a skill. MCP_TOOL_TIMEOUT now correctly raises the per-request fetch timeout for remote HTTP and SSE MCP servers (was capped at 60 seconds regardless of config).claude plugin disable refuses when another enabled plugin depends on the target and provides a copy-pasteable disable-chain hint; claude plugin enable force-enables transitive dependencies. Projected context cost (per-turn and per-invocation token estimates) added to the /plugin marketplace browse pane. New worktree.bgIsolation: “none” setting lets background sessions edit the working copy directly without EnterWorktree, for repos where worktrees are impractical. PowerShell tool now passes -ExecutionPolicy Bypass. Background sessions preserve model and effort level after waking from idle.claude-sonnet-4-5-20250929; shebang updated to uv. Install: pip install --upgrade anthropic==0.101.0npm install @anthropic-ai/sdk@0.95.2npm install @anthropic-ai/aws-sdk@0.3.0npm install @anthropic-ai/claude-agent-sdk@0.2.139BetaManagedAgentsSearchResultBlock types and cache diagnostics beta support. Internal: eager validation for Pydantic iterators. API spec updates. Install: pip install anthropic==0.102.0BetaManagedAgentsSearchResultBlock types and cache diagnostics beta support, matching the Python drop. Bug fix: ensures only zod/v4 types are used. Install: npm install @anthropic-ai/sdk@0.96.0Daily digest at 9 PM ET. Weekly magazine every Friday morning. Six labs, one feed. No spam, one-click unsubscribe.