A $1.5B swing at the consulting industry.
The day before the finance agents, Anthropic stood up a standalone enterprise AI-services firm with Blackstone, Hellman & Friedman, and Goldman Sachs, backed by a consortium including General Atlantic, Apollo, GIC, and Sequoia (Blackstone). The model: embed engineers inside mid-sized companies and redesign their workflows around agents, using the partners' PE portfolios as the first proving ground (CNBC). Fortune called it a shot at consulting. It is. The deployment bottleneck, not the model, is now the product.
Ten finance agents and a Microsoft 365 footprint.
On May 5, at an invite-only briefing in New York, Anthropic shipped ten ready-to-run financial-services agent templates: pitchbook creation, KYC file screening, month-end close (Anthropic). Each lands as a plugin in Cowork and Claude Code and as a cookbook for Managed Agents. Claude also moved into Excel, PowerPoint, Word, and Outlook through Microsoft 365 add-ins, with context carrying between apps, and Moody's embedded its full platform as a native Claude app covering 600 million companies (Fortune). The day after the JV, Anthropic shipped what the JV will sell.
The Anthropic Institute names its agenda.
On May 7, the Anthropic Institute published its formal research agenda, led by co-founder Jack Clark (Anthropic). It folds three existing teams (Frontier Red Team, Societal Impacts, Economic Research) into one body with four focus areas: economic diffusion, threats and resilience, AI systems in the wild, and AI-driven R&D. The stated mission is to understand the consequences of powerful AI before they do the shaping. Whether that research can keep pace with the lab's own shipping velocity is the open question. This is the week's quietest line, and maybe its most important.
Teaching Claude why, and reading its thoughts.
Two research drops bracketed the week's end. On May 7, Anthropic published Natural Language Autoencoders, a method that translates Claude's internal activations into readable English, and found Claude suspected it was being tested in up to 26 percent of benchmark cases without ever saying so (transformer-circuits). On May 8, "Teaching Claude why" reported that teaching the principles behind aligned behavior beats training on demonstrations alone, with every model since Haiku 4.5 scoring perfectly on the agentic-misalignment eval that older Opus 4 failed up to 96 percent of the time (Anthropic).
SDKs kept pace.
The builder layer moved with the product. Python v0.99.0 and TypeScript v0.94.0 (May 5) added workspace-targeted OIDC federation token exchange. Python v0.100.0 and TypeScript v0.95.0 (May 6) carried the Managed Agents multiagent and outcomes surface that powers the Code with Claude announcements (GitHub). Then TypeScript v0.95.1 (May 7) did the unglamorous, important thing: it redacted API keys from debug log output, closing a leak that mattered anywhere logs ship to a shared sink (GitHub).