Wednesday, April 22, 2026

Claude AI Daily Brief — April 22, 2026

Covering the last 24 hours · Edition #54

TL;DR — Today’s Top 3 Takeaways
1. Mythos Breached — A Discord Group Got Into Anthropic’s Most Restricted Model Through a Third-Party Vendor — A group of unauthorized users accessed Claude Mythos Preview the same day it was announced through Project Glasswing, using a third-party contractor’s credentials. They’ve been using it ever since, and they showed Bloomberg the screenshots. Anthropic confirms the investigation but says no internal systems were touched.
2. Anthropic Briefly Yanks Claude Code From Pro — Then Reverses Amid a Developer Revolt — Pricing pages quietly moved Claude Code into the $100/month Max tier yesterday. Head of growth Amol Avasare called it a “~2% A/B test on new prosumer signups.” The web pages were rolled back inside 24 hours. The signal stays.
3. 3.5GW of Google TPU Capacity From 2027 — The Other Half of the Compute Story — Broadcom and Alphabet announced an expansion of their TPU partnership; Anthropic gets 3.5GW of next-gen TPUs starting 2027, on top of the existing $21B TPU order for this year. With Monday’s 5GW Trainium deal, Claude’s 2027 compute floor now spans three silicon stacks.
🚀 Official Updates
Security

An Unauthorized Group Has Been Using Mythos for Two Weeks — Through a Third-Party Vendor

TechCrunch broke it Monday night and the wires picked it up through Tuesday: a group operating out of a Discord channel that hunts unreleased AI models claims it has had working access to Claude Mythos Preview since April 7, the day Anthropic announced the model under Project Glasswing. The group made an “educated guess” about the model’s URL based on Anthropic’s naming patterns for other releases, then layered on credentials from a person who works at one of Anthropic’s third-party contractors. They gave Bloomberg screenshots and a live demo of the software running.

Anthropic’s statement: “We’re investigating a report claiming unauthorized access to Claude Mythos Preview through one of our third-party vendor environments,” with the company saying no evidence yet shows internal systems were impacted. The architecture matters here. Mythos was never meant to ship to general developers; the entire Glasswing model is access-as-product, with roughly 40 vetted defenders inside the tent. A third-party contractor environment was apparently outside the threat model that justified the gating in the first place. Expect Glasswing partners to ask hard questions about vendor key management and access logs by EOD.

Compute

Broadcom and Alphabet Expand the TPU Pact — Anthropic Locks In 3.5GW From 2027

The Motley Fool reported it Tuesday and the indexing services confirmed: Broadcom signed a fresh five-year deal with Alphabet to develop and build the next several generations of Google’s Tensor Processing Units, and Anthropic is the headline customer for the expansion. Anthropic gets access to 3.5 gigawatts of next-gen TPUs starting in 2027. That’s on top of the existing $21B TPU order Anthropic placed for delivery this year. Broadcom’s AI semiconductor division did $8.4B last quarter (up 106% YoY) and the company is now publicly guiding to a $100B+ annualized AI chip business by end of 2027.

Read it next to Monday’s Amazon announcement. With 5GW of Trainium and 3.5GW of TPU committed by 2027, plus continued Nvidia GPU usage, Anthropic’s 2027 compute floor now spans three silicon vendors. The strategic point: Nvidia capacity is reportedly sold out through 2027, so the additive capacity has to come from custom silicon partners. That’s the end of the “single-vendor lock-in” story for Claude inference. It’s also a tell on what Anthropic expects 2027 demand to look like — you do not contractually commit to multi-gigawatt floors without an internal demand model that justifies it.

Government

Trump Says a Pentagon Deal With Anthropic Is “Possible” — The Mythos Thaw Is Working

President Trump told CNBC Monday afternoon that his administration had “some very good talks” with Anthropic at the White House last week and that a Department of Defense deal is “possible.” Context: the Pentagon labeled Anthropic a supply-chain risk in early March after the GenAI.mil negotiations broke down over Anthropic’s refusal to allow fully autonomous weapons or domestic mass surveillance use. Friday’s meeting between Dario Amodei, White House chief Susie Wiles, and Treasury Secretary Bessent is what unstuck it. The trigger was Mythos: CISA and parts of the intel community are already running it, and Treasury wants in.

The deal economics matter for the IPO desk reading this. Anthropic already had a $200M July contract with the Pentagon before the freeze; the GenAI.mil placement is a multi-year reference logo on the order of mid-nine-figures and the gate to the broader DoD inventory. With the Glasswing breach now in the news, the calculus on either side gets sharper. The administration gets to tout an indigenous frontier-AI vendor for defense; Anthropic gets revenue and policy cover. The unanswered question is what specific use-case carve-outs end up in the contract language — the autonomous-weapons line is what Anthropic walked away over in September.

