Google Antigravity(AI IDE 平台市场研究)


1. 介绍

Antigravity 是 Google / Google DeepMind 于 2025-11-18 与 Gemini 3 同期发布的 agent-first IDE,2026-05-19 I/O 2026 升级为 2.0 版并扩展为完整产品家族。它是 Google 对「编辑器形态是否还重要」这一问题的正面回答:把 Agent Manager(任务控制台)而非代码编辑区作为第一界面,开发者从「写代码的人」转为「审查智能体产物的人」。

在本组中,Antigravity 的差异化主线是多智能体并行编排 + 可审查产物(Artifacts):Agent Manager 支持最多 5 个智能体并行推进任务,每个智能体的计划、截图、浏览器录屏都以 Artifacts 形式留档供审查。它与同门的 Gemini CLI(详见 13-gemini-cli.md)构成承接关系——2026-06-18 Gemini CLI 个人免费层停服后,用户被官方引导迁移至 Antigravity,后者成为 Google 开发者智能体的主力入口。

1.1. 开发商与产品沿革

项目内容来源
开发商Google / Google DeepMind官方
首发2025-11-18,与 Gemini 3 同期,VS Code 分支 agent-first IDE,公共预览免费官方站 + 多方一致
2.0 发布2026-05-19,I/O 2026:桌面应用 + CLI(agy,接替 Gemini CLI)+ SDK + Gemini API 托管 Agents + Gemini Enterprise Agent Platform官方站
最新版本2.12.2(2026-09-04 前后;Changelog 连续迭代)官方 Changelog 口径,原页抓取失败,
版本里程碑2.9.1 Remote Control;2.10.0 内嵌终端 + Git 版本控制 + 音频附件 + 结构化工具执行预览同上
IDE Extensions2026-08-20 推出同上
开源/闭源闭源(免费预览 + 订阅)官方
迁移事件2026-06-18 Gemini CLI 个人免费层停服、用户迁移至 Antigravity;2026-03 Firebase Studio 宣布 2027-03-22 弃用并引导迁移官方口径(组 README 已记录)

1.2. 定位与产品家族

Antigravity 2.0 之后的产品家族覆盖五种形态:

形态说明
Antigravity IDE原 VS Code 分支 IDE,继续支持
2.0 桌面 Appagent-first 的任务控制台界面
CLI(agy)接替 Gemini CLI 的命令行入口
SDKGemini API 托管 Agents 的开发接口
Gemini Enterprise Agent Platform企业档:治理、审计、Google Cloud 集成

已知痛点:三 App 并存(原 IDE、2.0 桌面 App、CLI)造成的迁移割裂,是社区反馈集中的问题——官方未发布统一的功能对照全表,。

1.3. 定价体系

内容来源
公共预览免费官方(2025-11 发布口径)
2.0 之后的个人/团队档定价结构未获官方页面确认,[待填写]
EnterpriseGemini Enterprise Agent Platform(企业档),定价随 Google Cloud 采购官方口径
模型侧Gemini 3 系列(3.5/3.7/3.8 Flash 时间线见官方博客);另支持 Claude、GPT-OSS 等第三方模型官方

2. 名词解释

术语英文 / 缩写释义
Agent ManagerAgent Manager「任务控制台」界面:并行编排多个智能体、查看状态与产物、介入或接管,2.0 支持最多 5 个并行
ArtifactsArtifacts智能体工作过程中的可审查产物:计划、截图、浏览器录屏、测试结果等,留档供人工核验
浏览器子智能体Browser Sub-agent以浏览器为执行环境的下级智能体(browser-in-the-loop),可操作网页、截图、录屏作为验证证据
Custom AgentsCustom Agents2026-08-12 引入的自定义智能体:以 frontmatter 继承 skills、rules 与 subagents 配置
Remote ControlRemote Control2.9.1 引入:经浏览器远程驱动本地 agent 会话,人在外也可监督执行
Scheduled MessagesScheduled Messages定时任务机制:按计划时间触发智能体执行
知识/经验持久库Knowledge / Learnings跨会话沉淀智能体经验与项目知识的持久存储
agyagy CLIAntigravity 2.0 的命令行入口,接替已停服个人免费层的 Gemini CLI
Gemini Enterprise Agent PlatformGEAP企业档运行平台:治理、审计、Google Cloud 集成
模型上下文协议MCP工具与数据源接入的开放协议;2.10.0 起提供结构化工具执行预览
browser-in-the-loopbrowser-in-the-loop以真实浏览器操作闭环验证前端行为的工作模式
Structured Tool ExecutionStructured Tool Execution2.10.0 预览:以结构化方式声明与执行工具调用
Sandbox ModeSandbox Mode2.10.0 changelog 提及的沙箱语义("Inherit General"),具体含义需查官方文档,

