K Koda Intelligence
scienceThe Lab
LAB REPORT · No. 0188 · 2026-08-07 codeCoding 7 MIN READ

Google Antigravity

Agentic dev platform where agents plan, code, test, and verify in a VS Code shell

Google shipped an editor that assumes you are managing agents, not typing code, and it is free while the credit rules are still being written.

paymentsFree ($0) with core features; no paid tier publishedtimerabout 30 minutes for a first agent run on an existing repodevicesweb, Windows, macOS, Linux
antigravity.google
Google Antigravity interface screenshot
SPECIMEN 0188
THE KODA SCORE 7.2/ 10

Genuinely ambitious multi-agent and browser-verification workflow at a $0 entry price, held back by early-product reliability reports and unsettled limits.

Capability7.6
What it can actually do
Ease of use6.4
Zero to productive
Value8.5
What you get per dollar
Momentum7.8
Shipping pace and traction
gavelThe Verdict

Antigravity is for developers who already trust agents with multi-step work and want a command center for running several of them in parallel instead of babysitting one chat. Worth adopting now as a second editor on a staging-scoped project, not as the place your production deploy keys live. If your workflow is single-session, one-file-at-a-time coding, Cursor or Windsurf will feel less like overhead.

BUILT FOR
check_circleFull stack developerscheck_circleEnterprise codebase teamscheck_circleFrontend devs doing E2E checkscheck_circleAgent tooling tinkerers
SKIP IT IF
cancelOffline-first workflowscancelTeams needing settled pricing
IF YOU ONLY READ ONE BLOCK
>Antigravity is an agentic development platform with an IDE, a terminal-first CLI, and a Python SDK, all built around agents that plan and execute multi-step work.
>The differentiator is orchestration: a manager view for running multiple local agents in parallel, grouped into Projects, plus browser-based verification of what the agents built.
>It is free today with core features and community support, and reviewers flag that access rules and credit limits are the thing most likely to change.
>Scope credentials to staging for the first week; reviewers report agent loops, stalls, and memory issues on longer sessions.
THE RUNDOWN

What it actually does.

dashboard

Agent manager view

A command center for running multiple local agents in parallel and grouping their conversations into Projects.

hub

Multi-workspace operation

Agents can operate across multiple workspaces rather than being pinned to a single open folder.

schedule

Scheduled messages

Automate routine tasks by queuing agent instructions to fire on a schedule.

terminal

Antigravity CLI

A lightweight terminal-first surface to run autonomous coding agents, execute shell commands, and manage background subagents.

code

Antigravity SDK

Simple Python scripts to prototype custom agents, automate engineering tasks, and run evaluations on the same agent harness.

travel_explore

Browser verification

Reviewers highlight built-in browser checks that let agents test what they built inside the IDE, which matters for frontend and end-to-end work.

code_blocks

Codebase-aware IDE

The full IDE ships with the agent manager, artifacts, and a deep index of your repository.

RUN THESE PLAYS

How you would actually use it.

Concrete setups pulled from the research, not feature-list hand-waving.

01

The internal tool deploy loop

WHO

Full stack dev with a small internal admin tool

THE PLAY

Open the existing repo in the IDE, give the agent a scoped task like adding an audit log endpoint, and wire only staging deploy credentials into the environment.

PAYOFF

You find out within one afternoon whether the plan, test, and deploy loop actually closes or whether you are still the glue.

02

Parallel bug queue

WHO

Enterprise developer with a backlog of small tickets

THE PLAY

Group related tickets into a Project in the manager view and hand each one to a separate local agent across the relevant workspaces.

PAYOFF

Several low-risk fixes progress at once, and you review diffs instead of context-switching between chats.

03

Frontend verification pass

WHO

Frontend developer shipping UI changes

THE PLAY

Ask the agent to implement a component change and then verify it in the browser inside the IDE before you look at it.

PAYOFF

Fewer round trips where the code compiles but the screen is wrong.

04

Custom agent prototype

WHO

Platform engineer evaluating agent harnesses

