← All editions
Edition · Fri, May 29, 2026

Opus 4.8 ships, Anthropic prints $965B —
the same afternoon.

10 SIGNALS WINDOW: MAY 21–29 SOURCES: ANTHROPIC · BLOOMBERG · GITHUB · BLOOMBERG · CNBC · FORTUNE · NEXTGOV

The model and the money landed the same afternoon. Anthropic shipped Claude Opus 4.8 on Thursday — 69.2% on SWE-Bench Pro (up from 64.3% on Opus 4.7), 96.7% on USAMO 2026 (up from 69.3%), four times less likely to leave a code flaw unflagged, a fast mode that runs at 2.5× the speed and is now three times cheaper than the prior model's, an effort slider in Claude.ai and Cowork, and a dynamic workflows research preview that lets Claude Code spawn up to 1,000 parallel subagents under a single orchestrator. Inside the same news cycle the $30B round we tracked last week as "circling" closed at a larger number: $65B raised at a $965B post-money, Altimeter, Dragoneer, Greenoaks and Sequoia leading, on a reported $47B annualised revenue — Anthropic edges past OpenAI's $852B March mark for the first time. The harness layer shipped to land it. Claude Code v2.1.154 set Opus 4.8 to high-effort by default and turned dynamic workflows on for Max and Team out of the box; Codex 0.135.0 added a codex doctor pre-flight, an in-editor Vim mode, and Python SDK sandbox presets; Microsoft's Agent Framework python-1.7.0 introduced a HarnessAgent and a background-agents harness provider for the long-running shift; Pydantic AI v1.103.0 brought prompt management to McpServer. Underneath the model news, the Pentagon's quiet bake-off of OpenAI, Google and xAI alternatives to Claude moved into the press; OpenAI filed a confidential S-1 targeting an $852B–$1T listing; Catena Labs took $30M and applied for a national trust bank charter to give agents their own banking rails; and the Mythos rollout crossed 10,000 confirmed vulnerabilities as EU regulator talks stalled and Anthropic hinted the public release is "in the coming weeks." The model wrote the cheque, took the valuation, and pre-built the orchestrator that will spend it.

01

The lead — Anthropic ships the model and the price tag

01

Claude Opus 4.8 — 3× cheaper fast mode, an effort slider, and dynamic workflows up to 1,000 subagents

May 28

Anthropic's first frontier model since Opus 4.7 (41 days ago) lands with the numbers that matter to the agent layer. SWE-Bench Pro moves from 64.3% to 69.2%, USAMO 2026 from 69.3% to 96.7%, and Anthropic claims Opus 4.8 is roughly four times less likely to let a flaw in its own code pass unflagged. Standard pricing holds — $5/M in, $25/M out — but the new fast mode runs at $10/$50 per million, 2.5× the speed for ~three times less money than Opus 4.7's fast mode. An effort dial (low / medium / high / xhigh) appears across Claude.ai, Cowork and Claude Code, with Opus 4.8 defaulting to high. And the research preview people will be talking about all weekend: dynamic workflows lets Claude Code write an orchestration script that spawns parallel subagents — up to 16 concurrent, 1,000 total per run — each planning, executing and verifying a slice of a task and reporting back. Anthropic frames the use cases bluntly: codebase-scale migrations across hundreds of thousands of lines, profiler-guided optimisation audits, security hardening sweeps, "work you need checked twice." The model is available the same day on Claude API, Amazon Bedrock, Vertex AI and Microsoft Foundry (1M-token context on the first three, 200K on Foundry). Read alongside Cognition's $26B mark last week, Opus 4.8 is the model layer's price-anchored answer to the autonomous-coding-agent thesis — same dollar, more agent.

02

Update — Anthropic closes $65B at $965B, eclipses OpenAI for the first time

May 28

