Augment Code(AI IDE 平台市场研究)


1. 介绍

Augment Code 是面向团队与超大型代码库的编程智能体平台,以 Context Engine(上下文引擎)与「吃透整个代码库」见长。本篇撰写期内,其官网已把产品叙事推进到 Cosmos——「Agent Orchestration Platform(智能体编排平台)」,官方定位是「Run your software factory(运行你的软件工厂)」:把从工单(Ticket)到规格(Spec)、实现(Author)、审查(Review)、验证(Verify)的整条软件交付链,交给可编排的智能体循环完成,工程师只在关键质量关口介入。

在本组谱系中,Augment 与 Cursor 同赛道但取值不同:Cursor 押注编辑器体验与个人/小团队效率,Augment 押注大型代码库与企业组织规模——它的差异化主线是「上下文引擎 + 组织级软件工厂」,是本批 IDE 候选中 L5(评估与观测)实证最强的平台。

1.1. 开发商与产品沿革

项目内容来源
开发商Augment(Augment Code)官方
定位演进编程智能体(大代码库上下文引擎)→ Cosmos 智能体编排平台(软件工厂叙事)官网(已补抓核实)
形态IDE 集成 + 云端智能体;Cosmos 以 Web/平台形态承载官网口径
产品机制200k-token Context Engine;Code Review Agent(在唯一的公开 AI 代码审查基准上准确率第一)第三方评测 + 官方口径
发布时间线本轮检索未核验具体发布时间线与最新版本,[待填写]
定价官网未直接展示标价页(企业导向),[待填写]
客户口径「Trusted by leading enterprises」(官网自述,未列具名案例数据)官网

1.2. 定位与差异化主线

Augment 的官网叙事给出了本组最完整的方法论包装:「软件工厂不是一次建成的,而是一个循环一个循环组装起来的(A software factory isn't built in one go. It's assembled loop by loop)」——智能体承担 SDLC(软件开发生命周期)中重复的中段,工程师把守质量关口。

三条差异化主线:

  1. Context Engine:200k-token 的代码库级上下文引擎,索引与检索面向企业大仓库(数百万行、跨服务)。
  2. 循环化交付:代码审查、工单到 PR、漏洞修复、事件响应四个预置循环,循环之间相互衔接(triage 供料 authoring,authoring 供料 review,postmortem 生成下一批工单)。
  3. 专家资产化:Expert(专家)是「把工程师判断做成可运行资产」的模板——每个 Expert 拥有自己的环境、能力与记忆,改一次提示词,之后每次运行都升级。

1.3. 定价体系

内容来源
定价结构官网未展示公开标价页;企业导向销售模式(Book a demo / Talk to experts)官网
检索报告口径定价、发布时间线、最新版本均未核验[待填写]

2. 名词解释

术语英文 / 缩写释义
Context EngineContext EngineAugment 的代码库级上下文引擎:200k-token 口径,索引与检索面向超大仓库
CosmosCosmosAugment 的智能体编排平台:给智能体提供上下文、工具与反馈循环的运行底座
软件工厂Software Factory官方隐喻:由智能体循环承担 SDLC 重复中段、工程师把守质量关口的组织级交付体系
循环Loop一个可独立运行、可与其他循环衔接的交付工作流(如代码审查循环、工单到 PR 循环)
ExpertExpert可复用的智能体模板:封装判断、环境、能力与记忆;改一次提示词,后续运行全部升级
Expert RegistryExpert Registry专家的发现与共享机制(内置库 + 自建 + 分叉)
Work DispatcherWork Dispatcher扫描开放工单、按分诊规则派发给对应专家作为执行者
PR AuthorPR Author从工单描述驱动到首次提交直至合并的编写型专家
Code Review FleetCode Review Fleet代码审查专家组:Pair Review、Deep Code Review、PR Risk Analysis 协同工作并在 PR 行内留评
TesterTester端到端演练变更、附截图发布结果的验证型专家
AdvisorAdvisorCosmos 的规划入口:用自然语言描述想要的循环,Advisor 澄清需求并产出可批准的计划
Quality GateQuality Gate质量关口:工作暂停等待人工审查、收到回复后继续的机制
Shared MemoryShared Memory跨运行、跨智能体、跨团队共享的记忆:一个人的修正让所有人的下一次运行受益
Managed Cloud SandboxManaged Cloud Sandbox官方托管的沙箱执行环境;敏感代码可用自有机器(on-premises)
SpecSpec工单的意图与范围界定(Intent · Scope),交付链的第一环

3. 功能说明

3.1. Cosmos 平台的四大循环

官网列示的四个预置循环(含官方效果口径,均为厂商自述):

