Google's AI Coding Play: Plugins and CLI, Not a New IDE
While Antigravity remains unverifiable vapor, Google's actual AI-coding strategy is distributed: Gemini Code Assist plugins with agent mode in preview, and the 102k-starred open-source Gemini CLI.
Google didn’t ship an agentic IDE. They shipped something else entirely.
While competitors race to build AI-powered code editors—Cursor with its native agentic experience, Anthropic with Claude Code in the terminal—Google has taken a different path. Their AI coding strategy is distributed: plugins for existing IDEs, an open-source CLI tool, and a quiet retreat from the standalone cloud IDE space.
What Google Actually Shipped
The centerpiece is Gemini Code Assist, available in Standard and Enterprise editions. It’s not an IDE. It’s a plugin—extensions for VS Code, JetBrains IDEs, and Android Studio that bring Gemini’s capabilities into developers’ existing workflows.
The Enterprise tier adds something genuinely useful: code customization based on private repositories. Your internal codebase becomes part of the model’s context. But the more interesting feature is still cooking.
Agent mode—Google’s agentic coding capability—remains in Preview, the Pre-GA status that means “available ‘as is’ and might have limited support.” It uses a ReAct (reason-and-act) loop architecture. Built-in tools handle grep, file operations, terminal commands, and Google Search. It supports MCP servers for extensibility. It can generate code from design documents and execute multi-step tasks with user approval at each mutation.
“This feature is subject to the ‘Pre-GA Offerings Terms’… Pre-GA features are available ‘as is’ and might have limited support.” —Google Cloud Docs
The agent mode documentation reveals an architectural detail worth noting: it’s powered by Gemini CLI, Google’s open-source terminal agent. Quotas are shared between the two. Same engine, different interface.
The Open-Source Play
Gemini CLI has accumulated 102,000 GitHub stars—trailing Claude Code’s 115,000 but in the same weight class. It offers a free tier: 60 requests per minute, 1,000 requests per day with a personal Google account. The 1M token context window comes from Gemini 3 models.
The tool includes Google Search grounding, file operations, shell commands, and web fetching. It’s Apache 2.0 licensed. There’s GitHub Action integration for PR reviews and issue triage. This is Google’s direct answer to Claude Code: meet terminal-native developers where they already work.
What Google Abandoned
The third signal is what Google didn’t ship. Project IDX, their experimental cloud-based IDE, was folded into Firebase Studio. Firebase Studio is now deprecated. Google’s standalone IDE experiment is over.
This retreat matters. It signals that Google’s developer tools strategy is “meet developers where they are” rather than “replace their tools.” They’re not building a VS Code fork. They’re building features that live inside VS Code.
The Competitive Map
The AI coding tool market now shows three distinct approaches:
Anthropic went terminal-first with Claude Code—an agentic tool that lives in your shell, handles git workflows, and speaks natural language. 115k stars and growing.
Cursor built a native agentic IDE from scratch—the integrated experience, optimized for AI-assisted coding from the ground up.
Google bet on ubiquity over ownership. Plugins everywhere, an open-source CLI, and no standalone IDE to maintain. They’re not trying to change where you code. They’re trying to change how you code wherever you already are.
What Remains Unclear
Antigravity—the rumored Google IDE that prompted this investigation—remains unverifiable. The URL antigravity.google exists and returns HTTP 200, but the content doesn’t render to readable text on the public web. No download link. No feature documentation. No pricing page. It may be a teaser, a private beta, or vaporware. The only claims about its features come from unverified stubs, not from Google’s documentation.
If Antigravity is real and imminent, it would represent a reversal of Google’s current posture. Until then, what Google actually shipped tells a clearer story: they’re not competing for IDE market share. They’re competing for developer hours, wherever those hours are spent.
The agent mode preview suggests Google isn’t finished. But today, three combatants hold the AI coding field—and Google is the only one not shipping its own editor.