3. 功能说明

3.1. 智能体编排能力

能力说明Harness 层位
Agent Manager 并行编排最多 5 个智能体并行推进不同任务L3
Custom Agentsfrontmatter 继承 skills/rules/subagents 的专职智能体L3 + L1
子智能体工作流一个智能体的输出触发下一个智能体(链式)L3
Scheduled Messages定时触发任务L3
Remote Control浏览器远程驱动本地会话L3 + L6
Artifacts计划/截图/录屏等可审查产物L4 + L5

3.2. 执行表面与扩展

能力说明Harness 层位
编辑器表面VS Code 分支 IDE 的代码编辑与 diffL2
终端表面2.10.0 内嵌终端 + Git 版本控制L2
浏览器表面内嵌浏览器,browser-in-the-loop 验证L2 + L5
MCP2.10.0 起结构化工具执行预览L2
IDE Extensions2026-08-20,扩展到第三方编辑器分发
多模型Gemini 3 系列 + Claude、GPT-OSS 等第三方模型模型层

「编辑器 + 终端 + 浏览器」三表面一体是 Antigravity 的 L2 特征:多数竞品把浏览器验证外包给 MCP 工具或外部自动化,Antigravity 把它做成内建执行环境——这是「agent-first」承诺在 L2 上的兑现。

3.3. 企业能力

能力说明
Gemini Enterprise Agent Platform企业档运行平台
治理与审计企业档提供审计轨迹
Google Cloud 集成与云采购、IAM 体系衔接
个人档治理治理粒度未公开,

4. 平台架构

组件职责
客户端矩阵IDE + 2.0 桌面 App + CLI(agy)+ IDE Extensions
Agent Manager任务控制台:并行编排、状态监视、人工介入
执行环境编辑器 + 终端 + 内嵌浏览器三表面;沙箱语义
Artifacts 存储计划、截图、录屏、测试结果的结构化留档
知识/经验持久库跨会话 learnings 与项目知识
模型网关Gemini 3 系列 + 第三方模型(Claude、GPT-OSS 等)
企业平台GEAP:治理、审计、Cloud 集成

图 17-1|Antigravity 的 Agent Manager 编排与 Artifacts 审查结构

Agent Manager:多智能体并行与产物审查 Agent Manager 任务控制台(最多 5 个并行) Agent 1:功能实现 编辑器 + 终端表面 Agent 2:前端验证 浏览器子智能体 Agent 3:重构任务 Custom Agent 继承配置 Artifacts:计划 · 截图 · 浏览器录屏 · 测试结果(可审查产物) 知识/经验持久库(跨会话 learnings)

示意图:基于本文分析绘制。


5. Harness 设计

5.1. L1 上下文工程层

机制说明
代码库深度理解agent-first IDE 的代码理解层
知识/经验持久库跨会话 learnings 沉淀,任务经验可复用
Custom Agents 配置继承frontmatter 继承 skills/rules,上下文按智能体角色装配
上下文压缩机制细节未公开,[待填写]

L1 的特色是「经验维度」:多数平台的 L1 关注单次任务看到什么,Antigravity 的知识/learnings 库关注「上次任务学到了什么」。与 Qoder 的知识卡片(详见 14-qoder.md)同向,但 Antigravity 把它绑定在智能体角色(Custom Agent)而非项目上。

5.2. L2 工具与执行层

三表面一体(编辑器 + 终端 + 浏览器)+ MCP 结构化工具执行预览。这是本组 L2 执行面最「全栈」的实现之一:浏览器不再外挂而是内建,配合录屏能力直接产出审查证据。弱点:沙箱语义仅见 changelog 片段("Inherit General"),隔离原语未系统披露,。