循环说明官方效果口径
代码审查每个 PR 数分钟内获得实质性的首轮审查;资深工程师只审意图与架构,不逐行看 diff合并时间快 66%
工单到 PR指派工单后,循环自行调查、写变更、端到端演练,产出直接供代码审查循环使用工程吞吐 2—3 倍
漏洞修复从告警到经审查的修复,无需临时作战室;智能体绘制影响面、交给团队批准补丁60% 以上 CVE 自动修复
事件响应值班工程师加入时调查已完成:疑似原因、时间线、上下文齐备70% 以上在值班加入前解决

口径纪律:以上四个数字均为厂商自述,无第三方对照测量,本篇仅作能力描述引用,不作效果证据。

3.2. 专家体系

专家SDLC 阶段职责
Work DispatcherTriage扫描工单、按分诊规则派发
PR AuthorAuthor从工单驱动到合并的完整实现
Code Review FleetReviewPair Review + Deep Code Review + PR Risk Analysis
TesterVerify端到端演练变更并发布结果(含截图)

Expert 是平台的核心资产概念:可用官方库(Workflows 页)、可分叉、可自建;每个 Expert 是「带环境、带能力、带记忆的可复用模板」。这与 WorkBuddy 的 Skills 沉淀(详见 15-workbuddy.md)、Claude Code 的 Agent Skills(详见 02-claude-code.md)同属「能力资产化」谱系,但 Augment 把资产粒度做到了「角色」级。

3.3. 平台能力

能力说明
触发原生集成GitHub、GitLab、Slack、Linear、Jira、定时任务、类型化 Webhook
混合执行托管云沙箱 + 自有机器(代码不出楼宇)+ 两者混合池
质量关口工作暂停等待审查、回复后继续;重大动作必须人工批准
共享记忆跨运行/智能体/团队的知识复用
循环衔接triage → authoring → review → postmortem → 新工单的闭环
Advisor 规划自然语言描述循环 → 批准计划 → 首次运行上线

4. 平台架构

官网披露的 Cosmos 分层结构:

组件职责
服务层Expert Registry专家发现与共享
服务层Human-in-the-Loop智能升级的人工介入
服务层IntegrationsSlack · GitHub · Jira · CI
服务层Organization Knowledge跨智能体与团队的共享记忆与知识
核心层Agent Runtime调度与隔离
核心层Context Engine代码库理解
核心层Trigger & AutomationSDLC 触发器
核心层Shared File System租户与用户级文件系统
核心层Sandboxes隔离执行
运行面Laptops / Dev VMs / 官方云 / 自有云本地开发、Codespaces/Devcontainers、托管或 AWS/GCP 等

图 20-1|Cosmos 软件工厂的循环闭环与质量关口

Cosmos:工单到验证的循环闭环 01 Ticket 意图 · 范围 · 规格派发 02 Spec · Delegate Work Dispatcher 派发专家 PR Author 实现 云沙箱 / 自有机器 03 Review 质量关口 Code Review Fleet + 人工 Tester 验证 端到端演练 · 截图证据 合并 / 回退工单 postmortem 生成新工单 底座:Context Engine(200k) · Agent Runtime · Shared Memory · Sandboxes · Trigger & Automation 每次运行持续学习:一个人的修正让所有人的下一次运行受益

示意图:基于官网 Cosmos 结构与本文分析绘制。


5. Harness 设计

5.1. L1 上下文工程层

Context Engine 是 Augment 的立身之本:

  1. 200k-token 代码库级引擎:面向企业超大仓库的索引与检索,官方叙事反复强调「吃透整个代码库」——与 Cursor 的向量索引(详见 01-cursor.md)、Qoder 的 Repo Wiki(详见 14-qoder.md)同向,但 Augment 把它做成了平台核心层(Cosmos Core 中的独立组件)而非产品功能。
  2. Organization Knowledge:跨智能体与团队的组织知识层,供所有循环复用。
  3. Shared Memory:跨运行、跨智能体、跨团队共享记忆——「一个工程师的修正让所有人的运行变锋利」。这是 L1 与 L4 的交叉设计:知识不是按会话隔离的,而是按组织聚合的。
  4. 已知缺口:索引粒度、更新机制、检索策略细节依赖官方博客,本轮未逐项核验,[待填写]

5.2. L2 工具与执行层

机制说明
托管云沙箱官方管理的隔离执行环境
自有机器执行「代码不能离开楼宇」的场景:跑在客户自己的机器上
混合池云沙箱 + 自有机器的混合资源池
Shared File System租户与用户级的文件系统
集成面GitHub / GitLab / Slack / Linear / Jira / Webhook

