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 62

WEEK OF FEB 28 – MAR 6, 2026

GPT-5.4 goes long-context, the price floor drops again, and Qwen loses its lead

A dense release week: a 1M-token API window with a new tool-search mechanism, Gemini at an eighth the price of Pro, and a leadership shake-up at the open-weight family most people actually self-host.

OpenAI shipped GPT-5.4 with a 1M-token API window and a "tool search" mechanism that looks up tool definitions on demand instead of loading every definition into the system prompt — cutting tokens and latency in multi-tool agent setups.

Google answered at the cheap end, and Alibaba's Qwen team lost its most visible technical lead days after open-sourcing its small models. Karpathy's autoresearch, meanwhile, showed what an agent harness can do when you point it at a research loop instead of a codebase.

FRI · Mar 6, 2026agentsharnesskarpathyresearchopen-source

Karpathy's autoresearch turns a coding agent into an overnight ML researcher

Andrej Karpathy published autoresearch, a 630-line, single-GPU simplification of his nanochat training repo built around one idea: point a coding agent at a Markdown file instead of Python and let it experiment by itself.

Only three files matter — prepare.py with fixed constants and data prep that is never touched, train.py with the model and training loop that the agent edits, and program.md holding the human-authored instructions. Each cycle trains for exactly five minutes on a fixed wall-clock budget, checks val_bpb, then keeps or reverts. That works out to roughly 12 experiments an hour and about 100 overnight, with every experiment directly comparable because the time budget is constant.

WHY IT MATTERS

The clearest small-scale example of an agent harness running a real research loop unattended — a pattern you can copy for any experiment, measure, iterate task, not just LLM training.

THU · Mar 5, 2026openaifrontier-modelscomputer-usecontext-windowagents

OpenAI ships GPT-5.4 with a 1M-token API window and native computer use

OpenAI released GPT-5.4 (as GPT-5.4 Thinking) and GPT-5.4 Pro across ChatGPT, the API and Codex. The API version supports context up to 1 million tokens — by far OpenAI's largest — and adds tool search, which resolves tool definitions on demand rather than front-loading all of them.

On OSWorld-Verified, the desktop-navigation benchmark, GPT-5.4 hits 75.0% versus 47.3% for GPT-5.2 and above the 72.4% human baseline. GDPval rises to 83.0% and SWE-Bench Pro to 57.7%. OpenAI reports it is 33% less likely to make individual claim errors and 18% less likely to produce an erroneous response than GPT-5.2.

Two days earlier OpenAI had shipped GPT-5.3 Instant, which cuts hallucinations by 26.8% with web search and tones down over-cautious refusal behavior.

OpenAI ships GPT-5.4 with a 1M-token API window and native computer use
TechCrunch

WHY IT MATTERS

Tool search and the 1M-token window move the cost and architecture of agent loops, not just benchmark scores — worth re-checking your tool-calling and long-context assumptions.

THU · Mar 5, 2026regulationpolicylitigationcalifornia

Court refuses to block California's AI training-data disclosure law

Judge Jesus Bernal of the Central District of California denied xAI's motion for a preliminary injunction in X.AI LLC v. Bonta, leaving California's AB 2013 in force.

The law, effective January 1, requires developers of generative AI systems publicly available in California to post a summary of the datasets used to train them. xAI argued the regime took its trade secrets under the Fifth Amendment and compelled speech under the First. The court found xAI had standing but had not shown a likelihood of success, calling its trade-secret pleading "generalized, abstract" and noting xAI had used the word "dataset" with ease throughout its own complaint.

WHY IT MATTERS

The first real court test of a state AI transparency mandate — and a preview of the compliance work anyone shipping a generative model into California now owns.

WED · Mar 4, 2026nvidiainfrastructureinvestmentipo

Nvidia says its OpenAI and Anthropic stakes are probably its last

Speaking at the Morgan Stanley Technology, Media & Telecom conference, Jensen Huang said Nvidia's recent investments in OpenAI and Anthropic will likely be its final stakes in both, reasoning that once the two labs go public — expected later this year — the opportunity to buy in privately closes.

