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 Extensions | 2026-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 桌面 App | agent-first 的任务控制台界面 |
| CLI(agy) | 接替 Gemini CLI 的命令行入口 |
| SDK | Gemini API 托管 Agents 的开发接口 |
| Gemini Enterprise Agent Platform | 企业档:治理、审计、Google Cloud 集成 |
已知痛点:三 App 并存(原 IDE、2.0 桌面 App、CLI)造成的迁移割裂,是社区反馈集中的问题——官方未发布统一的功能对照全表,。
1.3. 定价体系
| 项 | 内容 | 来源 |
|---|---|---|
| 公共预览 | 免费 | 官方(2025-11 发布口径) |
| 2.0 之后的个人/团队档 | 定价结构未获官方页面确认,[待填写] | — |
| Enterprise | Gemini Enterprise Agent Platform(企业档),定价随 Google Cloud 采购 | 官方口径 |
| 模型侧 | Gemini 3 系列(3.5/3.7/3.8 Flash 时间线见官方博客);另支持 Claude、GPT-OSS 等第三方模型 | 官方 |
2. 名词解释
| 术语 | 英文 / 缩写 | 释义 |
|---|---|---|
| Agent Manager | Agent Manager | 「任务控制台」界面:并行编排多个智能体、查看状态与产物、介入或接管,2.0 支持最多 5 个并行 |
| Artifacts | Artifacts | 智能体工作过程中的可审查产物:计划、截图、浏览器录屏、测试结果等,留档供人工核验 |
| 浏览器子智能体 | Browser Sub-agent | 以浏览器为执行环境的下级智能体(browser-in-the-loop),可操作网页、截图、录屏作为验证证据 |
| Custom Agents | Custom Agents | 2026-08-12 引入的自定义智能体:以 frontmatter 继承 skills、rules 与 subagents 配置 |
| Remote Control | Remote Control | 2.9.1 引入:经浏览器远程驱动本地 agent 会话,人在外也可监督执行 |
| Scheduled Messages | Scheduled Messages | 定时任务机制:按计划时间触发智能体执行 |
| 知识/经验持久库 | Knowledge / Learnings | 跨会话沉淀智能体经验与项目知识的持久存储 |
| agy | agy CLI | Antigravity 2.0 的命令行入口,接替已停服个人免费层的 Gemini CLI |
| Gemini Enterprise Agent Platform | GEAP | 企业档运行平台:治理、审计、Google Cloud 集成 |
| 模型上下文协议 | MCP | 工具与数据源接入的开放协议;2.10.0 起提供结构化工具执行预览 |
| browser-in-the-loop | browser-in-the-loop | 以真实浏览器操作闭环验证前端行为的工作模式 |
| Structured Tool Execution | Structured Tool Execution | 2.10.0 预览:以结构化方式声明与执行工具调用 |
| Sandbox Mode | Sandbox Mode | 2.10.0 changelog 提及的沙箱语义("Inherit General"),具体含义需查官方文档, |
3. 功能说明
3.1. 智能体编排能力
| 能力 | 说明 | Harness 层位 |
|---|---|---|
| Agent Manager 并行编排 | 最多 5 个智能体并行推进不同任务 | L3 |
| Custom Agents | frontmatter 继承 skills/rules/subagents 的专职智能体 | L3 + L1 |
| 子智能体工作流 | 一个智能体的输出触发下一个智能体(链式) | L3 |
| Scheduled Messages | 定时触发任务 | L3 |
| Remote Control | 浏览器远程驱动本地会话 | L3 + L6 |
| Artifacts | 计划/截图/录屏等可审查产物 | L4 + L5 |
3.2. 执行表面与扩展
| 能力 | 说明 | Harness 层位 |
|---|---|---|
| 编辑器表面 | VS Code 分支 IDE 的代码编辑与 diff | L2 |
| 终端表面 | 2.10.0 内嵌终端 + Git 版本控制 | L2 |
| 浏览器表面 | 内嵌浏览器,browser-in-the-loop 验证 | L2 + L5 |
| MCP | 2.10.0 起结构化工具执行预览 | L2 |
| IDE Extensions | 2026-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 审查结构
示意图:基于本文分析绘制。
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 是本组最强的编排层之一:
- 并行编排:Agent Manager 最多 5 个智能体并行,控制台统一监视。
- 链式工作流:一个智能体的输出触发下一个智能体,可组合流水线。
- 角色化定制:Custom Agents 以 frontmatter 声明,继承技能、规则与子智能体。
- 定时与远程: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 官方发布的带对照测量的客户量化案例;以下为公开口径。
- 迁移承接案例:2026-06-18 Gemini CLI 个人免费层停服、用户官方引导迁移至 Antigravity;2026-03 Firebase Studio 宣布 2027-03-22 弃用并引导迁移。两次迁移使 Antigravity 成为 Google 开发者智能体线的唯一主力入口——这是产品战略层面的「案例」,说明 Google 已把 agent-first IDE 作为开发者工具的收敛点。
- Changelog 节奏:从 2.9.1(Remote Control)到 2.10.0(内嵌终端 + Git + 音频附件 + 结构化工具执行预览)再到 2.12.2 的连续迭代,显示高强度的工程投入节奏(原页抓取失败,版本细节 )。
- 可确认的机制性结论:Agent Manager 的「5 路并行 + Artifacts 留档」组合,是本组把「人机协作界面」从 diff 审查升级为「产物审查」的最完整实现;这一范式与本组 README 引用的「验证成本是真实成本」论断(METR 试验的启示)直接对应——产物越可审查,走查成本越低。
7. 总结
7.1. 优势
- 编排最宽:5 路并行 + 链式工作流 + Custom Agents + 定时触发,多任务管理能力全组最强。
- Artifacts 范式:把智能体工作过程变成可审查的证据链,直击「信任」缺口。
- 三表面一体:编辑器 + 终端 + 浏览器内建,前端验证不外挂。
- 模型开放:Gemini 3 系列之外支持 Claude、GPT-OSS 等。
- Google 生态衔接:GEAP + Cloud 集成,企业路径清晰。
7.2. 局限
- 迁移割裂:IDE、桌面 App、CLI 三形态并存,功能差异全表与迁移路径未系统公开。
- 沙箱与治理披露浅:隔离原语、个人档治理粒度、检查点机制均 。
- 定价不明:免费预览之外的个人/团队档定价未确认。
- 强绑定 Google 生态:迁移承接(Gemini CLI 停服)显示产品线随战略调整的波动风险。
- 无公开效果测量:客户量化案例缺失。
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 的不可替代项是「多智能体并行的控制台体验」。
信息缺口声明
- 免费预览之外的个人/团队档定价结构:未获官方页面确认,
[待填写]。 - 2.0 桌面 App 与原 IDE 的功能差异全表与迁移路径细节:未系统梳理,。
- Sandbox Mode(2.10.0 "Inherit General")的沙箱语义:需查官方文档核验,。
- Changelog 版本细节(2.12.2、2.10.0、2.9.1 具体功能条目):官方 Changelog 原页抓取失败,。
- 上下文压缩机制与检查点/回滚能力:未公开,
[待填写]。 - 个人档的数据条款与治理粒度:未公开,。
- 客户量化案例:未检索到官方一手对照数据,未采用任何营销口径数字。
8. 参考资料
- Antigravity 官方网站 — Google,2025—2026。https://antigravity.google
- Antigravity 官方 Changelog — Google,2026。https://antigravity.google/changelog
- Antigravity 百科条目(发布信息汇总) — 百度百科,2026。https://baike.baidu.com/item/Antigravity/67316199
- Gemini CLI(同门对照,个人免费层停服事件相关方)— 本组 13-gemini-cli.md — Google,2026。
- Harnesses.sh(第三方 Harness 目录,含 Antigravity 条目) — 2026。https://harnesses.sh
- Introducing the Model Context Protocol — Anthropic,2024-11-25。https://www.anthropic.com/news/model-context-protocol
- Model Context Protocol 官方站 — MCP / AAIF,2024—2026。https://modelcontextprotocol.io/
- Terminal-Bench 官方站(模型 + Harness 系统评测口径) — Stanford / Laude Institute,2025—2026。https://www.tbench.ai/
- Effective harnesses for long-running agents — Anthropic,2025。https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
- Harness engineering: leveraging Codex in an agent-first world — OpenAI,2026-02-11。https://openai.com/index/harness-engineering/
- 2025 Stack Overflow Developer Survey — Stack Overflow,2025-07-30。https://survey.stackoverflow.co/2025/
- 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
| Item | Content | Source |
|---|---|---|
| Developer | Google / Google DeepMind | Official |
| Initial release | 2025-11-18, simultaneous with Gemini 3, VS Code-fork agent-first IDE, free public preview | Official site + multiple consistent sources |
| 2.0 release | 2026-05-19, I/O 2026: desktop app + CLI (agy, replacing Gemini CLI) + SDK + Gemini API-hosted Agents + Gemini Enterprise Agent Platform | Official site |
| Latest version | 2.12.2 (around 2026-09-04; Changelog iterates continuously) | Official Changelog basis; original page scrape failed, [to verify] |
| Version milestones | 2.9.1 Remote Control; 2.10.0 embedded terminal + Git version control + audio attachments + structured tool execution preview | Same as above |
| IDE Extensions | Introduced 2026-08-20 | Same as above |
| Open/closed source | Closed source (free preview + subscription) | Official |
| Migration events | 2026-06-18 Gemini CLI personal free tier discontinued, users migrated to Antigravity; 2026-03 Firebase Studio announced deprecation on 2027-03-22 and guided migration | Official basis (recorded in group README) |
1.2. Positioning and Product Family
The product family after Antigravity 2.0 covers five form factors:
| Form factor | Description |
|---|---|
| Antigravity IDE | Original VS Code-fork IDE, still supported |
| 2.0 desktop App | agent-first task console interface |
| CLI (agy) | Command-line gateway replacing Gemini CLI |
| SDK | Development interface for Gemini API-hosted Agents |
| Gemini Enterprise Agent Platform | Enterprise 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
| Item | Content | Source |
|---|---|---|
| Public preview | Free | Official (2025-11 release basis) |
| Personal/team tier after 2.0 | Pricing structure not confirmed by an official page, [to fill] | — |
| Enterprise | Gemini Enterprise Agent Platform (enterprise tier), pricing follows Google Cloud procurement | Official basis |
| Model side | Gemini 3 series (3.5/3.7/3.8 Flash timeline see official blog); also supports third-party models such as Claude, GPT-OSS | Official |
2. Glossary
| Term | English / Abbreviation | Definition |
|---|---|---|
| Agent Manager | Agent 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 |
| Artifacts | Artifacts | Reviewable outputs produced during agent work: plans, screenshots, browser recordings, test results, etc., archived for human verification |
| Browser Sub-agent | Browser Sub-agent | Subordinate 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 Agents | Custom Agents | Custom agents introduced 2026-08-12: inherit skills, rules, and subagents configuration via frontmatter |
| Remote Control | Remote Control | Introduced in 2.9.1: drives a local agent session remotely via browser, allowing supervision of execution while away |
| Scheduled Messages | Scheduled Messages | Scheduled task mechanism: triggers agent execution at a scheduled time |
| Knowledge / Learnings | Knowledge / Learnings | Persistent storage that accumulates agent experience and project knowledge across sessions |
| agy | agy CLI | Antigravity 2.0's command-line gateway, replacing the discontinued Gemini CLI personal free tier |
| Gemini Enterprise Agent Platform | GEAP | Enterprise-tier runtime platform: governance, audit, Google Cloud integration |
| Model Context Protocol | MCP | Open protocol for tool and data source integration; structured tool execution preview available since 2.10.0 |
| browser-in-the-loop | browser-in-the-loop | Working model that verifies frontend behavior through a closed loop of real browser operations |
| Structured Tool Execution | Structured Tool Execution | 2.10.0 preview: declaring and executing tool calls in a structured way |
| Sandbox Mode | Sandbox Mode | Sandbox 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
| Capability | Description | Harness layer |
|---|---|---|
| Agent Manager parallel orchestration | Up to 5 agents advancing different tasks in parallel | L3 |
| Custom Agents | Dedicated agents inheriting skills/rules/subagents via frontmatter | L3 + L1 |
| Sub-agent workflow | One agent's output triggers the next agent (chained) | L3 |
| Scheduled Messages | Triggers tasks on a schedule | L3 |
| Remote Control | Drives local sessions remotely via browser | L3 + L6 |
| Artifacts | Reviewable outputs such as plans/screenshots/recordings | L4 + L5 |
3.2. Execution Surfaces and Extensions
| Capability | Description | Harness layer |
|---|---|---|
| Editor surface | VS Code-fork IDE code editing and diff | L2 |
| Terminal surface | 2.10.0 embedded terminal + Git version control | L2 |
| Browser surface | Embedded browser, browser-in-the-loop verification | L2 + L5 |
| MCP | Structured tool execution preview since 2.10.0 | L2 |
| IDE Extensions | 2026-08-20, extending to third-party editors | Distribution |
| Multi-model | Gemini 3 series + third-party models such as Claude, GPT-OSS | Model 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
| Capability | Description |
|---|---|
| Gemini Enterprise Agent Platform | Enterprise-tier runtime platform |
| Governance & audit | Enterprise tier provides audit trails |
| Google Cloud integration | Connects to cloud procurement and IAM systems |
| Personal-tier governance | Governance granularity not disclosed, [to verify] |
4. Platform Architecture
| Component | Responsibility |
|---|---|
| Client matrix | IDE + 2.0 desktop App + CLI (agy) + IDE Extensions |
| Agent Manager | Task console: parallel orchestration, status monitoring, human intervention |
| Execution environment | Editor + terminal + embedded browser three surfaces; sandbox semantics [to verify] |
| Artifacts storage | Structured archival of plans, screenshots, recordings, test results |
| Knowledge / Learnings | Cross-session learnings and project knowledge |
| Model gateway | Gemini 3 series + third-party models (Claude, GPT-OSS, etc.) |
| Enterprise platform | GEAP: governance, audit, Cloud integration |
Fig. 17-1 | Antigravity's Agent Manager orchestration and Artifacts review structure
Diagram: drawn based on this document's analysis.
5. Harness Design
5.1. L1 Context Engineering Layer
| Mechanism | Description |
|---|---|
| Deep codebase understanding | The code understanding layer of the agent-first IDE |
| Knowledge / Learnings | Cross-session learnings accumulation; task experience reusable |
| Custom Agents config inheritance | frontmatter inherits skills/rules, context assembled per agent role |
| Context compression mechanism | Details 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:
- Parallel orchestration: Agent Manager runs up to 5 agents in parallel, monitored centrally from the console.
- Chained workflows: one agent's output triggers the next agent, enabling composable pipelines.
- Role-based customization: Custom Agents are declared via frontmatter and inherit skills, rules, and subagents.
- 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
| Mechanism | Persistence scope | Description |
|---|---|---|
| Artifacts | Task-level | Plans, screenshots, recordings archived as task-state carriers |
| Knowledge/learnings library | Cross-session | Experience accumulation |
| Checkpoints/rollback | Unknown | [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 dimension | Implementation |
|---|---|
| Enterprise governance | GEAP: governance, audit trails, Google Cloud integration |
| Remote supervision | Remote Control allows supervision and execution spaces to be separated |
| Sandbox | Sandbox Mode semantics [to verify] |
| Personal-tier governance | Granularity 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
| Layer | Rating | One-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.
- 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.
- 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]). - 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
- Broadest orchestration: 5-way parallel + chained workflows + Custom Agents + scheduled triggers, with the strongest multi-task management capability in the group.
- Artifacts paradigm: turns agent work processes into a reviewable evidence chain, directly addressing the "trust" gap.
- Three-surface integration: editor + terminal + browser built in; frontend verification is not outsourced.
- Open models: supports Claude, GPT-OSS, and more alongside the Gemini 3 series.
- Google ecosystem integration: GEAP + Cloud integration, with a clear enterprise path.
7.2. Limitations
- Migration fragmentation: three form factors — IDE, desktop App, CLI — coexist, and the full feature-difference table and migration path are not systematically disclosed.
- Shallow sandbox and governance disclosure: isolation primitives, personal-tier governance granularity, and checkpoint mechanisms are all
[to verify]. - Unclear pricing: personal/team-tier pricing beyond the free preview is unconfirmed.
- Strong Google ecosystem lock-in: migration succession (Gemini CLI shutdown) shows the risk of product lines shifting with strategy.
- No public effectiveness measurement: customer quantitative case studies are missing.
7.3. Applicability Boundary and Selection Recommendations
| Scenario | Applicable? | Rationale |
|---|---|---|
| Multi-task parallel development for individuals/small teams | Strongly applicable | Agent Manager 5-way parallel |
| Frontend-heavy workflows needing browser verification | Strongly applicable | browser-in-the-loop + recording evidence |
| Tasks needing reviewable, accountable processes | Strongly applicable | Artifacts evidence chain |
| Google Cloud / enterprise compliance systems | Applicable | GEAP tier |
| Terminal-first, scripted pipelines | Caution | agy CLI just replaced Gemini CLI; ecosystem still stabilizing |
| Fully open-source and auditable | Not applicable | Closed 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
- Personal/team-tier pricing structure beyond the free preview: not confirmed by an official page,
[to fill]. - Full feature-difference table and migration-path details between the 2.0 desktop App and the original IDE: not systematically sorted out,
[to verify]. - Sandbox semantics of Sandbox Mode (2.10.0 "Inherit General"): needs verification against official docs,
[to verify]. - 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]. - Context compression mechanism and checkpoint/rollback capabilities: undisclosed,
[to fill]. - Personal-tier data terms and governance granularity: undisclosed,
[to verify]. - Customer quantitative case studies: no official first-hand controlled data found; no marketing figures were adopted.
8. References
- Antigravity official website — Google, 2025–2026. https://antigravity.google
- Antigravity official Changelog — Google, 2026. https://antigravity.google/changelog
- Antigravity encyclopedia entry (release information summary) — Baidu Baike, 2026. https://baike.baidu.com/item/Antigravity/67316199
- Gemini CLI (sibling comparison; the party involved in the personal free tier shutdown event) — this group's 13-gemini-cli.md — Google, 2026.
- Harnesses.sh (third-party Harness directory, including an Antigravity entry) — 2026. https://harnesses.sh
- Introducing the Model Context Protocol — Anthropic, 2024-11-25. https://www.anthropic.com/news/model-context-protocol
- Model Context Protocol official site — MCP / AAIF, 2024–2026. https://modelcontextprotocol.io/
- Terminal-Bench official site (model + Harness system evaluation basis) — Stanford / Laude Institute, 2025–2026. https://www.tbench.ai/
- Effective harnesses for long-running agents — Anthropic, 2025. https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
- Harness engineering: leveraging Codex in an agent-first world — OpenAI, 2026-02-11. https://openai.com/index/harness-engineering/
- 2025 Stack Overflow Developer Survey — Stack Overflow, 2025-07-30. https://survey.stackoverflow.co/2025/
- DORA 2025 State of AI-assisted Software Development — Google Cloud / DORA, 2025. https://dora.dev/