THE PLAY

Use the Python SDK to script a narrow task agent against your own repo and run an evaluation set on the Antigravity harness.

PAYOFF

A concrete read on whether Google's harness beats your in-house scaffolding before you commit.

THE DAMAGE

Pricing, straight.

KODA PICK Free
$0

Core features, community support, basic integrations; advanced features are limited on this plan.

insightsFree access to a multi-agent IDE is unbeatable value on paper, with the honest caveat that reviewers already flag unclear credit systems and reduced free-tier limits as moving targets.

Pricing as captured on 2026-08-07. Check the live site before you commit.

THE STREET

What people online are saying.

Real reactions surfaced during research. Paraphrased faithfully, linked to source.

graphic_eqReaction is early and mixed: review-style coverage likes the agent-first workflow and browser verification, while skeptics dismiss it as another VS Code fork and report reliability wobbles, and there is little verifiable long-form community discussion yet.

Reviewers keep coming back to the manager view and the agent-first workflow as the real differentiator, especially when a task spans code, tests, and browser checks.
PraiseNimbalyst reviewarrow_outward
The free preview with no credit card is called out as a big reason to try it over paid competitors.
PraiseOscar Gallego Ruiz reviewarrow_outward
A recurring dismissal is that this is just another VS Code fork, an incremental wrapper rather than a new editor.
CritiqueReddit r/ChatGPTCodingarrow_outward
Hands-on write-ups report agents looping or stalling, agent terminated errors, noisy artifacts, and memory issues on longer sessions.
Critiquedev.to honest reviewarrow_outward
Coverage is split on whether Antigravity beats a plain VS Code setup, with the answer depending heavily on how agentic your workflow already is.
MixedReddit r/googlearrow_outward
STACK IT AGAINST

The field.

The more established editor-first AI IDE.

PICK IT WHENYou want a mature, simpler single-session coding experience rather than parallel agent orchestration.

A conventional AI coding IDE in the same family as Cursor.

PICK IT WHENYour workflows are straightforward and you do not need built-in browser verification or multi-agent management.

Terminal-first agentic coding tool.

PICK IT WHENYou live in the terminal and want raw strength on complex agentic coding tasks over a visual IDE.

WHERE IT BREAKS

The honest part.

ZERO TO RUNNING

Getting started.

timerTime to first value: about 30 minutes for a first agent run on an existing repo

1

Download the build for your OS from antigravity.google/download and install the IDE.

2

Open a small existing repo and create a Project, then confirm only staging credentials are present in the environment.

3

Hand one scoped ticket to a single agent and watch whether it plans, tests, and verifies without your intervention.

STILL ASKING

Quick answers.

Is it really free, or is there a catch?expand_more

The published plan is Free at $0 with core features, community support, and basic integrations. Advanced features are limited on that plan, and reviewers already mention unclear credit systems and reduced free-tier limits, so treat current access as a preview rather than a commitment.

Can I trust it with a real deploy?expand_more

Not on day one. Multiple hands-on reviews report agent loops, stalls, and memory problems in longer sessions, so keep credentials scoped to a staging environment for at least the first week and gate anything production behind your own review.

How is this different from Cursor or Windsurf?expand_more

Cursor and Windsurf are positioned in the research as editor-first and more mature for everyday single-session coding. Antigravity leans into orchestration: parallel local agents, Projects, scheduled messages, and browser-based verification inside the IDE.

Do I have to use the IDE?expand_more

No. There is a terminal-first CLI for running autonomous agents, executing shell commands, and managing background subagents, plus a Python SDK for prototyping custom agents and running evaluations on the same harness.

THE BOTTOM LINE

Install it, point it at a low-stakes internal tool with staging credentials, and judge it by whether the plan-test-verify loop actually closes without you stepping in.

Field research: 1 pages scraped · 3 search passes · 12 community sources. Reviewed by the Koda desk on 2026-08-07.

Like what you see?

Get tomorrow's brief delivered to your inbox.

One email per day. Unsubscribe anytime.