惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园 - 【当耐特】
月光博客
月光博客
Vercel News
Vercel News
D
Docker
I
InfoQ
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
有赞技术团队
有赞技术团队
雷峰网
雷峰网
博客园 - 聂微东
小众软件
小众软件
Y
Y Combinator Blog
腾讯CDC
L
LangChain Blog
The GitHub Blog
The GitHub Blog
宝玉的分享
宝玉的分享
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Google Antigravity 2.0 review 2026: Browser Subagent, $20...
Jovan Chan · 2026-06-02 · via DEV Community

Jovan Chan

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