DISPATCH

Everything that mattered in AI, one page a week.

Most AI news does not survive the week. This is the part that did — the releases, the research, and the shifts that actually change how we build. Designed & built to keep you up to date with things in AI without needing to be unemployed. Just refresh Saturday morning and review the last week's dispatch.

90 DISPATCHESWRITTEN EVERY FRIDAYNEXT UPDATE IN

DISPATCH 74

WEEK OF MAY 23 – 29, 2026

Opus 4.8 ships dynamic workflows, and agents reach the brokerage account

Model releases and harnesses converged: subagent fan-out became a product feature, a regulated broker opened an MCP endpoint, and a supply-chain campaign started poisoning agent config files.

Anthropic shipped Claude Opus 4.8 with dynamic workflows for Claude Code, which lets the model plan a large job and then run hundreds of parallel subagents against it. Robinhood opened a brokerage account to third-party agents over MCP.

The security story of the week was nastier: a cross-ecosystem campaign wrote malicious instructions into CLAUDE.md and .cursorrules files using zero-width Unicode, so coding assistants execute attacker text that never appears in a normal diff.

THU · May 28, 2026anthropicclaude codeagentsmodel release

Anthropic ships Claude Opus 4.8 with dynamic workflows for Claude Code

Anthropic released Claude Opus 4.8, an upgrade to Opus 4.7 at the same price, with stronger coding and agentic results and a new effort control on claude.ai.

Claude Code gains a dynamic workflows research preview that lets Claude plan a large job and then run hundreds of parallel subagents against it. Fast mode — previously 2.5x speed at a premium — is now three times cheaper than on prior models. Anthropic published a system card alongside the release.

Anthropic ships Claude Opus 4.8 with dynamic workflows for Claude Code
cdn.sanity.io

WHY IT MATTERS

This is a harness release as much as a model release: dynamic workflows turn Claude Code from a single-threaded chat loop into a planner that fans work out across subagents, which is exactly the orchestration pattern that determines agent performance at scale.

WED · May 27, 2026mcpagentsfintechdeployment

Robinhood opens trading to third-party AI agents over MCP

Robinhood launched agentic trading in beta, letting customers connect external AI agents to a dedicated brokerage account through Robinhood's MCP server to read portfolios, analyze risk and place equities trades. It also announced an agentic credit card aimed at purchases made by agents.

Robinhood framed the design around safety rails: an isolated account, a real-time activity feed and explicit user controls rather than agents acting on a primary account.

Robinhood opens trading to third-party AI agents over MCP
images.ctfassets.net

WHY IT MATTERS

A regulated retail broker exposing an OAuth-gated MCP endpoint is the clearest sign yet that MCP is becoming an execution rail, not just a tool-calling convenience — and it makes agent permissions, sandboxing and auditability concrete commercial problems.

WED · May 27, 2026open weightsprotein designsciencebiohub

Biohub releases a world model of protein biology, with open weights

Biohub, the philanthropic venture of Mark Zuckerberg and Priscilla Chan, released ESMC, ESMFold2 and ESM Atlas as an open world model of protein biology.

ESMC is a protein language model trained on roughly 2.8 billion sequences spanning the tree of life; ESMFold2 predicts structure and designs binders. Biohub says binders designed computationally against five cancer and immunology targets functioned in the lab with therapeutic-level affinity, a search that took days rather than months or years.

WHY IT MATTERS

Open-weight scientific models that survive wet-lab validation are the strongest evidence yet that foundation models can compress real discovery work — and the weights are downloadable, which matters for anyone who wants to reproduce or extend the results.

TUE · May 26, 2026litigationcopyrightminimaxdisney

Judge refuses to dismiss Disney's copyright suit against MiniMax

US District Judge Stanley Blumenfeld denied China's MiniMax's motion to dismiss a copyright infringement suit brought by Disney, Universal and Warner Bros. Discovery in the Central District of California.

The studios allege MiniMax scraped protected material, including Marvel and Star Wars characters, to train its Hailuo image and video generation system. The ruling keeps the claims alive; it does not decide whether infringement occurred.

WHY IT MATTERS

A procedural loss with substantive weight: a US court is willing to let a major studio train-data case against a Chinese generative-video vendor proceed to discovery, where prompting logs, datasets and model cards become discoverable.

SUN · May 24, 2026securitysupply chainagentsnpm