💻 Developer & API
Pricing

Anthropic Pulled Claude Code From Pro — Then Walked It Back. The “A/B Test” Excuse Did Not Land.

The Register caught it first: Anthropic’s pricing pages and a couple of help-center articles quietly moved Claude Code into the $100/month Max 5x tier and removed it from the $20/month Pro plan. Simon Willison wrote the “Claude Code going to cost $100/month? Probably not—it’s all very confusing” explainer that anchored the developer-side coverage. Head of growth Amol Avasare posted within hours: “We’re running a small test on ~2% of new prosumer signups. Existing Pro and Max subscribers aren’t affected.” The web pages were rolled back inside 24 hours. The damage to the “Pro is the gateway tier” story is not.

Read the underlying message. Avasare’s explanation — “the way people actually use a Claude subscription has changed fundamentally, current plans weren’t built for this” — is the most candid public admission that Pro-tier Claude Code usage is unprofitable on the current pricing. The Cowork rollout last week and the Routines launch on April 14 both made it easier to spawn long-running Claude Code workflows without keeping a laptop open. If you’re a Pro user running daily Claude Code routines, expect a real plan change inside ninety days. The 2% test will not be the last test. Existing Pro and Max subscribers are safe today; new Pro signups are the first cohort that gets a different deal.

Claude Code

Claude Code 2.1.117 — Forked Subagents on External Builds, /resume Summarizes Stale Sessions, Faster MCP Cold Start

Today’s build follows yesterday’s 2.1.116 with a polish-and-control release. Headline: forked subagents are now enableable on external builds via CLAUDE_CODE_FORK_SUBAGENT=1, which removes the last reason most enterprise teams were waiting on the official build before they could run their own subagent fleets. /model selections persist across restarts even when the project pins a different model — a quietly important fix for teams that route different work to different model strings. /resume on stale, large sessions now offers to summarize before re-reading, which combined with yesterday’s 67% perf bump on 40MB+ sessions makes the “come back to a long-running agent” story actually work.

Smaller wins worth noting: agent frontmatter mcpServers are loaded for main-thread agent sessions via --agent (the missing piece for one-shot agent invocations); cold start is faster when both local and claude.ai MCP servers are configured (the dual-source enterprise default); the fullscreen-mode duplicate-message-on-scroll bug got another pass; and the “/clear to save X tokens” idle hint now reports current context size instead of cumulative session tokens, which had been confusing daily users. Plugin MCP servers stuck at “connecting” on session start — finally fixed. claude upgrade.

API

Task Budgets in Public Beta — And the “ant” CLI Lands as Anthropic’s Official API Client

Two API-side updates worth a Wednesday-morning look. Task budgets entered public beta: a way to give Claude an explicit token budget so it can prioritize work across longer agent runs instead of burning the budget on a single subtask. For Managed Agents and Routines users running multi-hour workflows, this is the cost-control knob that was missing — you can now set a hard ceiling and have the model self-pace within it. The ant CLI shipped as the official command-line client for the Claude API: faster interaction with the API, native Claude Code integration, and YAML-based versioning of API resources (prompts, tools, agents, model configurations). It’s the “kubectl for Claude” piece the platform team had been telegraphing.

The combined picture across the last week of API releases: Managed Agents (beta, header managed-agents-2026-04-01), Advisor tool (beta, header advisor-tool-2026-03-01), web search and programmatic tool calling now GA, code execution free with either, task budgets in beta, and the ant CLI as the connective tissue. If you started an agent build six weeks ago and shelved the harness work because the bill was unpredictable, this is the week to revisit. The economic story on long-horizon agents has materially improved.

Migration Tip

Audit Your Pinned Model Strings Today — The April 30 Deadline Is Eight Business Days Out

The 1M-token context beta on Sonnet 4.5 and Sonnet 4 expires April 30. That’s eight working days from today. Two specific things to check by EOD: (1) any production code path that sets the context-1m-2025-08-07 beta header on the API — either move to Opus 4.7 (which has 1M-context as a first-class capability) or scope down the prompt to fit 200K; (2) any pinned use of unversioned claude-sonnet-4 or claude-sonnet-4-5 for long-doc retrieval — pin to a dated version this week so you control the migration window instead of having it controlled for you.

Next dates after April 30: Opus 4 and Sonnet 4 fully retire June 15, which is the bigger compatibility cut. Anthropic’s migration guide is current as of yesterday with the Opus 4.7 mappings, and the deprecation schedule page lists every dated string with its sunset date. If you don’t already have an internal model-allowlist with EOL dates wired into CI, this is the week to write it. The Pro-plan A/B test today is a reminder that pricing and access can move; you want the model-string discipline in place before the next surprise.

🌎 Community & Ecosystem
Product

