← SurfacedDrop no. 24AI tooling6min read
Google Antigravity 2.0: The IDE That Became a Chat Box
The story behind the drop.
Google's overnight Antigravity 2.0 update stripped the IDE down to a chat box, and developers spent the week documenting what they lost.
Published
UTC
Reading time
6 min
~210 wpm
Word count
1,221
plain English
Category
AI tooling
ai-tooling
On May 19, 2026, Google pushed a background update to its flagship coding IDE, and by morning the terminal, the file explorer, the extensions, and the chat history of every Antigravity user were gone.
What Antigravity was before May 19
Google Antigravity launched as a public preview on November 18, 2025, alongside the rollout of Gemini 3. It was a heavily modified fork of Visual Studio Code, positioned as Google's direct competitive answer to Cursor, the AI-native editor that had pulled millions of paying developers away from plain VS Code over the previous two years. The pitch was straightforward. Developers got to keep the editor surface they already knew, and they got an agent layer wrapped around it.
The 1.x platform shipped with two modes. The Editor View looked and felt like a normal IDE, with a code editor, an integrated terminal, a file explorer, a plugin ecosystem, source control, and remote SSH connections. The Manager View sat next to it and orchestrated multiple AI agents working in parallel. Google framed the agent output through what it called "Artifacts," which were verifiable deliverables including task lists, implementation plans, screenshots, and browser recordings, rather than raw tool calls. The goal was auditability. A developer could see exactly what an agent did, in a form a human could inspect.
The other quiet sell was model optionality. Inside one IDE, developers could route work to Anthropic's Claude Sonnet 4.6, Claude Opus 4.6, the open-source GPT-OSS-120B, and the Gemini family. For many early users, that combination, familiar editor plus agent overlay plus model choice, was enough to make Antigravity their daily driver.
What Google announced at I/O 2026
At Google I/O 2026 on May 19, 2026, the company released Antigravity 2.0, specifically version 2.0.1, and pushed it as an automatic update to existing installs the same day. The headline was Gemini 3.5 Flash, the new model Google said it co-developed using Antigravity itself, and which Google claimed generated roughly 289 tokens per second inside the updated environment. The company cited 67 tokens per second for Claude Opus 4.7 and 71 tokens per second for GPT-5.5 as comparison points, though those are vendor numbers, not independent benchmarks.
The flagship keynote demo leaned on parallelism. Google orchestrated 93 subagents running simultaneously inside Antigravity 2.0, which consumed 2.6 billion tokens across roughly 15,000 model requests to build a complete operating system in 12 hours for under one thousand dollars in compute. The numbers were the message. Raw orchestration at scale, performed by agents, was now the product.
The pricing followed the same logic. Google introduced a new $100-per-month AI Ultra tier that grants five times the AI limits of the Pro plan inside Antigravity. It also cut its top-tier AI Ultra subscription from $250 to $200 per month, with twenty times the Pro plan's usage limits and 20 TB of cloud storage included. A promotional $100 sign-up bonus credit was offered through May 25, 2026, for new AI Ultra subscribers. The pitch on stage was a thesis. Massively parallel agent work, at falling unit costs, would replace the manual IDE.
What users woke up to
The contrast with the local experience was severe. The dual-mode IDE was collapsed into a single conversational prompt box, modeled after standalone coding agents like OpenAI's Codex CLI. For users on the previous version, the update removed terminals, file explorers, editing tools, source control, local terminals, remote connections, and previously installed extensions.
Google split the product into three separate downloads. Antigravity 2.0 became the agent-only chat surface. Antigravity IDE was carved out and sold as a separate install, the traditional editor relegated to its own product page. Antigravity CLI shipped as the new terminal tool and was named the official replacement for Gemini CLI, with existing Gemini CLI users asked to migrate over.
The installer itself made the transition sticky. Default application paths were aggressively rewritten, making it impossible to run versions 1.x and 2.0 side by side on the same machine. Users who tried to reinstall the legacy 1.x version after the update reported on the official forum that the chatbot interface still loaded, and that only a total purge of the software cleared the state.
The backlash
The story went public on May 21, 2026, when developer Sid published a blog post titled "Google's Antigravity bait and switch," calling Antigravity his "daily driver" and "workhorse" before the update wiped his chat history and settings. He wrote, "Forcing this kind of transition on users via a background update is in incredibly poor taste." The post reached the front page of Hacker News on May 22, 2026, with hundreds of comments echoing the complaint.
On the Google AI Developers forum, users opened parallel threads on May 21, 2026, asking for either a rollback path or a clear separation of the IDE and the agent app. One user, Balamt_AG, reported canceling five AI Ultra licenses after the update and wrote, "I cannot use editor, I cannot use plugins, it's not Clone of VSCode anymore." Another user, viveknam5, said the new version made Antigravity "consume more token" per request and rolled back to version 1.20 with automatic updates disabled. A third user, Josue Matias Brandan, titled his thread "From a promising IDE to a simple chat: Antigravity's worst setback."
A more practical consensus surfaced on the r/GoogleAntigravity subreddit on May 20 and 21, 2026. The unofficial workaround was to roll back to version 1.23.2 and then disable automatic updates. When a community organizes itself to freeze a piece of professional software in the past, the trust contract between the toolmaker and the user is the thing that has broken.
The shift behind the rupture
The 2.0 update is also a window into a broader shift in how coding tools are being designed. Editors are moving from a model where the developer writes code in a familiar surface to one where the developer describes work to an agent, delegates it, and iterates on the result. Unlocking parallel agent work at the scale Google demonstrated on stage, 93 subagents, 2.6 billion tokens, 15,000 requests, requires a different interface than a VS Code clone. A prompt box collapses well across many agents in flight. A traditional editor does not.
The trade-off is the part that landed badly. Pulling granular user control out of the default install removed the muscle memory developers had built into Antigravity 1.x: the terminal they kept open, the extensions they had configured, the chat history they relied on as project context. The new product may be the right bet for where agentic coding is going. The way it was delivered, as a forced background update with the IDE quietly demoted to a separate download, is what made "bait and switch" stick as the framing.
That leaves an unresolved question for every cloud-delivered tool. When a developer's workspace can be reshaped overnight by the vendor's roadmap, what exactly is the buyer signing up for the next morning?
Sources
- Sid, "Google's Antigravity bait and switch" (May 21, 2026)
- TechCrunch, Google launches Antigravity 2.0 with an updated desktop app and CLI tool at IO 2026 (May 19, 2026)
- Techloy, Why Google's Antigravity 2.0 AI Update Has Developers Furious (May 20, 2026)
- Google AI Developers forum thread (May 21, 2026)
- Wikipedia, Google Antigravity
// Sources · primary references
05 refs- Sid, "Google's Antigravity bait and switch" (May 21, 2026)0xsid.com
- TechCrunch, Google launches Antigravity 2.0 at I/O 2026 (May 19, 2026)techcrunch.com
- Techloy, Why Google's Antigravity 2.0 AI Update Has Developers Furious (May 20, 2026)techloy.com
- Google AI Developers forum thread (May 21, 2026)discuss.ai.google.dev
- Wikipedia, Google Antigravityen.wikipedia.org