Technology RadarTechnology Radar

Google Antigravity

frontierplatform
Assess

Google Antigravity is an agent-first development platform that reimagines the IDE around autonomous AI agents. Rather than bolting AI onto a traditional editor as a sidebar chatbot, Antigravity gives agents their own dedicated workspace to plan, execute, and verify complex tasks across your editor, terminal, and browser.

How It Works

Introduced in November 2025, Antigravity represents Google's bet that the future of development tools is agent-first rather than assistant-first. The key distinction:

  • Assistant-first (Copilot, traditional AI sidebars): AI helps you write code, but you drive
  • Agent-first (Antigravity): AI agents autonomously plan and execute multi-step tasks, and you review

Architecture

Antigravity coordinates multiple AI agents across your entire codebase. It's powered by advanced Gemini models (Gemini 3 Pro and Flash) and combines:

  • A familiar coding interface — you can still write code normally
  • An agent workspace — a dedicated space where agents plan, execute, and iterate independently
  • Cross-environment coordination — agents work across editor, terminal, and browser simultaneously
  • Verification loops — agents don't just generate code; they verify their work

This is complemented by the broader Google AI developer ecosystem:

  • Gemini Code Assist — Gemini CLI agent for terminal-based agentic coding with MCP support. The free tier offers 6,000 code requests/day — one of the most generous limits available.
  • Jules — An asynchronous coding agent that clones repos to Cloud VMs, works through bug backlogs, and creates PRs. Works directly with GitHub.
  • Firebase Studio — Cloud-based AI workspace for full-stack AI app development.
  • Stitch — AI tool for generating UI designs and frontend code from natural language.

The MCP Ecosystem Play

Google also launched the Developer Knowledge API with an MCP server, making Google's official developer documentation machine-readable for AI tools. This is a strategic move to make Google's ecosystem the default context for AI coding agents, regardless of which agent you use.

Key Architectural Insight — and Its Unproven Assumption

Antigravity's most interesting bet is that agents need their own workspace, not just access to yours. By giving agents a dedicated environment, they can work on multiple things in parallel, maintain their own state, and present results for review rather than requiring real-time supervision.

The open question: Is this actually better? Google hasn't published any data showing that agents perform better with dedicated workspaces versus integrated environments. Claude Code's terminal-native approach (agent works in your environment, with your tools and config) and Cursor's editor-embedded approach both achieve strong SWE-bench results without a separate workspace. The dedicated-workspace model adds a context synchronization problem — the agent's workspace must stay in sync with your actual repo state, and drift is inevitable during long-running tasks. It also means the agent can't observe your real-time edits or react to your test output as it happens.

The counter-argument is that isolation prevents agents from accidentally breaking your working state — a real concern when running multiple agents in parallel. But Docker-based sandboxing (OpenHands, Codex) solves this without requiring a new IDE paradigm.

Why It's in Assess (Not Trial)

Antigravity is ambitious but there's not enough evidence yet that the agent-first IDE paradigm outperforms the alternatives:

  • No public benchmark results. Unlike Claude Code (80.8% SWE-bench), Codex (72.0%), or OpenHands (72%), Google hasn't published Antigravity's autonomous coding performance on standard benchmarks. Without this, we can't assess whether the architecture translates to better outcomes.
  • Gemini model lock-in. You must use Gemini models. If Claude or GPT outperforms Gemini on your workload, you can't swap — unlike OpenHands (any model) or Claude Code (Anthropic models, but the CLI pattern is portable).
  • Google's track record with developer tools is mixed. Google has launched and killed developer-facing products before (Google Cloud Shell Editor, Project IDX → Firebase Studio pivot). Teams should assess whether Antigravity has staying power before building workflows around it.
  • The ecosystem is fragmented. Jules, Gemini Code Assist, Firebase Studio, Stitch, and Antigravity are separate products with overlapping capabilities and unclear integration boundaries. Compare this to Anthropic's approach (one tool: Claude Code) or GitHub's (Copilot is the single surface).

The generous free tier (6,000 code requests/day via Gemini Code Assist) makes it easy to experiment, which is why it's Assess rather than Hold. Try it on a side project. But don't migrate your team's primary workflow to it until Google publishes performance data and demonstrates commitment to the product.

When to Consider Antigravity

  • You're already deep in the Google Cloud ecosystem (GCP, Firebase, Cloud Run)
  • You want agents working on long-running tasks asynchronously (Jules' model fits this well)
  • You're exploring agent-first workflows and want to compare paradigms

When to Skip It

  • You need model flexibility — Gemini-only is a hard constraint
  • You want proven autonomous coding performance backed by benchmarks
  • Your team values a single integrated tool over a fragmented ecosystem
  • You're wary of platform risk from Google's developer tool track record

Key Characteristics

Property Value
Company Google
System Antigravity
Category Agent-first development platform
Underlying model Gemini 3 Pro, Gemini 3 Flash
Key innovation Dedicated agent workspace (not sidebar AI)
Ecosystem Gemini Code Assist, Jules, Firebase Studio, Stitch
Pricing Generous free tier (6,000 code requests/day via Code Assist)
Launched November 2025
Sources Google Developers Blog