5.3. L3 编排与控制层

Antigravity 的 L3 是本组最强的编排层之一:

  1. 并行编排:Agent Manager 最多 5 个智能体并行,控制台统一监视。
  2. 链式工作流:一个智能体的输出触发下一个智能体,可组合流水线。
  3. 角色化定制:Custom Agents 以 frontmatter 声明,继承技能、规则与子智能体。
  4. 定时与远程:Scheduled Messages 定时触发;Remote Control 远程监督。

与 Claude Code 对照(详见 02-claude-code.md):Claude Code 的编排是「单主循环内的子智能体派发」,Antigravity 的编排是「多主循环并行的控制台管理」——前者深(单任务内的隔离与协同),后者宽(多任务的并行与监督)。长链路单任务选前者,多线并行选后者。

5.4. L4 记忆与状态层

机制持久化范围说明
Artifacts任务级计划、截图、录屏留档,即任务状态载体
知识/learnings 库跨会话经验沉淀
检查点/回滚未知

Artifacts 的 L4 意义与本组「状态外化」原则一致:把任务的中间状态做成可浏览的产物库,人可以随时回看「智能体做到哪了」,而不必依赖会话历史的线性阅读。

5.5. L5 评估与观测层

Artifacts 本质是 L5 设计:把「完成」转化为可核验的证据链——计划文档可对照、截图可目检、浏览器录屏可回放、测试结果可复核。这比单纯的轨迹日志更接近「审查者视角」。企业档提供审计轨迹。产品侧的回归集与自动判分体系未见公开,[待填写]

5.6. L6 治理与安全层

治理维度实现
企业治理GEAP:治理、审计轨迹、Google Cloud 集成
远程监督Remote Control 使监督与执行空间可分离
沙箱Sandbox Mode 语义
个人档治理粒度未公开,

L6 呈「企业档强、个人档不明」的分层结构:GEAP 承接企业治理需求,个人免费/付费档的策略、审计与数据条款需逐项核对,。

5.7. 六层能力小结

评级一句话判断
L1 上下文工程★★深度理解 + 经验持久库;压缩机制不透明
L2 工具与执行★★★编辑器 + 终端 + 浏览器三表面一体 + MCP;沙箱披露浅
L3 编排与控制★★★5 路并行 + 链式工作流 + Custom Agents + 定时/远程,编排最宽
L4 记忆与状态★★Artifacts 留档 + learnings 库;检查点待核实
L5 评估与观测★★Artifacts 证据链 + 企业审计轨迹;无公开回归体系
L6 治理与安全★★GEAP 企业档治理强;个人档与沙箱细节不明

6. 实际案例

说明:截至信息截止 2026-09-12,未检索到 Google 官方发布的带对照测量的客户量化案例;以下为公开口径。

  1. 迁移承接案例:2026-06-18 Gemini CLI 个人免费层停服、用户官方引导迁移至 Antigravity;2026-03 Firebase Studio 宣布 2027-03-22 弃用并引导迁移。两次迁移使 Antigravity 成为 Google 开发者智能体线的唯一主力入口——这是产品战略层面的「案例」,说明 Google 已把 agent-first IDE 作为开发者工具的收敛点。
  2. Changelog 节奏:从 2.9.1(Remote Control)到 2.10.0(内嵌终端 + Git + 音频附件 + 结构化工具执行预览)再到 2.12.2 的连续迭代,显示高强度的工程投入节奏(原页抓取失败,版本细节 )。
  3. 可确认的机制性结论:Agent Manager 的「5 路并行 + Artifacts 留档」组合,是本组把「人机协作界面」从 diff 审查升级为「产物审查」的最完整实现;这一范式与本组 README 引用的「验证成本是真实成本」论断(METR 试验的启示)直接对应——产物越可审查,走查成本越低。

7. 总结

7.1. 优势

  1. 编排最宽:5 路并行 + 链式工作流 + Custom Agents + 定时触发,多任务管理能力全组最强。
  2. Artifacts 范式:把智能体工作过程变成可审查的证据链,直击「信任」缺口。
  3. 三表面一体:编辑器 + 终端 + 浏览器内建,前端验证不外挂。
  4. 模型开放:Gemini 3 系列之外支持 Claude、GPT-OSS 等。
  5. Google 生态衔接:GEAP + Cloud 集成,企业路径清晰。