TrapDoor campaign poisons AI coding assistants via package registries

Socket researchers disclosed TrapDoor, a cross-ecosystem supply-chain campaign spanning more than 34 malicious packages and 384+ versions across npm, PyPI and Crates.io, aimed at crypto, DeFi, AI and security developers.

Beyond stealing SSH keys, cloud credentials, browser data and wallet files, the payloads write .cursorrules and CLAUDE.md files containing instructions hidden with zero-width Unicode characters, so AI coding assistants silently follow attacker text. Persistence vectors included Git and shell hooks, systemd services, cron and SSH propagation.

WHY IT MATTERS

The first widely tracked campaign to treat agent config files as an attack surface: the malicious instructions never appear in a normal diff or editor view, so an agent can be subverted by a dependency the human reviewer never sees.

SAT · May 23, 2026deepseekpricinginferencecompute

DeepSeek makes its 75% V4-Pro price cut permanent

DeepSeek said it will keep its flagship V4-Pro API at a quarter of its original price, cutting costs to between 0.025 and 6 yuan per million tokens — roughly $0.0035 to $0.83 — from 0.1 to 24 yuan previously, depending on usage type.

The company did not say whether the permanent cut reflected increased supply of Huawei's Ascend 950 chips, which it used to maximize V4's performance. Analysts read it as a further escalation of the global inference price war.

WHY IT MATTERS

Permanent rather than promotional pricing resets the cost floor for anyone shipping on API tokens, and it is a Huawei-Ascend-adjacent datapoint on how cheaply frontier-class Chinese inference can be sold under export controls.

DISPATCH 73

WEEK OF MAY 16 – 22, 2026

A jury clears OpenAI, a $45B compute bill surfaces, and a reasoning model settles an 80-year-old problem

A federal verdict, a price tag hidden in an IPO filing, and the first proof that a general-purpose model can produce original mathematics — with the bottleneck moving from finding answers to verifying them.

A nine-person advisory jury in Oakland unanimously found Elon Musk's claims against OpenAI barred by the statute of limitations, dismissing the case after a three-week trial without ever reaching the merits.

SpaceX's IPO filing put a number on compute that had only been rumoured: $1.25 billion a month from Anthropic. And an OpenAI reasoning model disproved a conjecture from 1946 that mathematicians had lived with for eighty years.

FRI · May 22, 2026safetysecurityanthropicevalsopen source

Project Glasswing: ~50 partners found 10,000+ high-severity bugs in a month with Claude Mythos Preview

Anthropic published the first results from Project Glasswing, its restricted-access program that puts Claude Mythos Preview in the hands of roughly 50 critical-infrastructure and software partners.

Collectively they found more than ten thousand high- or critical-severity vulnerabilities in the first month. Cloudflare alone found 2,000 bugs, 400 of them rated high or critical, with a false-positive rate its team considers better than human testers; Mozilla found and fixed 271 vulnerabilities in Firefox 150 versus roughly a tenth as many in Firefox 148 with Claude Opus 4.6. Anthropic says it also scanned 1,000+ open-source projects, and 90.6% of the 1,752 findings independently triaged so far proved to be true positives. Mythos-class models remain unreleased.

Project Glasswing: ~50 partners found 10,000+ high-severity bugs in a month with Claude Mythos Preview
cdn.sanity.io

WHY IT MATTERS

The clearest public data yet that frontier cyber capability has flipped from can models find bugs to can humans triage the flood — open-source maintainers told Anthropic they are capacity-constrained, and some asked the lab to slow its disclosures.

THU · May 21, 2026computedata centersindustryanthropicspacexipo

SpaceX's S-1 reveals Anthropic pays $1.25B a month for Colossus compute — about $45B through 2029

SpaceX's IPO filing put a number on the compute deal it struck with Anthropic earlier in May: $1.25 billion per month through May 2029, covering capacity at both Colossus and Colossus II, the data-center clusters straddling Tennessee and Mississippi with more than a gigawatt of power.

Anthropic pays a reduced fee for May and June before the full rate kicks in, and either side can terminate with 90 days' notice. In the same filing SpaceX disclosed that its AI segment lost roughly $2.5 billion from operations on $818 million of segment revenue in the March quarter, and said it is in talks to sell spare capacity to other buyers. Reuters reported alongside the filing that Anthropic is nearing its first quarterly profit, with Q2 revenue expected to top $10 billion.

