AI Briefings·8 min read

AI Morning Briefing — May 11th, 2026

Lyubo
Lyubo·
AI Morning Briefing — May 11th, 2026

Anthropic tops OpenAI in ARR at $30B, SpaceX deal doubles Claude Code limits, and Chinese AI labs carpet-bomb the frontier.

AI Morning Briefing — May 11th, 2026

Your daily digest of what's happening in AI, straight from the trenches.


🚀 Headlines (30 sec read)

  • Anthropic overtakes OpenAI in ARR — $30B vs $24B, driven by 1,000+ enterprise customers spending $1M+/year on agentic Claude deployments
  • Anthropic + SpaceX deal doubles Claude Code rate limits — 220k+ GPUs and 300MW of compute secured within a month, funded by SpaceX vacating Colossus 2
  • OpenAI fires back with GPT-Realtime-2 and MRC — New low-latency voice model plus an open connectivity standard to rival Anthropic's MCP
  • Chinese AI labs carpet-bomb the frontier — GLM-5.1, MiniMax M2.7, Kimi K2.6, and DeepSeek V4 all reached Western frontier coding parity within 12 days at significantly lower inference cost
  • "Software Engineer" title may vanish by year-end — Anthropic Claude Code head Boris Cherny told CNN he expects the job title itself to start disappearing, replaced by "builder"
  • Claude Mythos breaks the METR autonomy graph — A new benchmark ceiling has reportedly been hit on what some call "the most important chart in AI"

🧠 Deep Dives (4 min read)

Anthropic Quietly Lapped OpenAI in Revenue

In a story that flew under the radar over the weekend, Anthropic's annualized revenue crossed $30B in early May — while OpenAI sits at $24B. Four months ago, Anthropic was at $9B ARR. That's a 3x jump in a single quarter.

The driver isn't consumer subscriptions. It's enterprise. More than 1,000 companies are now spending over $1M per year on Claude, primarily for agentic workflows — AI handling complex multi-step business processes without hand-holding. Anthropic also announced a dedicated financial services AI agent this week, capable of building pitchbooks and writing credit memos.

Claude Code head Boris Cherny crystallized the shift in a CNN interview: "By the end of this year, the job title 'software engineer' might start to disappear. The replacement might be 'builder.'"

Source

Anthropic's SpaceX Deal: The GPU Land Grab Nobody Saw Coming

Anthropic announced a partnership with SpaceX that gives it access to over 220,000 GPUs and 300MW of compute capacity — all secured within a month. The timing is notable: SpaceX's xAI division recently migrated to its Colossus 2 cluster, freeing up the older infrastructure. Anthropic apparently moved fast to claim it.

The immediate visible effect: Claude Code enterprise rate limits are being doubled. Opus API capacity is also being raised. For power users who've been hitting the 5-hour or 7-day usage caps, this is directly relevant.

The strategic implication is bigger. Anthropic is trying to build a compute moat before its rumored June IPO. Locking in 220k+ GPUs right before going public is a statement.

Source

OpenAI's Counter-Move: GPT-Realtime-2 and MRC

OpenAI didn't sit idle. This week saw the simultaneous release of GPT-Realtime-2 — a low-latency voice agent model with GPT-5.5-class reasoning — and MRC (Model Resource Connect), an open standard for connecting AI systems that directly competes with Anthropic's MCP protocol.

The MRC play is the interesting one. Anthropic's MCP has been gaining significant traction as the de facto protocol for AI-to-tool connections, with most major editors and agent frameworks adding support. OpenAI launching a competing standard mid-cycle is a classic ecosystem play — fragment the protocol layer before it solidifies around a competitor's standard.

The LLM Elo gap between the top 6 frontier models is now just 79 points. The capability race is effectively tied.

Source

Chinese Labs Hit Frontier Parity — Again, Faster

Four Chinese AI labs — GLM-5.1, MiniMax M2.7, Kimi K2.6, and DeepSeek V4 — reached Western frontier coding parity within 12 days of each other, at meaningfully lower inference cost. The LM Council Elo gap between #1 and #6 frontier models: 79 points. This isn't a gap anymore — it's a rounding error.