7.2. 局限

  1. 迁移割裂:IDE、桌面 App、CLI 三形态并存,功能差异全表与迁移路径未系统公开。
  2. 沙箱与治理披露浅:隔离原语、个人档治理粒度、检查点机制均 。
  3. 定价不明:免费预览之外的个人/团队档定价未确认。
  4. 强绑定 Google 生态:迁移承接(Gemini CLI 停服)显示产品线随战略调整的波动风险。
  5. 无公开效果测量:客户量化案例缺失。

7.3. 适用边界与选型建议

场景是否适用理由
多任务并行的个人/小团队开发强适用Agent Manager 5 路并行
前端重、需要浏览器验证的工作流强适用browser-in-the-loop + 录屏证据
需要任务过程可审查、可追责强适用Artifacts 证据链
Google Cloud / 企业合规体系适用GEAP 档
终端优先、脚本化流水线谨慎agy CLI 新接替 Gemini CLI,生态待稳定
完全开源可审计不适用闭源

选 Antigravity 的判断标准是:你的工作模式是「同时推进多条任务线并逐一验收」,且可接受 Google 生态绑定。若单任务深度与沙箱治理优先,选 Claude Code;若开源与可定制优先,选 Codex CLI 或 OpenCode;Antigravity 的不可替代项是「多智能体并行的控制台体验」。


信息缺口声明

  1. 免费预览之外的个人/团队档定价结构:未获官方页面确认,[待填写]
  2. 2.0 桌面 App 与原 IDE 的功能差异全表与迁移路径细节:未系统梳理,。
  3. Sandbox Mode(2.10.0 "Inherit General")的沙箱语义:需查官方文档核验,。
  4. Changelog 版本细节(2.12.2、2.10.0、2.9.1 具体功能条目):官方 Changelog 原页抓取失败,。
  5. 上下文压缩机制与检查点/回滚能力:未公开,[待填写]
  6. 个人档的数据条款与治理粒度:未公开,。
  7. 客户量化案例:未检索到官方一手对照数据,未采用任何营销口径数字。

8. 参考资料

  1. Antigravity 官方网站 — Google,2025—2026。https://antigravity.google
  2. Antigravity 官方 Changelog — Google,2026。https://antigravity.google/changelog
  3. Antigravity 百科条目(发布信息汇总) — 百度百科,2026。https://baike.baidu.com/item/Antigravity/67316199
  4. Gemini CLI(同门对照,个人免费层停服事件相关方)— 本组 13-gemini-cli.md — Google,2026。
  5. Harnesses.sh(第三方 Harness 目录,含 Antigravity 条目) — 2026。https://harnesses.sh
  6. Introducing the Model Context Protocol — Anthropic,2024-11-25。https://www.anthropic.com/news/model-context-protocol
  7. Model Context Protocol 官方站 — MCP / AAIF,2024—2026。https://modelcontextprotocol.io/
  8. Terminal-Bench 官方站(模型 + Harness 系统评测口径) — Stanford / Laude Institute,2025—2026。https://www.tbench.ai/
  9. Effective harnesses for long-running agents — Anthropic,2025。https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
  10. Harness engineering: leveraging Codex in an agent-first world — OpenAI,2026-02-11。https://openai.com/index/harness-engineering/
  11. 2025 Stack Overflow Developer Survey — Stack Overflow,2025-07-30。https://survey.stackoverflow.co/2025/
  12. DORA 2025 State of AI-assisted Software Development — Google Cloud / DORA,2025。https://dora.dev/

Google Antigravity(AI IDE Platform Market Research)

1. Introduction

Antigravity is an agent-first IDE released by Google / Google DeepMind on 2025-11-18 alongside Gemini 3; at I/O 2026 on 2026-05-19 it was upgraded to version 2.0 and expanded into a full product family. It is Google's direct answer to the question "does the editor shape still matter?": it makes the Agent Manager (task console) — rather than the code editing area — the primary interface, shifting developers from "people who write code" to "people who review what agents produce."

