This article was originally published on aicoderscope.com
Two days after Google I/O 2026, Antigravity 2.0 is the new thing developers are Googling. The Browser Subagent — a Chromium instance that clicks through your web app as it builds it — is the most novel feature shipping in any AI coding tool right now. But four quota cuts in four months from December 2025 to March 2026 left Pro subscribers locked out for days at a time, and the trust damage from that is still fresh.
At $20/month, Antigravity Pro competes directly with Cursor Pro and Windsurf Pro. Here's the honest assessment after researching the full 2.0 announcement and six months of real-world usage reports.
What Antigravity actually is
Google launched the original Antigravity on November 18, 2025, as a free preview. The pitch was a VS Code fork with agents as the primary interface — not autocomplete-first like Copilot or Tab-first like old Cursor, but autonomous-agent-first from day one.
Antigravity 2.0, announced May 19, 2026 at Google I/O, turns that single IDE into a platform: a rebuilt desktop app, a Go-based CLI, a developer SDK, and a Managed Agents billing tier inside the Gemini API. The model powering it is Gemini 3.5 Flash — Google's new fast frontier model, launched the same day — running at 289 tokens per second in a version optimized specifically for Antigravity.
The key thing to understand before evaluating pricing: Antigravity is a full IDE replacement, not a plugin for your existing editor. You run Antigravity instead of VS Code, not alongside it. This is the same approach as Cursor, Windsurf, and Kiro — a VS Code fork that gives up Microsoft's extension marketplace for tighter AI integration. If you're on JetBrains (IntelliJ, PyCharm, WebStorm), Antigravity has nothing for you.
Pricing in May 2026
At Google I/O 2026, Google restructured the paid tiers and cut the top price:
| Plan | Monthly cost | Usage limit vs Pro |
|---|---|---|
| Free | $0 | Rate-limited (weekly caps) |
| AI Pro | $20/month | Baseline |
| AI Ultra — 5x | $100/month | 5× Pro limits (new at I/O) |
| AI Ultra — 20x | $200/month | 20× Pro limits (reduced from $249.99) |
| Managed Agents | Pay-per-run | $25 for 2,500 credits |
The $100 Ultra tier is new. The $200 tier is a price cut — Google dropped it from $249.99 at the same event they were trying to rebuild user trust. Whether that's enough depends heavily on whether the quota history repeats.
One important pricing nuance: Claude models cost extra. Antigravity ships with model switching (Claude Sonnet 4.6, Claude Opus 4.6, GPT-OSS 120B alongside the Gemini lineup), but anything outside Gemini routes through your own API key. Use Opus 4.6 in Antigravity and you're paying Anthropic's standard API rates on top of your Antigravity subscription.
What's new in 2.0
The headline feature everyone is talking about is the Browser Subagent. Antigravity spins up a real Chrome instance, navigates to your app's local dev server, and actually uses it: clicks buttons, fills forms, takes screenshots, and loops back to fix what breaks. An AI coding tool that runs your code and tells you what it saw is different in kind from one that just generates diffs.
The April 2026 update that preceded 2.0 introduced the Unified Permission System — three tiers (Allow, Ask, Deny) that let you decide what the agent handles autonomously versus what requires your sign-off. Allow safe repetitive actions like Git commits, require confirmation before touching environment files, permanently block specific directories. This was the fix that made Antigravity genuinely usable as a daily driver.
The 2.0 launch adds:
- Go-based CLI replacing Gemini CLI. Faster, SSH-compatible, preferences sync with the desktop app bidirectionally.
- Mission Control dashboard in the desktop app — a single view for orchestrating multiple parallel agents. Start agent A on the API layer while agent B writes unit tests.
- Dynamic subagents — agents spawning specialized sub-agents mid-task for parallel execution.
- Scheduled background tasks — cron-style agent runs you configure once and forget.
- Voice commands — native voice interface, no third-party integration required.
- SDK — host custom agents on your own infrastructure, deploy as Managed Agents inside the Gemini API.
- Firebase and Android Studio integrations — first-party connectors that are genuinely tighter than what Cursor offers for Google Cloud workloads.
The Gemini CLI → Antigravity CLI migration is mandatory. Individual users (Google AI Pro, free tier) have until June 18, 2026 to switch; Gemini Code Assist Standard/Enterprise license holders keep Gemini CLI indefinitely.
The quota problem
This is the section most review articles skip. Don't.
Between December 2025 and March 2026, Google cut Antigravity's usage quotas four times without advance notice. Pro subscribers ($20/month) went from effectively unlimited Gemini model access to weekly rate caps that hit mid-workday. One developer documented that before January 2026 they used over 300 million input tokens per week on Pro; after the March cuts they hit their weekly cap at under 9 million input tokens.
The resulting backlash filled Google's AI forum with complaints. The Register covered it in March. Pro users reported 5–7 day lockouts after exceeding weekly caps — not hourly rate limits that reset quickly, but multi-day lockouts that rendered the tool unusable for extended periods.
Google's response was to add the $100 Ultra tier (launched at I/O 2026) and cut the $200 tier price. These are structural changes to the pricing model, not a commitment to stable limits. There is still no published SLA on what Pro subscribers can expect to consume monthly.
This matters for any developer evaluating Antigravity as a primary tool. Cursor and Windsurf have had pricing changes, but neither has had an extended lockout crisis of this scale. Building your workflow around a tool, then being locked out for a week at $20/month, is not a recoverable experience.
Limitations worth knowing before switching
No JetBrains support. Antigravity is a VS Code fork. The architecture means zero plugin integrations for IntelliJ, PyCharm, WebStorm, or any other JetBrains IDE. If your team runs JetBrains, Antigravity is a non-starter.
Open VSX only. Like Kiro, Antigravity can't access the official VS Code Marketplace due to licensing. The C# Dev Kit, the official GitHub sign-in extension, and other Microsoft-licensed extensions don't work. You're limited to the Open VSX Registry. For most languages this is a minor inconvenience; for C# teams it's a dealbreaker.
No enterprise security documentation. As of May 2026, Antigravity has no published SOC 2 certification, no GDPR data-processing addendum, and no formal organizational governance controls. Cursor, Copilot, and Tabnine all have these. If your organization has compliance requirements, Antigravity isn't ready.
Claude models require your own Anthropic key. The multi-model support is real — you can run Claude Opus 4.6 inside Antigravity — but you're paying Anthropic's API rates in addition to your Google subscription. Using Opus 4.6 via your own key at standard API pricing for a full coding session can run $5–15 per hour depending on context. The headline "access Claude inside Antigravity" buries that cost.
How Antigravity stacks up
| Antigravity 2.0 | Cursor Pro | Windsurf Pro | Claude Code Pro | |
|---|---|---|---|---|
| Price | $20/mo | $20/mo | $20/mo | $20/mo |
| IDE type | VS Code fork | VS Code fork | VS Code fork | CLI + all IDEs |
| JetBrains | ❌ | ❌ | ❌ | ✅ (extension) |
| VS Code Marketplace | ❌ (Open VSX) | ❌ (Open VSX) | ❌ (Open VSX) | N/A |
| Included model | Gemini 3.5 Flash | Cursor-1 | SWE-1.6 | Sonnet 4.6 |
| Inline completion speed | 289 tok/s | Not published | 950 tok/s (paid) | N/A |
| Browser testing agent | ✅ | ❌ | ❌ | ❌ |
| Background scheduled tasks | ✅ | ❌ | ❌ | ❌ |
| Parallel agent orchestration | ✅ (Missio |
Top comments (0)