Nvidia finalized roughly $30 billion in OpenAI's $110 billion round, well short of the $100 billion figure floated in September, and put about $10 billion into Anthropic. TechCrunch notes the IPO-timing explanation is hard to square with how late-stage investing usually works, and the circular structure of a chip vendor funding its own largest customers remains the standing critique.

WHY IT MATTERS

The clearest signal yet on how the AI capex web unwinds as the labs approach public markets — and on Nvidia's pivot back to being purely a hardware story.

TUE · Mar 3, 2026googlegeminipricinginference-efficiency

Gemini 3.1 Flash-Lite lands at $0.25 per million input tokens

Google introduced Gemini 3.1 Flash-Lite, the fastest and most cost-efficient model in the Gemini 3 series, rolling out in preview through the Gemini API, Google AI Studio and Vertex AI.

Pricing is $0.25 per million input tokens and $1.50 per million output — roughly one-eighth the cost of Gemini 3.1 Pro — with configurable thinking levels so one model can be dialed from high-volume classification up to deeper reasoning. Google reports 2.5x faster time-to-first-answer-token and 45% higher output speed than Gemini 2.5 Flash.

Gemini 3.1 Flash-Lite lands at $0.25 per million input tokens
storage.googleapis.com

WHY IT MATTERS

The cheap tier is closing on last-generation frontier quality, which changes the routing math for any high-volume AI feature you are paying frontier prices for.

TUE · Mar 3, 2026open-weightsqwenalibabaleadershipmultimodal

Qwen open-sources its 3.5 small models — then loses its technical lead

Alibaba's Qwen team released the Qwen3.5 Small Model series — 0.8B, 2B, 4B and 9B dense models, Apache 2.0 licensed, 262K context and natively multimodal, with the 9B pitched as competitive with much larger models.

A day later the team's most visible technical leader left: Junyang Lin announced he was stepping down from Qwen, drawing "end of an era" reactions from colleagues and Hugging Face staff. Qwen post-training head Yu Bowen was reported to have resigned as well, and Tongyi Lab held an emergency all-hands. Alibaba Group CEO Eddie Wu approved Lin's resignation on March 5, putting Alibaba Cloud CTO Zhou Jingren in charge of Tongyi Lab and installing ex-Google DeepMind researcher Zhou Hao over post-training. Alibaba shares fell about 4%.

WHY IT MATTERS

Qwen is the open-weight family most developers actually self-host, so a leadership shake-up at the top of the team is a real risk signal on its release cadence.

DISPATCH 61

WEEK OF FEB 21 – 27, 2026

A hundred and ten billion, a Pentagon blacklist, and the harness eats the stack

The week AI's money and politics collided: OpenAI's record raise, Anthropic branded a supply-chain risk for refusing to drop safety limits, and an open-source orchestration layer that built itself.

Two stories about power landed the same day. OpenAI closed a $110B round at a $730B pre-money valuation — SoftBank $30B, NVIDIA $30B, Amazon $50B — and announced it the same Friday the Pentagon designated Anthropic a national-security supply-chain risk.

Anthropic had refused a 5:01pm deadline to let the military use Claude for "all lawful purposes." Trump ordered agencies to cease using Anthropic with a six-month phase-out, and Hegseth moved to bar defense contractors from any commercial activity with the firm — a label previously reserved for foreign adversaries.

FRI · Feb 27, 2026fundinginfrastructureenterprise

OpenAI raises $110B at a $730B pre-money valuation

OpenAI announced $110B in new investment — $30B from SoftBank, $30B from NVIDIA and $50B from Amazon, with Reuters and the NYT citing an $840B figure including the new money.

The Amazon piece makes AWS the exclusive third-party cloud provider for OpenAI's Frontier enterprise agent platform and adds 2 GW of Trainium capacity; the NVIDIA expansion adds 3 GW of dedicated inference and 2 GW of training on Vera Rubin. OpenAI says weekly Codex users have more than tripled to 1.6M this year, ChatGPT has 900M+ weekly actives and 50M+ subscribers.

WHY IT MATTERS

Compute commitments this large set the training budget for the next several model generations, and the retail tranche signals how OpenAI intends to fund itself once public-market scrutiny applies.