Within this group, Antigravity's differentiation line is multi-agent parallel orchestration + reviewable artifacts (Artifacts): Agent Manager supports up to 5 agents advancing tasks in parallel, and each agent's plans, screenshots, and browser recordings are archived as Artifacts for review. It forms a succession relationship with the sibling Gemini CLI (see 13-gemini-cli.md) — after the Gemini CLI's personal free tier was discontinued on 2026-06-18, users were officially guided to migrate to Antigravity, which became the primary gateway for Google's developer agents.

1.1. Developer and Product History

ItemContentSource
DeveloperGoogle / Google DeepMindOfficial
Initial release2025-11-18, simultaneous with Gemini 3, VS Code-fork agent-first IDE, free public previewOfficial site + multiple consistent sources
2.0 release2026-05-19, I/O 2026: desktop app + CLI (agy, replacing Gemini CLI) + SDK + Gemini API-hosted Agents + Gemini Enterprise Agent PlatformOfficial site
Latest version2.12.2 (around 2026-09-04; Changelog iterates continuously)Official Changelog basis; original page scrape failed, [to verify]
Version milestones2.9.1 Remote Control; 2.10.0 embedded terminal + Git version control + audio attachments + structured tool execution previewSame as above
IDE ExtensionsIntroduced 2026-08-20Same as above
Open/closed sourceClosed source (free preview + subscription)Official
Migration events2026-06-18 Gemini CLI personal free tier discontinued, users migrated to Antigravity; 2026-03 Firebase Studio announced deprecation on 2027-03-22 and guided migrationOfficial basis (recorded in group README)

1.2. Positioning and Product Family

The product family after Antigravity 2.0 covers five form factors:

Form factorDescription
Antigravity IDEOriginal VS Code-fork IDE, still supported
2.0 desktop Appagent-first task console interface
CLI (agy)Command-line gateway replacing Gemini CLI
SDKDevelopment interface for Gemini API-hosted Agents
Gemini Enterprise Agent PlatformEnterprise tier: governance, audit, Google Cloud integration

Known pain point: the migration fragmentation caused by three apps coexisting (original IDE, 2.0 desktop App, CLI) is a concentrated source of community feedback — the official side has not published a unified full feature-parity table, [to verify].

1.3. Pricing

ItemContentSource
Public previewFreeOfficial (2025-11 release basis)
Personal/team tier after 2.0Pricing structure not confirmed by an official page, [to fill]
EnterpriseGemini Enterprise Agent Platform (enterprise tier), pricing follows Google Cloud procurementOfficial basis
Model sideGemini 3 series (3.5/3.7/3.8 Flash timeline see official blog); also supports third-party models such as Claude, GPT-OSSOfficial

2. Glossary

TermEnglish / AbbreviationDefinition
Agent ManagerAgent Manager"Task console" interface: orchestrates multiple agents in parallel, views status and artifacts, intervenes or takes over; 2.0 supports up to 5 in parallel
ArtifactsArtifactsReviewable outputs produced during agent work: plans, screenshots, browser recordings, test results, etc., archived for human verification
Browser Sub-agentBrowser Sub-agentSubordinate agent that uses the browser as its execution environment (browser-in-the-loop), can operate web pages, take screenshots, and record as verification evidence
Custom AgentsCustom AgentsCustom agents introduced 2026-08-12: inherit skills, rules, and subagents configuration via frontmatter
Remote ControlRemote ControlIntroduced in 2.9.1: drives a local agent session remotely via browser, allowing supervision of execution while away
Scheduled MessagesScheduled MessagesScheduled task mechanism: triggers agent execution at a scheduled time
Knowledge / LearningsKnowledge / LearningsPersistent storage that accumulates agent experience and project knowledge across sessions
agyagy CLIAntigravity 2.0's command-line gateway, replacing the discontinued Gemini CLI personal free tier
Gemini Enterprise Agent PlatformGEAPEnterprise-tier runtime platform: governance, audit, Google Cloud integration
Model Context ProtocolMCPOpen protocol for tool and data source integration; structured tool execution preview available since 2.10.0
browser-in-the-loopbrowser-in-the-loopWorking model that verifies frontend behavior through a closed loop of real browser operations
Structured Tool ExecutionStructured Tool Execution2.10.0 preview: declaring and executing tool calls in a structured way
Sandbox ModeSandbox ModeSandbox semantics mentioned in the 2.10.0 changelog ("Inherit General"); exact meaning requires checking official docs, [to verify]

