Shipped.

Claude went into AWS accounts, small business software, and a $200 million partnership with the organization trying to eradicate polio.

The Open

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 Lead Story

The $200 Million Bet on Neglected Science

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.

Also Shipped
Claude Platform on AWS goes generally available.

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.

Claude for Small Business launches as a toggle install.

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 is training 30,000 people on Claude.

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.

SDK parity: BetaManagedAgentsSearchResultBlock and cache diagnostics hit both flavors.

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.

Quiet on the Wire

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.

The Close

AWS accounts. QuickBooks. A clinic in sub-Saharan Africa.

Different surfaces. Same reasoning layer.

Same week.

The Release Log

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.

B. API & Platform
Anthropic’s native platform inside AWS accounts via IAM; no separate Anthropic contract. Full bundle: Messages API, Files API, Message Batches API, Managed Agents (beta), advisor tool (beta), web search, web fetch, MCP connector (beta), Agent Skills (beta), code execution. Models: Opus 4.7, Sonnet 4.6, Haiku 4.5. AWS is the first cloud provider to carry the native platform, distinct from Bedrock. Setup guide.
API-key headers redacted in debug logs. Single-change patch. Mirrors the same hygiene fix in the Java SDK.
Managed Agents multiagents and outcomes, webhooks, vault validation. Originally implemented May 6; tagged and published May 11.
C. Claude Code
Agent View (Research Preview): 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.
Bug-fix release. 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.
Rewind menu gains “Summarize up to here.” Background agents via /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.
Fast mode default model bumped from Opus 4.6 to Opus 4.7 (set 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).
Plugin dependency enforcement: 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.
E. Agent SDKs
AWS client for Claude Platform on AWS. Bug fix: missing f-string prefix in file type error message. Example scripts updated to claude-sonnet-4-5-20250929; shebang updated to uv. Install: pip install --upgrade anthropic==0.101.0
AWS client for Claude Platform on AWS. Release configuration updated to exclude subpackages from root changelog, preventing subpackage-only changes from triggering root version bumps. Install: npm install @anthropic-ai/sdk@0.95.2
New dedicated AWS SDK subpackage for Claude Platform on AWS. Companion to sdk-v0.95.2; the AWS client ships as its own versioned package. Install: npm install @anthropic-ai/aws-sdk@0.3.0
Improved logging throughout the client. API-key headers are now redacted in debug logs, removing a credential-exposure vector present in verbose debug output.
Published at parity with Claude Code v2.1.139. Install: npm install @anthropic-ai/claude-agent-sdk@0.2.139
Adds BetaManagedAgentsSearchResultBlock types and cache diagnostics beta support. Internal: eager validation for Pydantic iterators. API spec updates. Install: pip install anthropic==0.102.0
Adds BetaManagedAgentsSearchResultBlock 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.0
G. News & Partnerships
Anthropic’s native platform in AWS accounts via IAM; first cloud provider to carry it. See API section for full feature list.
Packaged Claude connectors and agentic workflows for SMB software (QuickBooks, PayPal, HubSpot, Canva, DocuSign, Google Workspace, Microsoft 365). No additional charge beyond existing licenses. Workday Foundation solopreneurship accelerator; CDFI partnerships with Accion Opportunity Fund, Community Reinvestment Fund USA, Pacific Community Ventures. 10-city free training tour begins May 14, Chicago.
$200 million in grant funding, Claude usage credits, and technical support. Health: polio, HPV, eclampsia and preeclampsia in low- and middle-income countries. Education: K-12 tutoring (US), foundational literacy and numeracy (sub-Saharan Africa, India). Agriculture: smallholder farming for nearly two billion people. Language: African language training data collected and released as public goods. (Gates Foundation press release)
PwC will train and certify 30,000 professionals on Claude Code and Claude Cowork. Joint Center of Excellence. Claude-native finance group inside PwC’s Office of the CFO. Production results: insurance underwriting 10 weeks to 10 days, HR prototype live in one week, incident response hours to minutes. Starting U.S.-first, extending toward 364,000-person global workforce in 136 countries. (SiliconANGLE)
Stay on the frontier

Get Shipped. in your inbox.

Daily digest at 9 PM ET. Weekly magazine every Friday morning. Six labs, one feed. No spam, one-click unsubscribe.