L2 的亮点是「Run anywhere」的混合执行:闭源 SaaS 与数据主权可并行——敏感仓库走自有机器,一般任务走云沙箱。这是对金融、军工类企业的针对性设计。

5.3. L3 编排与控制层

Cosmos 的 L3 是本组最「工厂化」的:

  1. 专家编排:Work Dispatcher 分诊派发,PR Author 实现,Code Review Fleet 审查,Tester 验证——四类专家覆盖 SDLC 四阶段,各自端到端负责并与下一环节交接。
  2. 循环衔接:循环之间传递结果——triage 供料 authoring,authoring 供料 review,postmortem 生成下一批工单。单循环是局部优化,连接的循环才是工厂。
  3. Advisor 规划:自然语言描述想要的循环 → Advisor 澄清需求 → 产出计划 → 人批准计划(而非批准提示词)→ 首次运行上线。
  4. 触发矩阵:平台事件、定时任务、Webhook 全覆盖,智能体可以「常开」。

5.4. L4 记忆与状态层

机制持久化范围说明
Shared Memory组织级跨运行/智能体/团队共享
Expert 记忆模板级每个 Expert 自带记忆
Shared File System租户/用户级工件与文件状态
Organization Knowledge组织级知识复用

Augment 的 L4 评级为本批候选中最强:记忆的组织级共享是「持续学习」叙事的落点——官方口径「Continuous learning · every run improves the loop」。

5.5. L5 评估与观测层

Augment 是本批候选中 L5 实证最强的平台:

  1. Code Review Agent 的公开基准:在唯一的公开 AI 代码审查基准上准确率第一(第三方评测 + 官方口径,基准名称与最新分数 )——这是本批候选中少见的、有公开基准背书的 L5 证据。
  2. 验证内建于循环:Tester 专家端到端演练并附截图;质量关口是平台一等公民(Quality Gate first-class)。
  3. 效果测量:官方给出四个量化口径(66% 合并加速、2—3 倍吞吐、60%+ CVE 自动修复、70%+ 值班前解决),均为厂商自述、无第三方对照,但至少提供了可被证伪的指标——比「提升效率」类空泛声明更接近工程口径。
  4. 已知缺口:轨迹追踪、回归集的产品形态未公开,[待填写]

5.6. L6 治理与安全层

治理维度实现
Humans in by design质量关口一等公民:重大动作必须人工批准
混合执行自有机器选项保障代码不出楼宇
租户隔离Shared File System 租户/用户级
企业定位面向 enterprises 的销售与交付模式
SSO / 合规认证

「Humans in by design」是 L6 的结构性设计:智能体承担重复中段,人工介入点内建于循环结构而非事后追加——与本组「治理与自主性是正和」的论断一致。

5.7. 六层能力小结

评级一句话判断
L1 上下文工程★★★Context Engine + 组织知识 + 共享记忆,大仓库立身之本
L2 工具与执行★★云沙箱 + 自有机器混合执行;沙箱原语细节待核验
L3 编排与控制★★★专家派发 + 循环衔接 + Advisor 规划,工厂级编排
L4 记忆与状态★★★组织级共享记忆,本批候选最强
L5 评估与观测★★★公开基准领先 + 验证内建 + 可证伪效果指标
L6 治理与安全★★人工关口内建 + 混合执行;SSO/合规细节待核实

6. 实际案例

说明:截至信息截止 2026-09-12,未检索到具名客户的带对照测量案例;以下为官网公开口径,按本组纪律仅作参考。

  1. 代码审查循环(官方口径,厂商自述):每个 PR 数分钟内获实质性首轮审查,合并时间快 66%;定位是「资深工程师审意图与架构,不逐行看 diff」。
  2. 工单到 PR 循环(官方口径):指派工单后端到端完成,工程吞吐 2—3 倍。
  3. 漏洞修复循环(官方口径):60% 以上 CVE 自动修复;智能体绘制影响面、交团队批准补丁。
  4. 事件响应循环(官方口径):70% 以上事件在值班工程师加入前完成调查(疑似原因、时间线、上下文齐备)。
  5. Code Review Agent 公开基准(第三方评测 + 官方口径):在唯一的公开 AI 代码审查基准上准确率第一(基准名称 )。
  6. 可确认的机制性结论:四循环的口径共同指向一个组织设计判断——智能体的收益随「循环间衔接」放大:单独的代码审查循环只优化一个环节,衔接后的工厂以「合并时间、吞吐、CVE 修复率」等结果指标计量。这与本组 README 第 6 节「论断三:自评不可作为验收依据」形成正反对照:Augment 给出的是结果指标(可证伪),但缺第三方测量。

7. 总结

