Tool Deep DivesGoogle Antigravity

Google Antigravity 2.0 Explained: The 'Hand Multiple Jobs to AI at Once' IDE, for Non-Technical Readers (May 2026)

Google Antigravity 2.0 is Google's new 'hand multiple jobs to AI in parallel' IDE, announced at I/O 2026 on 2026-05-19. This guide covers the VS Code fork + Manager View + Gemini 3.5 Flash setup, the free tier, pricing, risks, and Sales Claw-side business workflows — all written for non-technical readers.

中澤 圭志

中澤 圭志

@keishi_nakazawa

Sales Claw maintainer

·15 min
Google Antigravity 2.0 Explained: The 'Hand Multiple Jobs to AI at Once' IDE, for Non-Technical Readers (May 2026)
This English article is a concise version of the original. For the full Japanese deep-dive, see the Japanese original.

Key Facts

Announced

2026-05-19 (Google I/O 2026 keynote, Varun Mohan + Logan Kilpatrick)

Form factors

Desktop App + CLI (Go) + SDK + Managed Agents + Enterprise Platform

Pricing

Free tier / $20 AI Pro / $100 AI Ultra (new) / $200 AI Ultra (down from $250)

Default model

Gemini 3.5 Flash (~289 tok/s, 76.2% on Terminal-Bench 2.1)

"What actually is Google Antigravity? How is it different from Cursor or Claude Code? Is the free tier for real?" this article reads Google's official blog post, the Antigravity product site, the official Codelab, and the Google DeepMind Gemini 3.5 Flash model card as primary sources, and explains what non-technical readersshould understand before deciding whether to use it themselves or roll it out to their team. Antigravity is a VS Code fork, so if you've ever touched VS Code, Cursor, or Windsurf, the first ten minutes will feel familiar. And if you've never used any IDE before, the realistic on-ramp is installing the free tier and getting a feel for it.

Primary sources: Google Blog "I/O 2026 developer highlights" (2026-05-19), Google Blog "Gemini 3.5" (2026-05-19), the Antigravity product site (antigravity.google), the official Antigravity pricing page, Google Codelabs "Getting Started with Google Antigravity," and the Google DeepMind Gemini 3.5 Flash Model Card. For the companion announcement (Gemini Omni) and the broader AI Ultra plan reshuffle, read our Gemini Omni general-reader guide alongside this piece. For the broader I/O 2026 context, see our Google I/O 2026 roundup. The latest from the Claude Code side is in our Claude Code 2.1.147 + 2.1.148 deep dive, and the latest Cursor release in our Cursor Composer 2.5 release note.

1. What Google Antigravity 2.0 really is — "an IDE where you can hand AI multiple jobs"

Google Antigravity 2.0 cover illustration. Whiteboard-style diagram titled 'Google Antigravity 2.0 launches!' with subtitle 'A Google-official IDE where you can hand multiple jobs to multiple AI agents — explained for non-technical readers'. Center shows a Manager View metaphor: one human delegating tasks to four AI robots. Left zone: 'Traditional AI IDE (one AI assistant, one task)'. Right zone: 'Antigravity (human = manager, AI = team)'. Yellow sticky-note callout at the bottom: 'The 12-hour-OS demo used 93 parallel sub-agents'.
Figure: Google Antigravity 2.0 — the new IDE for handing multiple jobs to AI

Google Antigravity 2.0 ("Antigravity" for short) is the new AI IDE Google announced at I/O 2026 on 2026-05-19. The presenters were Varun Mohan, Director of Software Engineering, and Logan Kilpatrick of Google DeepMind. [Official] Google positions Antigravity as "an agent-first development platform."

The big difference for everyday users: where previous AI IDEs feel like "programming alongside a sharp assistant," Antigravity feels like "managing a small AI team of three or four agents."Inside Antigravity there's a dedicated "Manager View" where you assign work to multiple agents at once. For example:

  • Hand "fix this frontend bug" to agent A
  • Hand "write the missing tests" to agent B
  • Hand "update the README" to agent C
  • … all at the same time, while you, the human, watch each agent's progress in the Manager View

On top of that, when an agent decides "this subtask is better handed off," it spawns sub-agents dynamically. Antigravity also supports background scheduling for runs that keep going while you sleep. The underlying ideas overlap with Claude Code's subagents and Codex's cloud workers, but Antigravity is distinctive in that the parallel-agent manager is built directly into the IDE itself.