DeepSeek V4 Pro specifically is making waves in the local LLM community, with users running it on Epyc workstations getting 8.6 tokens/second on the 859GB model. More practically, DeepSeek-V4-Flash with MTP self-speculation is hitting 85 tok/s at 524k context on dual RTX PRO 6000 Blackwell Max-Q cards.

Source


📅 Coming Up This Week

DateEvent
May 13 (Wed)Nous Research AMA on r/LocalLLaMA — the team behind Hermes Agent, 8AM–11AM PST
Mid-MayAnthropic begins GPU ramp-up from SpaceX infrastructure — rate limit increases expected to roll out gradually
This weekOpenMRC standard open comment period starts — will the ecosystem consolidate on MCP or fragment?
May 2026Claude Opus 4.7 community survey results — Anthropic is actively gathering feedback via r/ClaudeAI survey

🛠️ Try This Today

Make Claude Code Aware of Its Own Usage Limits

One of the most-upvoted posts on r/ClaudeAI this week: a developer built a local HTTP proxy that intercepts Anthropic's rate-limit headers and surfaces them to Claude during inference. Claude can then adjust its behavior — warning you before large tasks when you're close to limits, or switching to lightweight mode above 90%.

Here's the quick setup:

  1. Claude Code respects ANTHROPIC_BASE_URL — set it to point to a local proxy (http://localhost:3456)
  2. The proxy intercepts anthropic-ratelimit-unified-5h-utilization and anthropic-ratelimit-unified-7d-utilization headers from every response
  3. It writes a one-line status file to ~/.claude/usage-status.md like: 5h=9% 7d=99%! overage=0% bottleneck=seven_day
  4. Add a UserPromptSubmit hook in CLAUDE.md to inject that file into every prompt
  5. Add a rule: refuse new implementation work above 98%, switch to lightweight mode above 90%

Why it matters: Turns out Sonnet and Opus share the same unified pool — there's no separate Sonnet bucket despite the UI suggesting otherwise. Knowing your real limit before you start a long session changes how you plan work.

Discussion


⚡️ Quick Links (2 min read)

GitHub Trending

Reddit Hot

  • [r/ClaudeAI] Claude Mythos literally broke the METR graph — "The most important chart in AI" apparently has a new ceiling → Discussion
  • [r/ClaudeAI] I put Claude Code inside Obsidian as a plugin — Full agentic vault access with a native UI bridge → Discussion
  • [r/LocalLLaMA] I have DeepSeek V4 Pro at home — Running the 859GB model on an Epyc workstation with 96GB RAM and an RTX PRO 6000 → Discussion
  • [r/LocalLLaMA] Running Qwen3.6 35B A3B on 8GB VRAM with 190k context — With TurboQuant KV cache and llama.cpp via Tailscale → Discussion
  • [r/MachineLearning] Signals: finding the most informative agent traces without LLM judges — New research on evaluating agentic behavior without using another LLM as judge → Discussion

Hacker News Top


🦞 TL;DR

The narrative today: The money just moved. Anthropic crossed $30B ARR — beating OpenAI — while the Chinese frontier has essentially caught up to Western labs. The gap between the best and the sixth-best model is 79 Elo points. This week felt like the industry crossed some kind of inflection point.

My take: The SpaceX GPU deal is the real story. Doubling Claude Code rate limits is the consumer-facing signal, but 220k GPUs and 300MW ahead of a rumored IPO is a massive infrastructure bet. Anthropic is trying to make the compute moat before the market prices it in. Meanwhile, OpenAI's MRC standard is a smart defensive move — if the protocol layer fragments, Anthropic loses one of its biggest structural advantages. I'd watch that more than the ARR numbers.

What I'm watching: Whether MRC picks up real adoption, or whether MCP's head start proves too large to overcome. The agent infra wars are just getting started.

Stay informed. Stay curious.

Share:
AIAnthropicOpenAIClaude CodeDaily Briefing