7.1. 优势

  1. L1/L4/L5 三强:Context Engine、组织级共享记忆、公开基准 + 可证伪指标,本批候选中 L5 实证最强。
  2. 组织级定位差异化:不做个人效率工具,做企业软件工厂,避开与 Cursor 的正面竞争。
  3. 混合执行:云沙箱 + 自有机器,数据主权场景有解。
  4. 循环衔接设计:单循环可局部采用、渐进组装,落地风险可控。
  5. Expert 资产化:工程师判断沉淀为可运行、可升级的组织资产。

7.2. 局限

  1. 定价不透明:无公开标价页,采购需商务流程。
  2. 厂商自述效果:四个量化口径无第三方对照测量。
  3. 时间线与版本未核验:发布沿革、最新版本信息缺口明显,[待填写]
  4. 平台形态重:Cosmos 是组织级平台,个人开发者与小团队并非目标用户。
  5. SSO/合规认证未公开:企业采购尽调需逐项确认,。

7.3. 适用边界与选型建议

场景是否适用理由
超大型代码库 / 多服务企业强适用Context Engine 的大仓库定位
PR 量大、审查积压的团队强适用代码审查循环 + 公开基准背书
安全合规要求高的组织(CVE、事件响应)适用漏洞修复与事件响应循环
代码不能出内网的环境适用自有机器执行选项
个人开发者 / 小团队日常编码谨慎平台形态重、定价不透明
编辑器内逐处审阅的工作流谨慎主形态是平台而非编辑器

选 Augment 的判断标准是:你的问题规模是「组织」而非「个人」——PR 积压、CVE 响应、事件处理这类有明确结果指标的场景。若需求是编辑器体验与个人效率,选 Cursor;若需求是把交付链整体交给智能体循环并以结果指标计量,Augment 是本批候选中最对口的平台。


信息缺口声明

  1. 定价体系:官网无公开标价页,[待填写]
  2. 发布时间线与最新版本:本轮检索未核验,[待填写]
  3. Code Review Agent 领先的公开基准名称与最新分数:第三方评测口径,需补核验,。
  4. Context Engine 的索引粒度、更新机制与检索策略:依赖官方博客,未逐项核验,[待填写]
  5. 云沙箱的隔离原语与安全认证(SSO、SOC 2 等):未公开确认,。
  6. 四个量化效果口径(66% / 2—3 倍 / 60%+ / 70%+):均为厂商自述,无第三方对照测量,引用须注明口径。
  7. 具名客户案例:官网仅称「Trusted by leading enterprises」,未列可核验客户数据,[待填写]
  8. 轨迹追踪与回归集的产品形态:未公开,[待填写]

8. 参考资料

  1. Augment Code 官方网站 — Augment,2026。https://www.augmentcode.com
  2. Augment Code Solutions · Code Review — Augment,2026。https://www.augmentcode.com/solutions/code-review
  3. Augment Code Solutions · Ticket to PR — Augment,2026。https://www.augmentcode.com/solutions/ticket-to-pr
  4. Augment Code Solutions · Security Remediation — Augment,2026。https://www.augmentcode.com/solutions/security-remediation
  5. Augment Code Solutions · Incident Management — Augment,2026。https://www.augmentcode.com/solutions/incident-management
  6. Augment Code Workflows(Expert 库) — Augment,2026。https://www.augmentcode.com/workflows
  7. Cosmos 平台入口 — Augment,2026。https://cosmos.augmentcode.com
  8. Introducing the Model Context Protocol — Anthropic,2024-11-25。https://www.anthropic.com/news/model-context-protocol
  9. Effective context engineering for AI agents — Anthropic,2025。https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents
  10. Harness engineering: leveraging Codex in an agent-first world — OpenAI,2026-02-11。https://openai.com/index/harness-engineering/
  11. Terminal-Bench 官方站(模型 + Harness 系统评测口径) — Stanford / Laude Institute,2025—2026。https://www.tbench.ai/
  12. DORA 2025 State of AI-assisted Software Development — Google Cloud / DORA,2025。https://dora.dev/

Augment Code (AI IDE Platform Market Research)

1. Introduction

Augment Code is an AI coding agent platform built for teams and extremely large codebases, known for its Context Engine and for "fully understanding the entire codebase." During the writing of this research note, the official site had already advanced its product narrative to Cosmos — the "Agent Orchestration Platform" — officially positioned as "Run your software factory": the entire software delivery chain, from Ticket to Spec, Author, Review, and Verify, is handed to an orchestratable agent loop, with engineers stepping in only at the key quality gates.