SpaceX's S-1 reveals Anthropic pays $1.25B a month for Colossus compute — about $45B through 2029
media.wired.com

WHY IT MATTERS

The most concrete price tag yet on the inference-capacity race: a frontier lab renting more than a gigawatt from a competitor's data centers at $15B a year, which reframes compute access — not model quality — as the binding constraint heading into three simultaneous AI IPOs.

WED · May 20, 2026researchreasoningmathopenai

An OpenAI reasoning model disproves Erdős's 80-year-old unit distance conjecture

OpenAI announced that an internal general-purpose reasoning model — not one trained or scaffolded for mathematics — produced a proof disproving Erdős's 1946 conjecture that square-grid constructions are essentially optimal for the planar unit distance problem.

The proof gives an infinite family of point configurations with a polynomial improvement, and was checked by external mathematicians including Noga Alon, Thomas Bloom, Tim Gowers and Will Sawin; Sawin's follow-up makes the bound explicit at more than n^1.014 unit-distance pairs for arbitrarily large n. Gowers calls it a milestone in AI mathematics, and OpenAI describes it as the first time a prominent open problem central to a subfield has been solved autonomously by AI.

WHY IT MATTERS

Beyond the result itself, the proof imports deep machinery from algebraic number theory into elementary geometry — evidence that general reasoning models can produce original ideas, not just assisted derivations.

WED · May 20, 2026modelsagentsqwenalibabatool calling

Alibaba ships Qwen3.7-Max, an agent-first frontier model built for thousand-step runs

Alibaba released Qwen3.7-Max, its latest proprietary Max-tier model, positioned squarely at autonomous agent work rather than chat: sustained execution across hundreds or thousands of steps, frontend and multi-file coding, MCP integrations and multi-agent orchestration, plus an office-assistant mode that reworks documents through autonomous CLI tool calls.

It is closed-weight — the Max tier continues Alibaba's pattern of keeping the flagship proprietary while promising open weights for smaller variants.

WHY IT MATTERS

Another data point that frontier competition has moved from benchmark scores to long-horizon tool use: the pitch is not smarter chat but a reliable base for harnesses that run unattended for hours.

TUE · May 19, 2026modelsagent harnessgooglemcpantigravity

Google I/O: Gemini 3.5 Flash becomes the default model everywhere, and Gemini CLI hands off to Antigravity CLI

At I/O 2026 Google introduced the Gemini 3.5 family and immediately made 3.5 Flash the default model in the Gemini app and AI Mode in Search globally, claiming roughly 4x the output tokens per second of other frontier models along with 83.6% on MCP Atlas, 84.2% on CharXiv Reasoning and 1656 Elo on GDPval-AA. The same model powers Gemini Spark, a 24/7 personal agent rolling out first to trusted testers.

On the harness side, Google confirmed it is folding Gemini CLI into Antigravity — the CLI stops working on 18 June 2026, with Antigravity CLI sharing the same server-side agent harness as Antigravity 2.0 and carrying over Agent Skills, Hooks, Subagents and Extensions as plugins.

WHY IT MATTERS

Two structural signals in one day: agentic capability is now good enough to be the default consumer model tier, and Google is consolidating a popular open-source terminal agent into an agent-first platform with a shared harness.

MON · May 18, 2026litigationpolicyopenaimuskcourts

Federal jury rejects Musk's lawsuit against OpenAI on statute-of-limitations grounds

After a three-week trial in the Northern District of California, a nine-member advisory jury in Oakland unanimously found that Elon Musk's claims against OpenAI, Sam Altman, Greg Brockman and Microsoft were barred by the statute of limitations, deliberating for under two hours.

Judge Yvonne Gonzalez Rogers accepted the verdict and dismissed the case on the spot, so the merits of the breach-of-charitable-trust claim — and Musk's damages theory, put by his expert at $78.8B to $135B — were never reached. Musk said he will appeal to the Ninth Circuit; his lead counsel told TechCrunch simply: One word: Appeal.

WHY IT MATTERS

The verdict removes the most ideologically threatening piece of litigation from OpenAI's docket just as it moves toward a public listing, and leaves the question of what nonprofit founders owe their charitable mission unadjudicated.

ARCHIVE

Go back in time

Every dispatch, newest first. Each week is written once and left as it was published.