Skip to content
AI Field Notes

Part IV · Tools & Infrastructure

18

What Is Happening

The fastest-moving areas in AI agent tooling right now — hooks, harness design, browser automation, and multi-agent orchestration

By · ·

Something's shifted in the last few months. Which model you choose still matters, but it no longer explains the result on its own. More and more depends on everything around the model: how you feed it context, keep it coherent across a long session, constrain what it touches, and recover when it goes sideways.

The models are good. The question is how you harness them. That's where things are moving fast, and where most of my attention is right now. Here's what's actually made a difference.

The entries below now live as separate dated source files. Each one records when it was published, when its claims were last checked, and the primary source used for launch, benchmark, pricing, or availability details.

Recent developments

2026-07-24

Voice now coordinates Codex work

OpenAI's current Voice settings split the experience three ways: Live is the newest, simultaneous listen-and-speak option; Advanced is the earlier real-time mode with supported…

Last verified 2026-07-24 · Primary source

2026-07-01

Claude Fable 5 is available again

Anthropic redeployed Claude Fable 5 globally on July 1, after the U.S. government lifted the export controls that had suspended it on June 12. It is back in Claude, Claude Code,…

Last verified 2026-07-22 · Primary source

2026-06-29

Cursor puts the agent queue on iPhone

Cursor's iOS app is now available in public beta for paid plans. The pitch is not "write Swift on a phone"; it's "keep the agent queue moving when you're away from the laptop."…

Last verified 2026-07-22 · Primary source

2026-04-30

Cursor Security Review goes managed

The DIY security agents Cursor open-sourced earlier just turned into a product. Cursor Security Review is in beta on Teams and Enterprise plans, with two always-on agents you…

Last verified 2026-07-22 · Primary source

2026-04-30

Vercel opens the cloud agent stack

Cursor's SDK gives you agent infrastructure from an IDE company. Vercel's answer is different: an open-source reference implementation you can actually read. Open Agents is…

Last verified 2026-07-22 · Primary source

2026-04-29

Cursor SDK opens the harness up

Cursor shipped a TypeScript SDK on April 29 — the same runtime, harness, and models that power the desktop app, CLI, and web client, now available programmatically via npm…

Last verified 2026-07-22 · Primary source

2026-04-28

Cursor ships agentic security review

Cursor released four automation templates based on security agents it runs internally, including Agentic Security Review. That template runs on pull requests, posts findings as…

Last verified 2026-07-22 · Primary source

2026-04-17

Claude Design joins Anthropic Labs

Claude Design shipped April 17 as a research preview — Anthropic's first dedicated visual creation tool, running on Opus 4.7, with direct handoff to Claude Code for development.…

Last verified 2026-07-22 · Primary source

2026-04-17

Harness design is now part of the craft

A harness is everything around the model: prompts, tools, orchestration, context management, hooks. If you want the from-scratch primer on what a harness is and why it matters,…

Last verified 2026-07-22 · Primary source

2026-04-17

Next.js MCP is becoming practical

Next.js 16 ships with a built-in MCP endpoint at / next/mcp . Add next-devtools-mcp to .mcp.json and your agent gets live access to build errors, runtime errors, routes, page…

Last verified 2026-07-22 · Primary source

2026-04-17

Infra is becoming part of the product

Cursor's self-hosted cloud agents are now generally available. A worker process connects outbound via HTTPS — no inbound ports, no firewall changes. Cursor handles inference and…

Last verified 2026-07-22 · Primary source

2026-04-17

Cloud agents run on your hardware now

Cursor's My Machines takes self-hosted agents from an enterprise feature to an individual one. Instead of running in Cursor's managed VMs, your agent executes on hardware you…

Last verified 2026-07-22 · Primary source

2026-04-17

Design systems are going agent-readable

Google Stitch introduced DESIGN.md — a plain-text design system document that agents read to generate consistent UI. No Figma plugins, no design token APIs. Just a markdown file…

Last verified 2026-07-22 · Primary source

2026-04-15

Canvases make agent output interactive

Cursor shipped canvases — interactive visual surfaces that agents create inline. Instead of reading a text-based summary of your data, the agent generates a custom dashboard,…

Last verified 2026-07-22 · Primary source

2026-04-07

Mythos Preview finds zero-days at scale

On April 7, Anthropic previewed Claude Mythos — an unreleased research model that's dramatically better at exploiting software than anything shipped before. On a Firefox…

Last verified 2026-07-22 · Primary source

2026-04-02

Open models keep closing the gap

Gemma 4 launched on April 2 with four variants; Google subsequently added a 12B model. The current family has five sizes: E2B, E4B, 12B, 26B A4B, and 31B. All use Apache 2.0 — a…

Last verified 2026-07-22 · Primary source

2026-04-02

Cursor 3: parallel agents and worktrees

Cursor 3 shipped several changes that address the same problem — waiting. The Agents Window and Agent Tabs let you run multiple agent sessions in parallel rather than treating…

Last verified 2026-07-22 · Primary source