Claude Design Picks Up Real Usage — Handoff Bundles Land in Claude Code

The Claude Design rollout that started Friday is in real use this week. The piece getting attention from design-engineering teams: when a design is ready to build, Claude Design packages a handoff bundle (HTML, CSS, design tokens, component spec) that you can pass to Claude Code with one instruction. That’s the design-to-code seam that has historically been the friction point for prompt-to-prototype tools. Anthropic’s positioning is that Claude Design is the upstream of Claude Code, not a separate Figma-killer. The web-capture tool that grabs elements directly from a live site is the surprise sleeper feature; it makes “clone our existing design system, then redesign this one screen” a one-prompt workflow.

Adoption signal: the research preview is rolling out gradually to Pro, Max, Team, and Enterprise users on Opus 4.7. Figma stock held last Friday’s -7% drop through Tuesday close. The honest read is that Claude Design is not yet good enough to replace a design tool for most teams — the failure modes are at the design-engineer tier, not the senior-IC tier. But the Claude Code handoff loop is genuinely new, and the “design system from your codebase” ingest at onboarding is the kind of feature that compounds over the next two model releases.

Market

The $800B Valuation Talk Hardens — And the Compute Math Now Pencils

Bloomberg’s reporting last week that Anthropic was attracting investor offers at a roughly $800B valuation has quietly become the working number on most IPO desks this week. The Caplight secondary mark is at $688B, up 75% in three months. The argument that justified the doubling: Anthropic’s annualized revenue went from $1B at end of 2024 to $30B by early April 2026 — a 30x in fifteen months. With Monday’s 5GW Amazon Trainium commitment and Tuesday’s 3.5GW Google TPU expansion both on the books, the planned $19B 2026 spend on training and inference now has a defensible physical-capacity backing.

What changed this week: the IPO timing conversation moved from “possibly Q4” to “Goldman, JPMorgan, and Morgan Stanley already in early talks for an October roadshow.” The Mythos breach is the swing variable. If Anthropic can demonstrate that the third-party vendor compromise was contained and that no model weights or fine-tuning data leaked, the IPO narrative survives. If the breach turns into a model-weight exfiltration story, the conversation gets harder fast. Watch the Wednesday and Thursday news cycle for either an Anthropic post-mortem or for the Discord group to publish more.

Workflow

Routines Hit Their Second Week — Email Triage and Daily Briefings Are the Top Use Cases

Routines launched April 14 and the second-week usage data has started landing. The top use cases reported across the dev community: email triage, proposal generation, daily briefings, CRM hygiene, and content publishing. The trigger model is what made the difference — routines run on a cron schedule, on a webhook from an external system, or on a GitHub repo event, and they execute on Anthropic’s managed infrastructure (no laptop required). Plan tier limits: Pro 5/day, Max 15/day, Team and Enterprise 25/day.

The connection to today’s Pro-plan story is direct. Routines are the kind of feature that turns “I run Claude Code occasionally” into “Claude Code runs me five times a day.” That’s the usage shift Avasare was talking about when he said current plans “weren’t built for this.” The Pro tier’s 5-runs/day routine ceiling is the load-bearing limit; if Anthropic moves it, Pro-plan economics change. If they don’t move it, Pro stays the gateway tier and the heavy-use cohort moves to Max. Either way, the next pricing change will likely target routine quotas, not Claude Code itself.

🧠 Analysis
Analysis

The Mythos Breach Is the Story Anthropic Cannot Spin — And the IPO Clock Just Started Ticking on the Response

Three things happened in 48 hours. Anthropic locked in a $125B compute partnership with Amazon. Anthropic locked in 3.5GW of TPUs with Google and Broadcom from 2027. Anthropic admitted it lost control of its most restricted model through a contractor’s credentials. The first two are the IPO bull case. The third is the IPO bear case, in one news cycle. Project Glasswing was sold on the premise that access control was the product — that Anthropic could ship cyber-offense capability safely because it picked the 40 defenders inside the tent. A Discord group with a contractor login is exactly the kind of failure mode that makes that premise unfalsifiable. If the gating model fails through the most boring threat vector (third-party vendor key reuse), the premise that gating works at all is the question.

The Pro-plan flap is the smaller version of the same dynamic. Anthropic ran an A/B test in production on 2% of paid signups for a $20-month price-tier change without a public disclosure. That’s well within startup norms, but it’s outside the norm for a company three quarters from a $60B+ IPO raise. Both stories share a structural pattern: Anthropic’s operational maturity is not yet at the level the IPO-prospectus narrative implies. The next ninety days are the window to prove otherwise. The Mythos post-mortem, the Pro-plan messaging, and the next infrastructure outage will each be read as a data point. Goldman’s S-1 desk is reading them too.