Two weeks ago the round was Bloomberg leaks at "~$900B"; one week ago last edition flagged it as "circling >$30B at ~$900B, ahead of OpenAI"; on Thursday it closed at a different number entirely. Altimeter Capital, Dragoneer Investment Group, Greenoaks Capital and Sequoia Capital led $65B in primary at a $965B post-money — vaulting Anthropic past OpenAI's $852B March mark for the first time, on a reported $47B annualised revenue run and Anthropic's first projected quarterly operating profit. The deal is the second $30B-plus round Anthropic has printed inside one calendar year (after February's Series G at $380B), and it lands the same afternoon as Opus 4.8. The optics aren't subtle: the model ships, the revenue line clears $47B annualised, the valuation clears the rival's, and OpenAI files its confidential S-1 the same week (item 08). Three years ago Anthropic was the foundation lab that valued safety over speed and a few months behind on the product cycle. This week it priced both above OpenAI on the same day it shipped them.

02

Dynamic workflows lands in the harness

03

Update — Claude Code v2.1.146 → v2.1.154: dynamic workflows GA on Max/Team, Opus 4.8 default high-effort

May 21–28

A nine-release train across the Opus 4.8 launch arc. v2.1.146 gave /code-review proper effort levels; v2.1.147 kept pinned background sessions alive on idle and reshuffled /code-review//simplify; v2.1.148 fixed a Bash exit-code-127 regression; v2.1.149 broke /usage out by category, added keyboard scrolling in /diff, taught Markdown rendering GFM task lists and landed PowerShell security fixes; v2.1.150 was internal; v2.1.152 (covered last edition) shipped --fix, MessageDisplay and skill hot-reload; v2.1.153 added a skipLfs option to the git plugin, polished npm auto-update notices and tightened the MCP server approval workflow. Thursday's v2.1.154 is the punch line: Opus 4.8 is the default, high effort is the default for Opus 4.8/4.6/Sonnet 4.6 (xhigh for Opus 4.7), the lean system prompt is now the default, and dynamic workflows is on by default on Max and Team — in the CLI, Desktop and the VS Code extension. The seam between "model release" and "agent harness release" has collapsed into one commit graph.

03

The harness layer ships in lockstep

04

Update — OpenAI Codex 0.135.0: codex doctor diagnostics, in-editor Vim, Python SDK sandbox presets

May 28

Codex shipped 0.135.0 the same day as Opus 4.8 — fitting, given how much of the release reads as the harness side of the same problem statement. codex doctor reports richer environment and system information for "why isn't my agent running?" triage. Vim mode picks up text-object editing and a configurable interrupt-turn binding (the equivalent of / reverse-history in Claude Code). /permissions takes named permission profiles — read-only mode by name, finally — and the Python SDK introduces friendly Sandbox presets for thread and turn APIs, which is the foundation for "spin up a hundred parallel agents and have them not eat the host." TUI stability fixes on macOS and Zellij round it out. The codex-vs-claude-code race is now visibly about whose fan-out story scales — and 0.135.0 is OpenAI's response to the dynamic-workflows preview shipped at noon.

05

Update — Microsoft Agent Framework python-1.7.0: HarnessAgent and a background-agents harness provider

May 28

Microsoft's Agent Framework lands a release that names what every other harness vendor is now also chasing. HarnessAgent and a new background-agents harness provider formalise the "long-running task in a managed sandbox" pattern Claude Code's dynamic workflows previews from the other side. A2AAgentSession gains task-reference support — i.e. agents can hand off and resume each other's work over the A2A protocol without dropping state — and an experimental Foundry APIs surface plus tool-name alignment across implementations smooth the multi-runtime story. There are breaking changes too (Python-only declarative actions are out, and streaming/citation-metadata bugs are fixed). Read alongside Anthropic's dynamic workflows preview and OpenAI's Codex sandbox presets, all three reference harnesses are now building toward the same primitive — a planning model that orchestrates a fleet of background workers — and naming it almost the same thing.

06

Update — Pydantic AI v1.103.0: prompt management on McpServer, eager input streaming for Anthropic

May 26

The framework that ate the Python agent middle layer keeps printing. v1.103.0 adds list_prompts and get_prompt to McpServer — the prompt half of MCP that most servers still haven't bothered to implement is now first-class on the client. Anthropic eager_input_streaming lands on OpenRouterModel, message-timestamp round-tripping comes through the VercelAIAdapter, and a clean batch of Bedrock, thinking-mode and toolset-callback fixes shipped with it. If you missed v1.102 (security fix for an IPv6 transition-form SSRF bypass) the upgrade is doubly worth it. Three releases (1.101, 1.102, 1.103) plus two v2 betas inside eight days — Pydantic AI's cadence remains the loudest signal in OSS agent tooling.

04

The Pentagon's quiet bake-off

07

Pentagon tests OpenAI, Google and xAI — the race to replace Claude is on

May 21

The Bloomberg scoop the AI press has been chewing on all week. Twenty-five "power users" inside the Department of Defense have been running side-by-side evaluations of OpenAI, Google and xAI's Grok models against Claude since early March — three days after Defense Secretary Pete Hegseth labelled Anthropic a "supply-chain risk" over Anthropic's refusal to drop usage policies that bar mass surveillance and lethal autonomous weapons. OpenAI signed a classified-network deployment inside hours of Anthropic's blacklisting. Anthropic is fighting the designation in court, saying it could cost billions in revenue. The pragmatic wrinkle Scientific American makes explicit: even if a replacement model wins on benchmarks, "the hard part begins after the model is gone" — every integration, MCP server and skill currently wired to Claude has to be re-wired by hand. The bake-off is real; the rip-and-replace is the project. And every other Fortune-500 risk committee just got an awkward new "what if our regulator labels our model provider a supply-chain risk?" agenda item.

05

Capital prints the next quarter

08

OpenAI files a confidential S-1 — IPO at $852B–$1T, September listing in view

May 22

Working with Goldman Sachs and Morgan Stanley, OpenAI filed a confidential S-1 with the SEC targeting a public listing as early as September 2026 at a $852B–$1T valuation. Full financials stay sealed for the SEC back-and-forth; the public S-1 has to drop at least 15 days before the roadshow. Two implications worth holding together: (1) the IPO clock and the Pentagon court fight are now running concurrently for OpenAI's most direct competitor, and (2) the public listing forces a level of revenue disclosure that will, for the first time, let everyone independently price what "an agent business" is actually worth. The same week Anthropic's $965B mark cleared OpenAI's $852B — and now OpenAI is inviting the public market to reset the comparison. A listing in three months would be the most consequential AI-economy moment since GPT-3.

09

Catena Labs — $30M Series A and a national trust bank charter for AI-agent finance

May 20

Acrew Capital and a16z crypto led $30M into Catena Labs, with Breyer Capital, General Catalyst and QED alongside, taking total funding to $48M. Catena's pitch: programmable banking rails specifically for AI agents — KYC for non-human identities, programmatic balance and payment APIs an agent can call without touching a human treasurer, the same Compliance / SOC2 / audit surface enterprises already require. To get there, Sean Neville (Circle cofounder) filed with the U.S. Office of the Comptroller of the Currency for a national trust bank charter. That's the part that matters: not a fintech wrapper on top of a correspondent bank, but a directly chartered institution whose primary customer is, by design, an autonomous agent. If the OCC approves it, the U.S. just stood up a regulated banking primitive for the agent economy — and every "agents can hold their own credit pool" pitch (see Anthropic's split billing last month) gets a payment side to match.

06

Mythos creeps toward the public

10

Update — Project Glasswing crosses 10,000 vulnerabilities, EU talks stall, Mythos "coming weeks"

May 22–28

Three Mythos beats this week, all pointing the same way. May 22: EU–Anthropic talks over Mythos cybersecurity concerns are stalled, per Spanish officials cited by Bloomberg — the first real friction between Mythos and a major regulator. May 26: Anthropic publishes a new anthropic.com/glasswing hub, confirms the consortium has now found 10,000+ high-/critical-severity vulnerabilities across over 1,000 open-source projects, names a 27-year-old remote DoS flaw in OpenBSD as a representative find, and discloses up to $100M in Mythos credits and $4M in direct donations to open-source security orgs. May 28: the Opus 4.8 launch post and Axios both confirm Mythos-class models are expected publicly "in the coming weeks" — the first time Anthropic has put a near-term date on it. Counter-pressure is real: operational-technology vendors say they're being excluded from Glasswing; an unauthorised forum reportedly accessed Mythos via a contractor's leaked credentials in April. The trajectory is clearer than the timeline: the model that was "too dangerous to ship" in April is now planning its public release on a calendar measured in weeks, not quarters.

Compiled 2026-05-29 from Anthropic's Opus 4.8 launch and $965B funding-round disclosure, the anthropics/claude-code, openai/codex, microsoft/agent-framework and pydantic/pydantic-ai release feeds, Bloomberg's Pentagon and Anthropic valuation reporting, CNBC and Fortune on OpenAI's S-1 filing, Catena Labs' Series A and OCC trust charter filing, and Anthropic's anthropic.com/glasswing update window of May 21–29. Dollar figures, valuations and benchmark numbers are as reported by the primary sources at compile time. Hand-curated; corrections → jay@jfound.net.

← Back to all Spotlight editions