3. Feature Description

3.1. Agent Orchestration Capabilities

CapabilityDescriptionHarness layer
Agent Manager parallel orchestrationUp to 5 agents advancing different tasks in parallelL3
Custom AgentsDedicated agents inheriting skills/rules/subagents via frontmatterL3 + L1
Sub-agent workflowOne agent's output triggers the next agent (chained)L3
Scheduled MessagesTriggers tasks on a scheduleL3
Remote ControlDrives local sessions remotely via browserL3 + L6
ArtifactsReviewable outputs such as plans/screenshots/recordingsL4 + L5

3.2. Execution Surfaces and Extensions

CapabilityDescriptionHarness layer
Editor surfaceVS Code-fork IDE code editing and diffL2
Terminal surface2.10.0 embedded terminal + Git version controlL2
Browser surfaceEmbedded browser, browser-in-the-loop verificationL2 + L5
MCPStructured tool execution preview since 2.10.0L2
IDE Extensions2026-08-20, extending to third-party editorsDistribution
Multi-modelGemini 3 series + third-party models such as Claude, GPT-OSSModel layer

The "editor + terminal + browser" three-surface integration is Antigravity's L2 signature: most competitors outsource browser verification to MCP tools or external automation, while Antigravity makes it a built-in execution environment — this is the fulfillment of the "agent-first" promise at the L2 level.

3.3. Enterprise Capabilities

CapabilityDescription
Gemini Enterprise Agent PlatformEnterprise-tier runtime platform
Governance & auditEnterprise tier provides audit trails
Google Cloud integrationConnects to cloud procurement and IAM systems
Personal-tier governanceGovernance granularity not disclosed, [to verify]

4. Platform Architecture

ComponentResponsibility
Client matrixIDE + 2.0 desktop App + CLI (agy) + IDE Extensions
Agent ManagerTask console: parallel orchestration, status monitoring, human intervention
Execution environmentEditor + terminal + embedded browser three surfaces; sandbox semantics [to verify]
Artifacts storageStructured archival of plans, screenshots, recordings, test results
Knowledge / LearningsCross-session learnings and project knowledge
Model gatewayGemini 3 series + third-party models (Claude, GPT-OSS, etc.)
Enterprise platformGEAP: governance, audit, Cloud integration

Fig. 17-1 | Antigravity's Agent Manager orchestration and Artifacts review structure

Agent Manager:多智能体并行与产物审查 Agent Manager 任务控制台(最多 5 个并行) Agent 1:功能实现 编辑器 + 终端表面 Agent 2:前端验证 浏览器子智能体 Agent 3:重构任务 Custom Agent 继承配置 Artifacts:计划 · 截图 · 浏览器录屏 · 测试结果(可审查产物) 知识/经验持久库(跨会话 learnings)

Diagram: drawn based on this document's analysis.


5. Harness Design

5.1. L1 Context Engineering Layer

MechanismDescription
Deep codebase understandingThe code understanding layer of the agent-first IDE
Knowledge / LearningsCross-session learnings accumulation; task experience reusable
Custom Agents config inheritancefrontmatter inherits skills/rules, context assembled per agent role
Context compression mechanismDetails undisclosed, [to fill]

The distinguishing feature of L1 is the "experience dimension": most platforms' L1 focuses on what is seen in a single task, while Antigravity's knowledge/learnings library focuses on "what was learned in the last task." It runs in the same direction as Qoder's knowledge cards (see 14-qoder.md), but Antigravity binds it to the agent role (Custom Agent) rather than to the project.

5.2. L2 Tools and Execution Layer

Three-surface integration (editor + terminal + browser) + MCP structured tool execution preview. This is one of the most "full-stack" L2 execution-surface implementations in this group: the browser is no longer external but built in, and together with screen-recording capability it directly produces review evidence. Weakness: sandbox semantics are only visible in changelog fragments ("Inherit General"), and isolation primitives are not systematically disclosed, [to verify].

5.3. L3 Orchestration and Control Layer

