Google Antigravity 2.0 lets 93 AI agents build an OS in 12 hours

During the opening demo at I/O 2026, Google did something amusing: it had Antigravity 2.0 write an operating system.

12 hours, 93 AI sub-agents, tens of billions of tokens, less than $1,000 in compute — the OS kernel booted.

But the demo wasn't flawless. After building the system, the team tried to run Doom and found the keyboard driver was missing. The engineer on stage simply told Antigravity to "add a keyboard driver," and the AI generated one on the spot, allowing the game to run.

Not an upgrade, a spin-off

Last year, Antigravity was just an agent mode embedded in Google's IDE. With version 2.0, it becomes a standalone desktop app — a full product.

Google built Antigravity 2.0 on four pillars:

  1. Desktop app: manages orchestration, runs multiple agents simultaneously, supports parallel sub-agents, scheduled tasks, background scheduling, and native voice commands
  2. Antigravity CLI: replaces the previous Gemini CLI, bringing Agent Skills, Hooks, Subagents, and Extensions (now called plugins) into one package
  3. Antigravity SDK: opens a programmatic interface for the agent harness, allowing local execution
  4. Managed Agents (Gemini API): a single API call gives you an isolated Linux environment with persistent multi-turn state

Additionally, the Gemini Enterprise Agent Platform targets enterprise customers and integrates directly with Google Cloud projects.

Under the hood runs Gemini 3.5 Flash. According to Google, 3.5 Flash outperforms Gemini 3.1 Pro on most benchmarks while being 4x faster — a strategy of forking a closed-source flagship as the agent's work engine.

Pricing directly targets Cursor and Claude Code

Google didn't beat around the bush, publishing prices:

  • AI Ultra: $100/month, 5x higher quota than Pro
  • Premium AI Ultra (reduced from $250): $200/month, 20x higher quota than Pro

Cursor's advanced plan sits at $200/month, and Anthropic's Claude Max is at the same tier. Google is stepping directly into that price band, making it clear: Antigravity is no longer just a toy in Google AI Studio — it's here to compete.

With a desktop app, CLI, SDK, and Managed Agents, Antigravity has everything Cursor offers, plus integrations with Workspace, Android, and Firebase that Cursor lacks.

Android gets pulled in

At I/O, Google also announced that AI Studio now integrates with Antigravity. You can describe an Android app in natural language, and AI Studio will generate a preview.

Google set boundaries for this use case: lightweight utility apps, AI apps, and small apps using hardware capabilities like camera or GPS. However, apps must still pass Play Store's human review before listing.

This is a clever move. Cursor is stuck in the IDE, Claude Code in the terminal. Google has connected the production pipeline directly to Play Store. An Android developer using Antigravity can theoretically go from idea to listing in a single workflow.

The real question behind the 12-hour OS demo

Back to that 12-hour OS demo.

Technically, it's not "magic" — basic OS kernel structures have plenty of public implementations, and stitching them together with AI isn't hard. What's truly valuable is what the demo aimed to prove:

"You can have 93 agents working simultaneously without constant supervision, and the result actually runs."

That's the story Google wants to sell to developers: you're no longer a programmer; you're an agent project manager.

Cursor is telling this story (Cursor 3.0 redesigned the IDE to let you manage agents instead of writing code), Anthropic is telling it (Claude Managed Agents), and now Google joins in. The three products differ in form, but converge on the same thesis:

The single-agent era is ending; the battle for the agent fleet entry point has just begun.

Antigravity 2.0 is Google's flag in this fight. The next year won't be about which model scores higher on benchmarks, but which platform can keep 93 agents from fighting each other.

Sources: Google launches Antigravity 2.0 with an updated desktop app and CLI tool at IO 2026 (TechCrunch); Google Launches Antigravity 2.0 at I/O 2026: A Standalone Agent-First Platform with CLI, CocoLoop, SDK, Managed Execution, and Enterprise Support (MarkTechPost); Google I/O 2026: Google claims Antigravity 2.0 created an operating system in 12 hours, brings vibe coding to Android (Digit.in)