Within this family's taxonomy, Augment occupies the same track as Cursor but takes a different bet: Cursor bets on the editor experience and individual/small-team productivity, while Augment bets on large codebases and enterprise organizational scale — its differentiating thread is "context engine + organization-level software factory," making it the platform with the strongest L5 (Evaluation & Observability) evidence among this batch of IDE candidates.

1.1. Developer & Product History

ItemContentSource
DeveloperAugment (Augment Code)Official
Positioning evolutionAI coding agent (large-codebase context engine) → Cosmos agent orchestration platform (software factory narrative)Official site (verified by re-crawl)
FormIDE integration + cloud agents; Cosmos is delivered as a Web/platform formOfficial site claim
Product mechanism200k-token Context Engine; Code Review Agent (ranked first in accuracy on the only public AI code review benchmark)Third-party evaluation + official claim
Release timelineThis round of research did not verify the specific release timeline or the latest version, [To be filled]
PricingThe official site does not directly show a pricing page (enterprise-oriented), [To be filled]
Customer claims"Trusted by leading enterprises" (official site self-stated, no named case data listed)Official site

1.2. Positioning & Differentiation Thread

Augment's official-site narrative provides the most complete methodological framing in this family: "A software factory isn't built in one go. It's assembled loop by loop" — agents take on the repetitive middle of the SDLC (software development life cycle), while engineers hold the quality gates.

Three differentiation threads:

  1. Context Engine: a 200k-token codebase-level context engine whose indexing and retrieval target enterprise-scale repositories (millions of lines, cross-service).
  2. Looped delivery: four pre-built loops — code review, ticket-to-PR, vulnerability remediation, and incident response — that chain into each other (triage feeds authoring, authoring feeds review, and postmortems generate the next batch of tickets).
  3. Expert assetization: Expert is a template that "turns engineer judgment into a runnable asset" — each Expert has its own environment, capabilities, and memory; change the prompt once, and every subsequent run is upgraded.

1.3. Pricing System

ItemContentSource
Pricing structureThe official site shows no public pricing page; enterprise-oriented sales model (Book a demo / Talk to experts)Official site
Research report scopePricing, release timeline, and latest version were all unverified[To be filled]

2. Glossary

TermEnglish / AbbreviationDefinition
Context EngineContext EngineAugment's codebase-level context engine: a 200k-token scope whose indexing and retrieval target extremely large repositories
CosmosCosmosAugment's agent orchestration platform: the runtime foundation that gives agents context, tools, and a feedback loop
Software FactorySoftware FactoryOfficial metaphor: an organization-level delivery system in which agent loops take on the repetitive middle of the SDLC and engineers hold the quality gates
LoopLoopA delivery workflow that can run independently and chain with other loops (e.g., code review loop, ticket-to-PR loop)
ExpertExpertA reusable agent template: encapsulates judgment, environment, capabilities, and memory; change the prompt once, and all subsequent runs are upgraded
Expert RegistryExpert RegistryThe discovery and sharing mechanism for experts (built-in library + self-built + forks)
Work DispatcherWork DispatcherScans open tickets and dispatches them to the appropriate experts as executors according to triage rules
PR AuthorPR AuthorAn author-type expert that drives from the ticket description through the first commit up to merge
Code Review FleetCode Review FleetThe code review expert team: Pair Review, Deep Code Review, and PR Risk Analysis work together and leave inline comments on PRs
TesterTesterA verification-type expert that exercises changes end to end and publishes results with screenshots
AdvisorAdvisorCosmos' planning entry point: describe the loop you want in natural language, and Advisor clarifies requirements and produces an approvable plan
Quality GateQuality GateThe quality checkpoint: a mechanism where work pauses awaiting human review and continues once a reply is received
Shared MemoryShared MemoryMemory shared across runs, agents, and teams: one person's fix benefits everyone's next run
Managed Cloud SandboxManaged Cloud SandboxOfficially managed sandbox execution environment; sensitive code can run on your own machines (on-premises)
SpecSpecDefines the intent and scope of a ticket (Intent · Scope), the first link in the delivery chain

3. 功能说明

3.1. The Four Loops of the Cosmos Platform

The four pre-built loops listed on the official site (including the official effect claims, all vendor self-stated):

LoopDescriptionOfficial effect claim
Code reviewEvery PR receives a substantive first review within minutes; senior engineers review only intent and architecture, not line by line over the diff66% faster merge times
Ticket to PROnce a ticket is assigned, the loop investigates, writes the change, and exercises it end to end on its own, producing output that feeds directly into the code review loop2–3× engineering throughput
Vulnerability remediationFrom alert to reviewed fix without an ad-hoc war room; the agent maps the blast radius and hands the patch to the team for approval60%+ of CVEs auto-remediated
Incident responseWhen the on-call engineer joins, the investigation is already complete: likely cause, timeline, and context are all in place70%+ resolved before on-call joins

