← Back to all entries
2026-04-07 🧭 Daily News

$30B Run Rate, Google-Broadcom Compute Deal & Cloud Next

$30B Run Rate, Google-Broadcom Compute Deal & Cloud Next — visual for 2026-04-07

🧭 Anthropic Triples to $30B Run Rate and Signs 3.5-Gigawatt Google-Broadcom TPU Deal

In a pair of announcements spanning April 6-7, Anthropic disclosed that its annualised revenue run rate has crossed $30 billion — up from roughly $9 billion at the end of 2025 — a more than threefold increase in approximately three months. Simultaneous with the revenue disclosure, the company confirmed a major compute infrastructure contract: Anthropic will receive approximately 3.5 gigawatts of next-generation TPU capacity built jointly by Google and Broadcom, coming online from 2027, on top of 1 gigawatt already flowing in 2026. Broadcom's shares rose 3.5% on the news.

The enterprise traction behind the numbers is equally striking: more than 1,000 companies now spend over $1 million annually with Anthropic — a figure that doubled in fewer than two months. Mizuho analysts estimated Broadcom would record $21 billion in AI revenue from Anthropic in 2026 alone, rising to $42 billion in 2027.

What the compute deal means in practice

Practical implication for API users

The gigawatt-scale compute commitment is a strong signal that Anthropic is building for sustained high-throughput demand growth. For teams that have been deferring production migration due to capacity uncertainty, this deal materially de-risks the long-term availability story. That said, the new capacity doesn't arrive until 2027 — so if your workloads are rate-limited today, plan for that constraint to persist for the next 12 months.

⭐⭐⭐ anthropic.com
revenue compute Google Cloud Broadcom TPU infrastructure

🧭 Five Anthropic Sessions at Google Cloud Next Outline the "After Software" Era for Enterprises

Anthropic has confirmed its presence at Google Cloud Next 2026 (April 22–24, Las Vegas, Booth #2021) with five sessions oriented around enterprise agentic deployment. The headline session — "After Software: Anthropic's Vision for the Next Era of Enterprise AI" — frames AI agents not as productivity tools layered on top of existing software but as replacements for entire categories of software-driven work, a significant reframing of how enterprises should think about their software investment roadmap.

Session lineup

Why the "After Software" framing matters

Calling it the "After Software" era is a deliberate repositioning of the competitive discussion: rather than comparing Claude to competing LLMs, Anthropic is now comparing agentic Claude to SaaS applications. The Shopify case study is particularly telling — Sidekick is built on Claude via Vertex, meaning Google Cloud's distribution is now a primary route for enterprise Claude adoption alongside the direct Anthropic API. If you are building enterprise software that depends on incumbent SaaS categories, that framing should inform your roadmap thinking.

⭐⭐⭐ anthropic.com
Google Cloud Next enterprise AI agentic Shopify Vertex AI multi-agent

🧭 Claude Code's /ultraplan Command Brings Cloud-Powered Deep Planning and Sub-Agent Architecture Reviews

Shipped alongside the broader April Claude Code release wave, /ultraplan is the most significant planning mode upgrade since /plan launched in January. When invoked, Claude Code spins up a session in Anthropic's Cloud Container Runtime (CCR) with Opus 4.6 as the planner, up to 30 minutes of dedicated compute, and a cloud-synced snapshot of the repository. The system dispatches specialised sub-agents to perform risk assessments, dependency-impact analysis, and architecture reviews in parallel before returning a unified plan.

The three /ultraplan modes

Plans drafted via /ultraplan can be refined collaboratively in the Claude Code web interface with inline comments, then executed either remotely (in CCR) or locally. The command requires a Max plan subscription for Deep Plan mode; Simple and Visual modes are available on Pro.

# Invoke ultraplan — prompts for mode selection
/ultraplan

# Start directly in Deep Plan mode (Max only)
/ultraplan --deep

# Open the generated plan in the web interface for collaborative review
/ultraplan --web
When to reach for /ultraplan vs /plan

Use /plan for focused, single-file or small-scope changes where local context is sufficient. Reach for /ultraplan when the task crosses multiple modules, involves dependency upgrades with ripple effects, or requires a risk assessment you would otherwise do manually. The parallel sub-agent architecture means Deep Plan results are typically ready within 4–6 minutes for codebases under 200k lines — faster than writing out the plan yourself.

/ultraplan Claude Code planning sub-agents CCR Opus 4.6
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research