Antigravity's L3 is one of the strongest orchestration layers in this group:

  1. Parallel orchestration: Agent Manager runs up to 5 agents in parallel, monitored centrally from the console.
  2. Chained workflows: one agent's output triggers the next agent, enabling composable pipelines.
  3. Role-based customization: Custom Agents are declared via frontmatter and inherit skills, rules, and subagents.
  4. Scheduling and remote: Scheduled Messages trigger on a schedule; Remote Control enables remote supervision.

Compared with Claude Code (see 02-claude-code.md): Claude Code's orchestration is "sub-agent dispatch within a single main loop," while Antigravity's is "console management of parallel multiple main loops" — the former is deep (isolation and coordination within a single task), the latter is broad (parallelism and supervision across multiple tasks). Choose the former for long-chain single tasks, and the latter for parallel multi-track work.

5.4. L4 Memory and State Layer

MechanismPersistence scopeDescription
ArtifactsTask-levelPlans, screenshots, recordings archived as task-state carriers
Knowledge/learnings libraryCross-sessionExperience accumulation
Checkpoints/rollbackUnknown[to verify]

The L4 significance of Artifacts is consistent with this group's "state externalization" principle: it turns a task's intermediate state into a browsable artifact library, so people can review at any time "how far the agent has gotten" without relying on linear reading of the conversation history.

5.5. L5 Evaluation and Observability Layer

Artifacts are essentially an L5 design: it converts "done" into a verifiable chain of evidence — plan documents can be compared, screenshots visually inspected, browser recordings replayed, and test results re-checked. This is closer to the "reviewer's perspective" than a mere trajectory log. The enterprise tier provides audit trails. No public regression suite or automated scoring system on the product side, [to fill].

5.6. L6 Governance and Security Layer

Governance dimensionImplementation
Enterprise governanceGEAP: governance, audit trails, Google Cloud integration
Remote supervisionRemote Control allows supervision and execution spaces to be separated
SandboxSandbox Mode semantics [to verify]
Personal-tier governanceGranularity not disclosed, [to verify]

L6 shows a layered structure of "strong enterprise tier, unclear personal tier": GEAP addresses enterprise governance needs, while the personal free/paid tiers' policies, audit, and data terms need to be checked item by item, [to verify].

5.7. Six-Layer Capability Summary

LayerRatingOne-line assessment
L1 Context engineering★★Deep understanding + experience persistence library; compression mechanism opaque
L2 Tools and execution★★★Editor + terminal + browser three-surface integration + MCP; shallow sandbox disclosure
L3 Orchestration and control★★★5-way parallel + chained workflows + Custom Agents + scheduling/remote, broadest orchestration
L4 Memory and state★★Artifacts archival + learnings library; checkpoints to verify
L5 Evaluation and observability★★Artifacts evidence chain + enterprise audit trails; no public regression suite
L6 Governance and security★★GEAP enterprise-tier governance strong; personal tier and sandbox details unclear

6. Case Studies

Note: As of the information cutoff date 2026-09-12, no customer quantitative case studies with controlled measurements published by Google were found; the following reflects public disclosures.

  1. Migration succession case: On 2026-06-18 the Gemini CLI's personal free tier was discontinued)Skip, and users were officially guided to migrate to Antigravity; in 2026-03 Firebase Studio announced its deprecation on 2027-03-22 and guided users to migrate. These two migrations made Antigravity the sole primary gateway for Google's developer-agent line — this is a "case" at the product-strategy level, showing that Google has made the agent-first IDE the convergence point of its developer tools.
  2. Changelog cadence: The continuous iteration from 2.9.1 (Remote Control) to 2.10.0 (embedded terminal + Git + audio attachments + structured tool execution preview) to 2.12.2 reflects a high-intensity engineering investment cadence (original page scrape failed, version details [to verify]).
  3. Confirmable mechanistic conclusion: Agent Manager's "5-way parallel + Artifacts archival" combination is this group's most complete implementation of upgrading the "human-machine collaboration interface" from diff review to "artifact review"; this paradigm directly corresponds to the "verification cost is a real cost" thesis cited in this group's README (a lesson from the METR experiment) — the more reviewable the artifacts, the lower the walkthrough cost.

7. Summary