Claim discipline: These four figures are all vendor self-claims with no third-party comparative measurement; this research note cites them only as capability descriptions, not as evidence of effectiveness.

3.2. Expert System

ExpertSDLC stageResponsibility
Work DispatcherTriageScans tickets and dispatches them according to triage rules
PR AuthorAuthorComplete implementation driven from ticket to merge
Code Review FleetReviewPair Review + Deep Code Review + PR Risk Analysis
TesterVerifyExercises changes end to end and publishes results (including screenshots)

Expert is the platform's core asset concept: available from the official library (Workflows page), forkable, and self-buildable; each Expert is a "reusable template with environment, capabilities, and memory." This belongs to the same "capability assetization" lineage as WorkBuddy's Skills sedimentation (see 15-workbuddy.md) and Claude Code's Agent Skills (see 02-claude-code.md), but Augment pushes the asset granularity down to the "role" level.

3.3. Platform Capabilities

CapabilityDescription
Native trigger integrationsGitHub, GitLab, Slack, Linear, Jira, scheduled tasks, typed Webhooks
Hybrid executionManaged cloud sandbox + own machines (code never leaves the building) + a hybrid pool of both
Quality gateWork pauses awaiting review and continues after a reply; major actions require human approval
Shared memoryKnowledge reuse across runs/agents/teams
Loop chainingThe closed loop of triage → authoring → review → postmortem → new tickets
Advisor planningDescribe the loop in natural language → approve the plan → first run goes live

4. Platform Architecture

The Cosmos layered structure disclosed on the official site:

LayerComponentResponsibility
Service layerExpert RegistryExpert discovery and sharing
Service layerHuman-in-the-LoopEscalated, intelligent human intervention
Service layerIntegrationsSlack · GitHub · Jira · CI
Service layerOrganization KnowledgeShared memory and knowledge across agents and teams
Core layerAgent RuntimeScheduling and isolation
Core layerContext EngineCodebase understanding
Core layerTrigger & AutomationSDLC triggers
Core layerShared File SystemTenant- and user-level file system
Core layerSandboxesIsolated execution
Runtime surfaceLaptops / Dev VMs / Official Cloud / Own CloudLocal development, Codespaces/Devcontainers, managed or AWS/GCP, etc.

Figure 20-1 | The loop closure and quality gates of the Cosmos software factory

Cosmos:工单到验证的循环闭环 01 Ticket 意图 · 范围 · 规格派发 02 Spec · Delegate Work Dispatcher 派发专家 PR Author 实现 云沙箱 / 自有机器 03 Review 质量关口 Code Review Fleet + 人工 Tester 验证 端到端演练 · 截图证据 合并 / 回退工单 postmortem 生成新工单 底座:Context Engine(200k) · Agent Runtime · Shared Memory · Sandboxes · Trigger & Automation 每次运行持续学习:一个人的修正让所有人的下一次运行受益

Diagram: drawn based on the official-site Cosmos structure and the analysis in this research note.


5. Harness Design

5.1. L1 Context Engineering Layer

Context Engine is Augment's foundation:

  1. 200k-token codebase-level engine: indexing and retrieval built for enterprise-scale repositories; the official narrative repeatedly stresses "fully understanding the entire codebase" — in the same direction as Cursor's vector indexing (see 01-cursor.md) and Qoder's Repo Wiki (see 14-qoder.md), but Augment makes it a core platform layer (an independent component of Cosmos Core) rather than a product feature.
  2. Organization Knowledge: an organizational knowledge layer across agents and teams, reused by all loops.
  3. Shared Memory: memory shared across runs, agents, and teams — "one engineer's fix sharpens everyone's runs." This is a cross-cutting design between L1 and L4: knowledge is not isolated per session but aggregated per organization.
  4. Known gaps: indexing granularity, update mechanism, and retrieval strategy details rely on the official blog and were not verified item by item this round, [To be filled].

5.2. L2 Tools & Execution Layer

MechanismDescription
Managed cloud sandboxOfficially managed isolated execution environment
Own-machine executionFor scenarios where "code cannot leave the building": runs on the customer's own machines
Hybrid poolA hybrid resource pool of cloud sandbox + own machines
Shared File SystemTenant- and user-level file system
Integration surfaceGitHub / GitLab / Slack / Linear / Jira / Webhook

The highlight of L2 is "Run anywhere" hybrid execution: closed-source SaaS and data sovereignty can coexist — sensitive repositories run on your own machines, while ordinary tasks run on the cloud sandbox. This is a targeted design for finance and defense-industry enterprises.