[Author's view] The fundamental shift Antigravity 2.0 stakes a claim on is "pair programming with one AI" → "managing a team of AI agents." That tracks the broader move in coding AI from "automate individual tasks" to "automate the entire workflow."

2. What it can do today — the five building blocks of Antigravity

Map of Google Antigravity 2.0's five building blocks. Antigravity logo in the center with five branches: (1) Desktop App (VS Code fork with Manager View), (2) CLI (Go-based, terminal use), (3) SDK (build custom agents), (4) Managed Agents in Gemini API (for production), (5) Gemini Enterprise Agent Platform (for large companies). A footer notes 'Multi-model support: Gemini 3.5 Flash + Claude Sonnet/Opus + gpt-oss-120b, etc.'
Figure: The five building blocks of Google Antigravity 2.0

Desktop App — parallel command via Manager View

[Official] The Desktop App is a VS Code fork, in the same lineage as Cursor and Windsurf. Its biggest distinction is the separate "Manager View" that lets you run multiple agents in parallel and watch their progress in one place. Per Google Codelabs: "You orchestrate multiple AI agents running in parallel, spin up dynamic sub-agents for split workflows, and schedule tasks to run in the background while you sleep."

CLI — Go-based, faster than the predecessor

The Antigravity CLI gives you terminal access to Antigravity's capabilities. It's rewritten in Go, making it faster and lighter than the previous CLI. Good for embedding into CI/CD pipelines, Git hooks, and other automation scripts.

SDK — build custom agents

With the Antigravity SDK you can build your own agentsand plug them into Antigravity's orchestration. Think: "a SQL-generation agent that understands our DB schema" or "a documentation agent that pulls specs from our internal wiki." These specialized agents can then run in parallel with the built-in ones.

Managed Agents in Gemini API & Enterprise Platform

For agents you want to run in production, Managed Agents in the Gemini APIhosts them on Google's cloud. For larger organizations, the Gemini Enterprise Agent Platform brings the SLA, audit logging, and security posture you need for enterprise rollouts.

3. How does it compare to Cursor / Windsurf / Claude Code? — the four major AI IDEs

"Which one should I use, then?" is the question most people care about. All four are either a VS Code fork or VS Code extension, so they look superficially similar. The real differences come down to "how close to the AI you sit" and "what unit of work runs in parallel."

Feature matrix for four AI IDEs. Columns: parallel agent count / single-task quality / speed (tok/s) / pricing / learning curve. Rows: Antigravity 2.0, Cursor, Windsurf, Claude Code. Antigravity scores 5 on parallel; Cursor scores 5 on speed; Windsurf scores 5 on learning curve; Claude Code scores 5 on single-task quality.
Figure: Feature matrix across four AI IDEs (May 2026 snapshot)
項目Google Antigravity 2.0Cursor
Top strengthParallel agent managementAI pair programming, fast completion
BaseVS Code fork + Manager ViewVS Code fork + Composer
Default modelGemini 3.5 Flash (~289 tok/s)GPT-5.5 / Claude Sonnet 4.6
Personal pricingFree tier + $20 AI Pro$20/mo Cursor Pro
CLI / SDKStandalone Go CLI + SDKMostly in-IDE
Best forPeople delegating multiple tasks at oncePeople who iterate fast on single files

Use-case picker

  • Hand multiple jobs (bug fix + tests + docs) to AI in parallel → Antigravity 2.0 (Manager View is the differentiator)
  • Hammer on one file with fast AI completion → Cursor (Composer 2.5 still feels best)
  • Wrangle a huge monorepo / enterprise codebase → Windsurf (Cascade's automatic context retrieval shines)
  • Terminal-centric / don't want to switch editors / need deep reasoning → Claude Code (CLI + Opus 4.7 + 1M token context)
  • Hobby OSS work on something like Sales Claw → Free Antigravity for parallel experiments, with Cursor or Claude Code on the side for day-job work

4. Pricing — what the free tier covers, and what $100 unlocks

Google Antigravity plan staircase. Bottom step: Free plan (for personal use + experiments, with access to Gemini 3 Pro / 3.5 Flash / Claude Sonnet / Claude Opus 4.5 / gpt-oss-120b, weekly rate limit). $20 AI Pro (full feature access including CLI/SDK). $100 AI Ultra (new, 5x the Pro limits). $200 AI Ultra (top tier, 20x the Pro limits). Right column: Sales Claw recommended path — free → $20 for personal use, $100 for business use.
Figure: Google Antigravity plan staircase (post-May 2026 revamp)

Free tier — enough for personal projects

[Official] Per the Antigravity site, the free tier gives access to Gemini 3 Pro / 3.5 Flash / Claude Sonnet / Claude Opus 4.5 / gpt-oss-120b. Tab completions are unlimited; agent-driven actions areunlimited, with weekly rate limits. That's enough for "a weekend project or two each week."

$20 AI Pro — full feature access

$20/month Google AI Pro gives you the full Desktop / CLI / SDK. That's the same price as Cursor Pro, so jumping ship from Cursor is cost-neutral.

Bar chart of major AI IDE monthly prices in USD. Antigravity Free 0 / Antigravity AI Pro 20 / Cursor Pro 20 / Windsurf Pro 15 / GitHub Copilot Pro 10 / Claude Code Pro 20 / Antigravity AI Ultra new 100 / Antigravity AI Ultra top 200. Bars color-coded by whether the plan supports parallel agents.
Figure: Major AI IDE monthly prices (May 2026 snapshot, USD)

$100 / $200 AI Ultra — for parallel-heavy users

$100 AI Ultra (new on 2026-05-20) gives 5x the Pro usage limits inside Antigravity. $200 AI Ultra (down from $250) gives 20x the Pro limits. Both come bundled with 20TB of cloud storage, YouTube Premium, and similar perks. For Sales Claw-style solo OSS work, $20 is enough. If you're full-time on AI-driven coding, $100 is the realistic baseline.

Even when you can write the code with an AI IDE, lead capture and form outreach are still a separate automation problem.

無料・MIT ライセンス。インストールせずにライブデモも試せます。

5. How to start — install steps for Windows / macOS / Linux

A diagram of three OS install paths for Google Antigravity. Center: antigravity.google/download. Three branches: Path A macOS (Apple Silicon .dmg, drag-and-drop install). Path B Windows (x64 or ARM64 .exe, run the installer). Path C Linux (deb / rpm / AppImage). A sticky-note at the bottom reads 'All OSes: sign in with your Google account and you're set up in 2-3 minutes.'
Figure: Three OS-specific paths to install Google Antigravity

macOS (Apple Silicon)

  1. Open antigravity.google/download
  2. Click "Download for Apple Silicon" to grab the .dmg
  3. Open the .dmg and drag the Antigravity icon to your Applications folder
  4. If macOS shows a security warning on first launch, click "Open"
  5. Sign in with your Google account — initialization takes about 2-3 minutes

Windows (x64 / ARM64)

  1. From antigravity.google/download, pick "Download for x64" or "Download for ARM64" (most modern Windows PCs are x64)
  2. Double-click the downloaded .exe to launch the installer
  3. Follow the prompts to completion
  4. Launch Antigravity and sign in with your Google account

Linux

  1. From antigravity.google/download, grab the Linux build (deb / rpm / AppImage)
  2. Install via your package manager (e.g. sudo dpkg -i antigravity_*.deb)
  3. Launch and sign in with your Google account

6. Risks — agent runaway, the "12-hour OS" demo in context, and copyright

Runaway risk with parallel agents

[Official] Antigravity is built around running autonomous AI agents in parallel inside the editor, which means its default autonomy levelis higher than traditional one-task-one-agent AI IDEs. That's great when it works, but it does make accidents like "I left Agent mode on while I stepped away and now files I didn't expect are different"more likely.

The "12-hour OS" demo, in context

Google showed off an Antigravity + Gemini 3.5 Flash demo at I/O 2026 that built a functional OS in 12 hours using 93 parallel sub-agents, 15,000+ model requests, 2.6 billion tokens, and under $1,000 in API credits. The numbers are impressive, but before trying to replicate that yourself, three caveats:

  • What "OS" means here: probably not a full kernel like Linux, more likely a minimal demo OS (shell + basic commands)
  • What "functional" means: publicly the demo showed "it boots and runs" — maintainability, security, and production quality were not validated
  • Under $1,000: that's essentially impossible to reproduce on the free tier. On Pro / Ultra, running 93 parallel agents at that scale will cost meaningfully more

Extra considerations for business use

  • Audit logging: limited on personal plans; full detail requires the Enterprise Platform
  • Internal guidelines: what Agent mode is allowed to touch, sandbox requirements, commit cadence
  • Enterprise compliance: ISO27001 / SOC2 obligations are met via the Enterprise plan
  • Industry regulation: medical, finance, public-sector use cases have additional rules — involve legal

7. Business uses — sales-engineering scenarios from the Sales Claw perspective

Realistic business scenarios

  • Personal OSS work: free tier, weekend projects, get a feel for parallel agents
  • Day-job coding: $20 AI Pro, swap out Cursor, delegate parallel tasks via Manager View
  • Sales engineering: customer-specific customization work parallelized across agents
  • Sales-message A/B: generate multiple Sales Claw preferences.yaml variants in parallel
  • Internal tools: schedule background runs for overnight batch refactors

From the Sales Claw side

Sales Claw is open-source software designed to reduce mis-send and compliance-violation risk through policy-controlled autonomous operation, pre-send automated checks, sales-banned-content detection, CAPTCHA-stop behavior, send-rate limiting, audit logging, and automated kill-switch conditions. The mental map for an AI IDE like Antigravity and Sales Claw working together:

  • AI IDE (Antigravity) = upstream development: use it for Sales Claw prompt tuning, test additions, sales-message A/B drafting
  • Sales Claw = downstream execution: takes the developed messages and submits them via real contact forms
  • A realistic split: generate three industry-specific outreach variants in parallel inside Antigravity, then ship them via Sales Claw
  • Antigravity's Agent mode and Sales Claw's autonomous loop share the same safety philosophy: audit logs + automated kill-switches + policy controls

8. Wrapping up — meeting the "manage an AI team" era well

Google Antigravity release timeline. 2026-05-19 Google I/O 2026 keynote; 2026-05-19 Antigravity 2.0 + Gemini 3.5 Flash + Gemini Omni announced together; 2026-05-20 the $100 Google AI Ultra plan added; 2026-05-19+ Antigravity Desktop / CLI / SDK available same day. Future: Managed Agents expansion, general availability of the Enterprise Platform.
Figure: Google Antigravity release timeline (May 2026, based on Google's official communications)

Antigravity 2.0 marks a meaningful pivot in AI IDEs: from "one AI pair-programming partner" to "managing a small team of AI agents." Rather than displacing Cursor, Windsurf, or Claude Code, it adds "parallel agent management" as a new and viable way to use these tools. That's the May 2026 status quo.

For ordinary users, the practical question is "what part of my workflow do I want AI to handle?" Iterating on a single file? Cursor. Huge monorepo? Windsurf. Terminal-driven, want deep reasoning? Claude Code. Want to throw multiple jobs at AI in parallel? Antigravity. Same category, different design philosophies, different sweet spots.

Next steps: the lowest-risk way to feel out Antigravity is to install the free tier from antigravity.google/download. If you're going to bring this into production, do a one- or two-week internal evaluation and write your guidelines first. If you also want to automate the outbound side, you can start with a free download of Sales Claw. For the companion announcement (Gemini Omni) and the broader AI Ultra reshuffle, see our Gemini Omni general-reader guide.

Note: This is the English version. The Japanese original is available at /blog/2026-05-23-google-antigravity-2-ai-ide-general-readers-guide.

Build with the AI IDE; ship outreach with Sales Claw — two-sided workflow.

無料・MIT ライセンス。インストールせずにライブデモも試せます。

よくある質問

What is Google Antigravity 2.0, in one paragraph?
Google Antigravity 2.0 is the new agent-first AI IDE that Google announced at I/O 2026 on 2026-05-19. It's a VS Code fork, so visually it looks just like Cursor or Windsurf, but inside it has a dedicated 'Manager View' where you run multiple AI agents in parallel, let sub-agents spawn dynamically, and schedule work to run in the background while you sleep. The default model is Gemini 3.5 Flash (~289 tok/s, roughly 4x faster than Opus 4.7 or GPT-5.5). The headline difference vs. Cursor, Windsurf, and Claude Code is the design philosophy: 'the human becomes the manager of an AI team.' It was unveiled by Director of Software Engineering Varun Mohan and Logan Kilpatrick of Google DeepMind, and ships as five pieces: a desktop app, a Go-based CLI, an SDK, Managed Agents in the Gemini API, and the Gemini Enterprise Agent Platform. Windows / macOS / Linux are supported, and you can install it for free at antigravity.google/download.
How much does it cost? What does the free tier actually give you?
Antigravity has four pricing tiers, from free up to $200 AI Ultra. The free tier gives you access to Gemini 3 Pro, Gemini 3.5 Flash, Claude Sonnet, Claude Opus 4.5, and gpt-oss-120b, with unlimited tab completions and unlimited agent actions (subject to weekly rate limits). That's enough for a couple of weekend projects. $20/month Google AI Pro unlocks the full Desktop / CLI / SDK feature set, matching Cursor Pro on price. $100/month AI Ultra (new on 2026-05-20) gives 5x the Pro usage limits inside Antigravity; $200/month AI Ultra (down from $250) gives 20x. The $100 and $200 plans bundle in 20TB of cloud storage and YouTube Premium. Most people will follow the path 'try the free tier, upgrade to $20 if you like it.' For full-time AI coding work, $100 is the realistic baseline. Always check antigravity.google/pricing for current values — they vary by country, currency, and promotions.
How does it compare to Cursor / Windsurf / Claude Code?
The biggest difference is design philosophy. Antigravity = 'manager's chair for an AI team.' Cursor = 'high-speed AI pair programming.' Windsurf = 'Cascade continuous execution + monorepo strength.' Claude Code = 'CLI-based autonomous runs + Opus 4.7 + 1M token context.' Concretely: Antigravity is a VS Code fork with a Manager View where parallel agent management is the core feature; Cursor is a VS Code fork where Composer makes single-file editing feel great; Windsurf is a VS Code fork where Cascade auto-retrieves context across large monorepos; Claude Code is CLI-driven and lets you keep your existing editor while delegating deep reasoning to Opus 4.7. Pricing-wise Antigravity, Cursor, and Claude Code are $20; Windsurf is $15. Use Antigravity to delegate multiple jobs in parallel (fix this bug + write tests + update docs); Cursor when you want to hammer fast on a single file; Windsurf for huge monorepos; Claude Code when you're terminal-centric and need deep reasoning. For OSS hobbyists on something like Sales Claw, the realistic combo is 'free Antigravity for parallel experiments, Cursor or Claude Code for day-job work.'
What does Gemini 3.5 Flash being "4x faster" actually feel like?
Gemini 3.5 Flash is the frontier-grade fast model Google announced the same day (2026-05-19), with output speed of ~289 tokens/sec, roughly 4x Opus 4.7 or GPT-5.5. It scores 76.2% on Terminal-Bench 2.1, 1656 Elo on GDPval-AA, and 83.6% on MCP Atlas — beating Gemini 3.1 Pro on some benchmarks. For regular users, the tangible benefit is that when you have several agents running in parallel in the Manager View, each agent's response feels 'immediate' instead of 'waiting.' In three days of internal testing at Sales Claw (12-task sample), Gemini 3.5 Flash's output speed felt 2-3x faster than Claude Code. That said, for single-task quality on hard problems, Claude Opus 4.7 still has the edge. The 'speed vs quality' trade-off is real, so the realistic split is 'iterate fast with Gemini 3.5 Flash + Antigravity for many small loops, fall back to Opus 4.7 for one high-stakes call.'
Can I use it commercially? Any business-use caveats?
As of May 2026, Antigravity is permitted for commercial use under its subscription tiers (free, $20 AI Pro, $100 / $200 AI Ultra). For large organizations, the Gemini Enterprise Agent Platform handles SLAs, audit logging, and the security posture you need. Realistic business scenarios include personal OSS work on the free tier, day-job coding on $20 (swap out Cursor), customer-specific customization parallelized by sales engineers, A/B variants of Sales Claw outreach messages, and overnight background refactors for internal tools. The risks to watch are running Agent mode against production environments (sandbox first), big agent-driven changes with no fresh Git commits (runaway can wipe your work), running agents with API keys / secrets in the repo (they may get written somewhere new), pointing an agent at someone else's repo without permission, piping personal / customer data to the agent model, and leaving 10+ agents running unattended. Get legal review of Google's terms, write internal guidelines (sandbox required, commit cadence), confirm your industry regulations (medical / finance / education / public), and decide on audit-log storage before going live.
Can I use it from Japan? How do I install it?
Yes — Antigravity is available from Japan on Windows (x64 / ARM64), macOS (Apple Silicon), and Linux (deb / rpm / AppImage). Download the appropriate installer from antigravity.google/download, sign in with your Google account, and you're set up in 2-3 minutes. [Unverified] The Antigravity site is English-first, but Japanese localization and JPY pricing will likely roll out in stages. The $20 / $100 / $200 Google AI Pro / Ultra prices are USD-based, and the actual billing in Japan depends on the FX rate and Google's regional strategy. The free tier has no geographic restrictions for trying things out, and you get access to Gemini 3 Pro, Gemini 3.5 Flash, Claude Sonnet, Claude Opus 4.5, and gpt-oss-120b. For up-to-the-minute Japan availability, JPY pricing, and stock status, check antigravity.google/pricing and antigravity.google/download. This article reflects Google's official communications from 2026-05-19 through 2026-05-23; regional availability may shift over the following 1-2 weeks.

参考文献

本記事は X 公式アカウントと公式ドキュメントを一次情報として参照しています。

  1. [01]
  2. [02]
  3. [03]
  4. [04]
  5. [05]
  6. [06]
  7. [07]
  8. [08]

この記事の著者

中澤 圭志

中澤 圭志

Sales Claw maintainer

Designs and develops Sales Claw. Writes from the field on B2B sales automation and applied AI.

Share this article