7.1. Strengths

  1. Broadest orchestration: 5-way parallel + chained workflows + Custom Agents + scheduled triggers, with the strongest multi-task management capability in the group.
  2. Artifacts paradigm: turns agent work processes into a reviewable evidence chain, directly addressing the "trust" gap.
  3. Three-surface integration: editor + terminal + browser built in; frontend verification is not outsourced.
  4. Open models: supports Claude, GPT-OSS, and more alongside the Gemini 3 series.
  5. Google ecosystem integration: GEAP + Cloud integration, with a clear enterprise path.

7.2. Limitations

  1. Migration fragmentation: three form factors — IDE, desktop App, CLI — coexist, and the full feature-difference table and migration path are not systematically disclosed.
  2. Shallow sandbox and governance disclosure: isolation primitives, personal-tier governance granularity, and checkpoint mechanisms are all [to verify].
  3. Unclear pricing: personal/team-tier pricing beyond the free preview is unconfirmed.
  4. Strong Google ecosystem lock-in: migration succession (Gemini CLI shutdown) shows the risk of product lines shifting with strategy.
  5. No public effectiveness measurement: customer quantitative case studies are missing.

7.3. Applicability Boundary and Selection Recommendations

ScenarioApplicable?Rationale
Multi-task parallel development for individuals/small teamsStrongly applicableAgent Manager 5-way parallel
Frontend-heavy workflows needing browser verificationStrongly applicablebrowser-in-the-loop + recording evidence
Tasks needing reviewable, accountable processesStrongly applicableArtifacts evidence chain
Google Cloud / enterprise compliance systemsApplicableGEAP tier
Terminal-first, scripted pipelinesCautionagy CLI just replaced Gemini CLI; ecosystem still stabilizing
Fully open-source and auditableNot applicableClosed source

The criterion for choosing Antigravity is: your working model is "advancing multiple task tracks simultaneously and accepting them one by one," and you can accept Google ecosystem lock-in. If single-task depth and sandbox governance matter most, choose Claude Code; if open source and customizability matter most, choose Codex CLI or OpenCode; Antigravity's irreplaceable differentiator is the "multi-agent parallel console experience."


Information Gap Statement

  1. Personal/team-tier pricing structure beyond the free preview: not confirmed by an official page, [to fill].
  2. Full feature-difference table and migration-path details between the 2.0 desktop App and the original IDE: not systematically sorted out, [to verify].
  3. Sandbox semantics of Sandbox Mode (2.10.0 "Inherit General"): needs verification against official docs, [to verify].
  4. Changelog version details (specific feature entries of 2.12.2, 2.10.0, 2.9.1): the official Changelog original page scrape failed, [to verify].
  5. Context compression mechanism and checkpoint/rollback capabilities: undisclosed, [to fill].
  6. Personal-tier data terms and governance granularity: undisclosed, [to verify].
  7. Customer quantitative case studies: no official first-hand controlled data found; no marketing figures were adopted.

8. References

  1. Antigravity official website — Google, 2025–2026. https://antigravity.google
  2. Antigravity official Changelog — Google, 2026. https://antigravity.google/changelog
  3. Antigravity encyclopedia entry (release information summary) — Baidu Baike, 2026. https://baike.baidu.com/item/Antigravity/67316199
  4. Gemini CLI (sibling comparison; the party involved in the personal free tier shutdown event) — this group's 13-gemini-cli.md — Google, 2026.
  5. Harnesses.sh (third-party Harness directory, including an Antigravity entry) — 2026. https://harnesses.sh
  6. Introducing the Model Context Protocol — Anthropic, 2024-11-25. https://www.anthropic.com/news/model-context-protocol
  7. Model Context Protocol official site — MCP / AAIF, 2024–2026. https://modelcontextprotocol.io/
  8. Terminal-Bench official site (model + Harness system evaluation basis) — Stanford / Laude Institute, 2025–2026. https://www.tbench.ai/
  9. Effective harnesses for long-running agents — Anthropic, 2025. https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
  10. Harness engineering: leveraging Codex in an agent-first world — OpenAI, 2026-02-11. https://openai.com/index/harness-engineering/
  11. 2025 Stack Overflow Developer Survey — Stack Overflow, 2025-07-30. https://survey.stackoverflow.co/2025/
  12. DORA 2025 State of AI-assisted Software Development — Google Cloud / DORA, 2025. https://dora.dev/