5.3. L3 Orchestration & Control Layer

Cosmos' L3 is the most "factory-like" in this family:

  1. Expert orchestration: Work Dispatcher triages and dispatches, PR Author implements, Code Review Fleet reviews, Tester verifies — the four expert types cover the four SDLC stages, each end-to-end responsible and hand-off to the next stage.
  2. Loop chaining: loops pass results between each other — triage feeds authoring, authoring feeds review, and postmortems generate the next batch of tickets. A single loop is local optimization; connected loops are the factory.
  3. Advisor planning: describe the desired loop in natural language → Advisor clarifies requirements → produces a plan → a human approves the plan (not the prompt) → the first run goes live.
  4. Trigger matrix: full coverage of platform events, scheduled tasks, and Webhooks, so agents can stay "always on."

5.4. L4 Memory & State Layer

MechanismPersistence scopeDescription
Shared MemoryOrganization-levelShared across runs/agents/teams
Expert memoryTemplate-levelEach Expert carries its own memory
Shared File SystemTenant/user-levelArtifacts and file state
Organization KnowledgeOrganization-levelKnowledge reuse

Augment's L4 is rated the strongest in this batch of candidates: organization-level sharing of memory is where the "continuous learning" narrative lands — per the official claim, "Continuous learning · every run improves the loop."

5.5. L5 Evaluation & Observability Layer

Augment has the strongest L5 evidence of any platform in this batch of candidates:

  1. The public benchmark of the Code Review Agent: accuracy ranked first on the only public AI code review benchmark (third-party evaluation + official claim; benchmark name and latest score) — a rare piece of L5 evidence backed by a public benchmark among this batch of candidates.
  2. Verification built into the loops: the Tester expert exercises results end to end and attaches screenshots; the quality gate is a first-class platform citizen (Quality Gate first-class).
  3. Effect measurement: the official site gives four quantitative claims (66% faster merges, 2–3× throughput, 60%+ CVE auto-remediation, 70%+ resolved before on-call), all vendor self-stated with no third-party comparison, but at least they provide falsifiable metrics — closer to an engineering standard than vague "increases efficiency" claims.
  4. Known gaps: the product form of trajectory tracing and regression sets is not public, [To be filled].

5.6. L6 Governance & Security Layer

Governance dimensionImplementation
Humans in by designQuality gate is a first-class citizen: major actions require human approval
Hybrid executionOwn-machine option ensures code never leaves the building
Tenant isolationShared File System at tenant/user level
Enterprise positioningSales and delivery model targeting enterprises
SSO / compliance certifications

"Humans in by design" is L6's structural design: agents take on the repetitive middle, while human intervention points are built into the loop structure rather than added afterward — consistent with this family's assertion that "governance and autonomy are positive-sum."

5.7. Six-Layer Capability Summary

LayerRatingOne-line assessment
L1 Context Engineering★★★Context Engine + organizational knowledge + shared memory, the foundation for large repositories
L2 Tools & Execution★★Hybrid execution of cloud sandbox + own machines; sandbox primitive details to be verified
L3 Orchestration & Control★★★Expert dispatch + loop chaining + Advisor planning, factory-grade orchestration
L4 Memory & State★★★Organization-level shared memory, the strongest in this batch
L5 Evaluation & Observability★★★Leading on a public benchmark + built-in verification + falsifiable effect metrics
L6 Governance & Security★★Built-in human gates + hybrid execution; SSO/compliance details to be verified

6. Practical Cases

Note: As of the information cutoff of 2026-09-12, no named-customer case with comparative measurement was found; the following are publicly stated claims from the official site, cited for reference only per this family's discipline.

  1. Code review loop (official claim, vendor self-stated): every PR receives a substantive first review within minutes, with 66% faster merge times; positioned as "senior engineers review intent and architecture, not line by line over the diff."
  2. Ticket-to-PR loop (official claim): end-to-end completion once a ticket is assigned, with 2–3× engineering throughput.
  3. Vulnerability remediation loop (official claim): 60%+ of CVEs auto-remediated; the agent maps the blast radius and hands the patch to the team for approval.
  4. Incident response loop (official claim): 70%+ of incidents complete their investigation before the on-call engineer joins (likely cause, timeline, and context all in place).
  5. Code Review Agent public benchmark (third-party evaluation + official claim): accuracy ranked first on the only public AI code review benchmark (benchmark name).
  6. Confirmable mechanistic conclusion: together, the four loops' claims point to an organizational-design judgment — agents' returns scale with "inter-loop chaining": a standalone code review loop only optimizes one stage, whereas the chained factory is measured on outcome metrics such as merge time, throughput, and CVE remediation rate. This forms a direct contrast with this family's README Section 6, "Assertion 3: self-evaluations cannot serve as acceptance evidence": Augment provides outcome metrics (falsifiable) but lacks third-party measurement.

