// news · agents · tools2026-05-26source: google / techcrunch / blog.google

Google ships Antigravity 2.0 at I/O — only agent platform with true multi-agent orchestration, built-in Chromium browser, and dynamic subagents

Google's Antigravity 2.0, announced at I/O 2026 on May 19, ships as the only agent platform with first-class multi-agent orchestration, a built-in Chromium browser, dynamic subagents, hooks, async tasks, and an Antigravity CLI in Go with a public SDK on Gemini 3.5 Flash. The feature stack is the most complete agent runtime any frontier lab has released — and it lands at $1.50/$9 per million tokens.

The differentiator versus Anthropic's Claude Managed Agents and OpenAI's Assistants API is the multi-agent orchestration layer. Antigravity 2.0 lets a primary agent spawn subagents on demand, each with its own context window and tool registry, and coordinate them through a structured async-task queue rather than serialized function calls. That architecture matches how human teams actually decompose work — a coordinator that fans out to specialists and reassembles results — and it's the pattern that production-scale agent deployments (banking ops, software refactor sweeps, research synthesis) have been hand-rolling on top of single-agent runtimes through 2025.

The built-in Chromium browser is the second structural advantage. Most agent platforms treat browser automation as an external tool (Playwright, browser-use, Anthropic's computer-use API). Antigravity bundles a managed Chromium instance with the agent runtime, which collapses the trust boundary — the browser session runs inside Google's infrastructure, the agent's actions are auditable end-to-end, and the latency between agent decision and browser action is sub-100ms rather than the round-trip-to-customer-infrastructure typical of external tool integrations. Combined with the public Go SDK and the CLI, Antigravity becomes the easiest path from notebook to production agent for shops already on GCP.

See our analysis →

Google Blog — Search, I/O 2026 announcements → · TechCrunch — Google Gemini Omni and Antigravity 2.0 at I/O 2026 → · LLM Stats — AI Updates Today May 2026 →