Salesforce took 20 years to reach $30B in annual revenue. Anthropic did it in under three.
On May 28, 2026, Anthropic closed a Series H round raising $65 billion at a post-money valuation of $965 billion. That put it ahead of OpenAI's $852B valuation — and the product that made it possible wasn't Claude the chatbot. It was Claude Code.
Wait, are these numbers real?
The valuation is impressive. The speed is what breaks your brain.
Here's Anthropic's ARR trajectory:
From $1B to $14B in 14 months — that's 14x growth. Slack, Zoom, Snowflake — no B2B software company has ever moved at this pace. Meritech's Alex Clayton put it bluntly: "We've analyzed over 200 public software IPOs and this growth rate has never happened."
And it's not just developer hype. 8 of the Fortune 10 are now Claude customers. Over 1,000 businesses spend more than $1M per year on Anthropic services. Enterprise accounts now represent 80% of total revenue.
Monetization efficiency gap
Anthropic earns roughly $211 per monthly user. OpenAI earns about $25 per weekly user. Smaller audience, 8x the revenue per user — that's what an enterprise-first strategy looks like.
How did Claude Code pull this off?
Claude Code, launched in May 2025, is an agentic AI coding assistant that lives in your terminal and IDE — not a code autocomplete tool. It executes multi-step workflows autonomously.
It hit $1B ARR six months after launch. That's the fastest any enterprise software product has ever done it. By Anthropic's Series G in February 2026, it had already reached a $2.5B run rate.
A few structural reasons this worked:
- Terminal-native design
It runs directly in your terminal, not as an IDE plugin. Zero workflow disruption for developers already working in the command line. - Multi-step agentic execution
"Analyze this file, refactor it, write the tests, and open a PR" — Claude Code runs that end-to-end. No suggest→accept→next-suggest loop. - Enterprise security from day one
Code never hits external servers. On-premises and VPC deployments are supported. Enterprise security teams can actually approve this. - Available on all three major clouds
AWS Bedrock, Google Cloud Vertex AI, and Microsoft Azure — so it plugs into whatever infrastructure a company already runs.
By May 2026, an estimated 4% of all public GitHub commits are attributed to Claude Code, with projections exceeding 20% by year-end. At Uber, engineer adoption jumped from 32% in December 2025 to 84% by March 2026.
How does it compare to the alternatives?
Here's where the three main AI coding tools stand:
| GitHub Copilot | Cursor | Claude Code | |
|---|---|---|---|
| Approach | IDE plugin (autocomplete) | AI-native IDE (VS Code fork) | Terminal + IDE + agentic |
| Individual price | From $10/mo | From $20/mo | $20/mo (via Pro) |
| Strength | Broad IDE support, free tier | Editing UX, fast autocomplete | Large-scale agentic tasks, enterprise |
| SWE-bench score | N/A | N/A | 80.9% (Opus 4.5) |
| Enterprise adoption | High (Microsoft ecosystem) | Moderate | Fastest growth |
Here's the thing: this isn't a zero-sum market. Ramp data shows 79% of OpenAI customers also pay for Anthropic. The emerging enterprise pattern is Copilot for daily autocomplete + Claude Code for high-complexity agentic work.
Getting started: how to actually use Claude Code
- Pick your plan
Claude Pro ($20/mo) works for getting started. For agent teams or high usage, Max 5x ($100/mo) or above is recommended. API pay-as-you-go is also available at $3/1M input tokens. - Install (requires Node.js 18+)
Run npm install -g @anthropic-ai/claude-code, then claude to authenticate on first launch. - Run it from inside your project
Navigate into your codebase directory and run claude. It reads the whole project structure automatically. - Start with something complex
"Fix all type errors in this file and add tests for each" — start there. If you use it like a fancy autocomplete, you'll miss what it actually does. - Write a CLAUDE.md
A CLAUDE.md in your project root sets coding style, architecture rules, and conventions — so Claude Code doesn't need to be re-briefed each session.
Heads up
Agentic execution means it actually modifies your files. Work on a git branch and snapshot before big tasks — especially when you're still learning its behavior.
Go deeper
Anthropic raises $65 billion, now valued at $965 billion Reuters confirmation of the Series H round reuters.com
Anthropic Just Hit $14 Billion in ARR SaaStr's breakdown of the fastest B2B growth in software history saastr.com
Claude Code vs GitHub Copilot vs Cursor (2026) An honest comparison from a team that actually tested all three cosmicjs.com
Claude Overtakes ChatGPT in U.S. Business AI Payments The Ramp AI Index data behind the enterprise shift techtimes.com
Anthropic Series G Announcement Official Claude Code revenue figures from the Series G press release anthropic.com