7. Summary

7.1. Strengths

  1. Strong on L1/L4/L5: Context Engine, organization-level shared memory, and a public benchmark + falsifiable metrics make it the platform with the strongest L5 evidence in this batch of candidates.
  2. Organization-level positioning differentiation: it does not build a personal-productivity tool but an enterprise software factory, avoiding direct competition with Cursor.
  3. Hybrid execution: cloud sandbox + own machines, offering a solution for data-sovereignty scenarios.
  4. Loop-chaining design: single loops can be adopted locally and assembled incrementally, keeping roll-out risk manageable.
  5. Expert assetization: engineer judgment is sedimented into runnable, upgradable organizational assets.

7.2. Limitations

  1. Opaque pricing: no public pricing page; procurement requires a sales process.
  2. Vendor self-stated effects: the four quantitative claims have no third-party comparative measurement.
  3. Unverified timeline and versions: the release history and latest-version information have notable gaps, [To be filled].
  4. Heavy platform form: Cosmos is an organization-level platform; individual developers and small teams are not the target users.
  5. Unpublished SSO/compliance certifications: enterprise procurement due diligence must confirm each item.

7.3. Applicability Boundaries & Selection Recommendations

ScenarioApplicable?Reason
Extremely large codebases / multi-service enterprisesStrongly applicableContext Engine's large-repository positioning
Teams with heavy PR volume and review backlogsStrongly applicableCode review loop + public benchmark backing
Organizations with high security/compliance demands (CVE, incident response)ApplicableVulnerability remediation and incident response loops
Environments where code cannot leave the intranetApplicableThe own-machine execution option
Individual developers / small teams doing daily codingWith cautionHeavy platform form, opaque pricing
Workflows that review inline in the editorWith cautionThe primary form is a platform, not an editor

The criterion for choosing Augment is: whether your problem is scoped at the "organization" level rather than the "individual" level — scenarios with clear outcome metrics such as PR backlogs, CVE response, and incident handling. If the need is editor experience and personal productivity, choose Cursor; if the need is to hand the entire delivery chain to agent loops and measure it by outcome metrics, Augment is the most fitting platform among this batch of candidates.


Information Gap Declaration

  1. Pricing system: the official site has no public pricing page, [To be filled].
  2. Release timeline and latest version: not verified in this round of research, [To be filled].
  3. Name and latest score of the benchmark where the Code Review Agent leads: per third-party evaluation, needs further verification.
  4. Indexing granularity, update mechanism, and retrieval strategy of the Context Engine: relies on the official blog, not verified item by item, [To be filled].
  5. Isolation primitives and security certifications of the cloud sandbox (SSO, SOC 2, etc.): not publicly confirmed.
  6. Four quantitative effect claims (66% / 2–3× / 60%+ / 70%+): all vendor self-stated with no third-party comparative measurement; the provenance must be noted when cited.
  7. Named-customer cases: the official site only says "Trusted by leading enterprises" and lists no verifiable customer data, [To be filled].
  8. Product form of trajectory tracing and regression sets: not public, [To be filled].

8. References

  1. Augment Code Official Website — Augment, 2026. https://www.augmentcode.com
  2. Augment Code Solutions · Code Review — Augment, 2026. https://www.augmentcode.com/solutions/code-review
  3. Augment Code Solutions · Ticket to PR — Augment, 2026. https://www.augmentcode.com/solutions/ticket-to-pr
  4. Augment Code Solutions · Security Remediation — Augment, 2026. https://www.augmentcode.com/solutions/security-remediation
  5. Augment Code Solutions · Incident Management — Augment, 2026. https://www.augmentcode.com/solutions/incident-management
  6. Augment Code Workflows (Expert library) — Augment, 2026. https://www.augmentcode.com/workflows
  7. Cosmos Platform Entry — Augment, 2026. https://cosmos.augmentcode.com
  8. Introducing the Model Context Protocol — Anthropic, 2024-11-25. https://www.anthropic.com/news/model-context-protocol
  9. Effective context engineering for AI agents — Anthropic, 2025. https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents
  10. Harness engineering: leveraging Codex in an agent-first world — OpenAI, 2026-02-11. https://openai.com/index/harness-engineering/
  11. Terminal-Bench Official Site (model + Harness system evaluation scope) — Stanford / Laude Institute, 2025–2026. https://www.tbench.ai/
  12. DORA 2025 State of AI-assisted Software Development — Google Cloud / DORA, 2025. https://dora.dev/