FRI · Feb 27, 2026policydefenseanthropic

Trump orders agencies off Anthropic as Hegseth brands it a supply-chain risk

After Anthropic CEO Dario Amodei refused to drop two contractual red lines — no domestic mass surveillance, no fully autonomous lethal targeting — the administration moved against the company directly.

Anthropic called the action unprecedented and legally unsound and said it would challenge it. The same day, OpenAI announced its own agreement to put models on the Department of War's classified networks.

Trump orders agencies off Anthropic as Hegseth brands it a supply-chain risk
Anthropic

WHY IT MATTERS

The clearest test yet of whether a model provider can be punished for guardrails baked into a deployed system — with direct consequences for anyone shipping frontier models into government supply chains.

THU · Feb 26, 2026agentsproductmulti-model

Perplexity launches Computer, a 19-model agent that delegates to sub-agents

Perplexity introduced Computer, a cloud computer-user agent that routes each subtask to whichever of 19 models fits best — Gemini, Claude, GPT, Grok, Veo and more — and spins up sub-agents that it says can run workflows for hours or months, each in an isolated environment with a real filesystem, browser and tool integrations.

It ships only on the $200/month Perplexity Max tier. Ars Technica frames it as a contained answer to the viral OpenClaw local-agent tool; TechCrunch notes Perplexity canceled the press demo hours beforehand after flaws were found, and that the economics of routing across many models at a flat subscription are unproven.

WHY IT MATTERS

Multi-model routing as a product is the counter-argument to single-vendor agent stacks — and the flat-price economics are exactly the thing Anthropic would later break.

WED · Feb 25, 2026agentsharnessopen-source

Composio open-sources Agent Orchestrator, a meta-harness for fleets of coding agents

Composio released Agent Orchestrator, an open-source orchestration layer that is itself an agent: it reads a repo and backlog, decomposes features into parallel tasks, spawns coding agents in isolated git worktrees and tmux sessions, then auto-injects CI failures and review comments back into the right session.

It is agent-agnostic, with adapters for 20+ harnesses including Claude Code, Codex, Aider, OpenCode, Cursor and Copilot. Composio says the 40,000-line TypeScript project with 17 plugins and 3,288 tests was built in eight days mostly by the agents it manages, with every commit carrying a git trailer naming the model that wrote it.

WHY IT MATTERS

This is the harness thesis made literal — the orchestrator is the product, the models are interchangeable, and the build log is the proof.

TUE · Feb 24, 2026hardwarechipsinfrastructure

Meta commits up to 6 GW of AMD GPUs — with a 10% equity warrant attached

AMD and Meta announced a multi-year, multi-generation partnership to deploy up to 6 gigawatts of AMD Instinct GPUs, starting with the MI450 inference-optimized part and 1 GW shipping in the second half of 2026, plus custom EPYC CPUs.

AMD issued Meta a performance-based warrant for 160 million shares, about 10% of the company, at $0.01, vesting on shipment milestones and AMD's stock reaching $600. It is AMD's second mega deal of the same chips-for-equity shape, after OpenAI.

WHY IT MATTERS

Custom silicon plus equity warrants is becoming the standard structure for AI hardware at scale — the vendor is selling compute and buying its customer's success.

MON · Feb 23, 2026trainingchinasafety

Anthropic: DeepSeek, Moonshot and MiniMax ran industrial-scale Claude distillation

Anthropic published evidence that three Chinese labs ran coordinated distillation campaigns against Claude, generating over 16 million exchanges through roughly 24,000 fraudulent accounts — MiniMax over 13M, Moonshot over 3.4M, DeepSeek over 150k.

The post details chain-of-thought extraction, using Claude as an RL reward model, proxy and synchronized traffic, and coercion of "censorship-safe" answers, and says accounts were traced to specific researchers via request metadata. The accused labs have not confirmed the findings.

Anthropic: DeepSeek, Moonshot and MiniMax ran industrial-scale Claude distillation
Anthropic

WHY IT MATTERS

Distillation at this scale reframes frontier models as training data for competitors, which is the argument Anthropic used to reinforce chip export controls.

ARCHIVE

Go back in time

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