Devin(Cognition)平台研究


1. 介绍

1.1 平台定位

Devin 是 Cognition(Scott Wu、Steven Hao、Walden Yan 创立,公司成立于 2023)推出的自主软件工程智能体,2024 年首次公开,被称为「世界上第一个 AI 软件工程师」。

按项目参数卡的统一口径,Devin 属于 Harness 在编码场景的垂直集成形态——与 AI IDE 同类,但走的是「云端自主执行」而非「本地人机协同」的路线。它不是 Agent Framework(不提供给你用来搭自己的 Agent),也不是通用 Agent Platform(不做多场景编排),而是把整个 Harness 封装进一个产品契约:你给任务,它交付 PR。

Devin 的产品契约是判断其价值的唯一正确尺度:「无需逐步监督,端到端完成一个完整工程任务」。它的所有设计——沙箱 VM、Planner/Coder/Critic 复合架构、并行会话、ACU 计费——都为这个契约服务。理解这一点,才能理解它为什么在某些场景无可替代、在另一些场景完全不适用。

1.2 基本信息

开发商Cognition(Scott Wu、Steven Hao、Walden Yan;公司成立于 2023)
首次公开2024-03(早期访问)
正式 GA2024-12-10
形态闭源商业产品(Cloud / Desktop / Local)
许可证商业专有
首发成绩SWE-bench 端到端解决真实 GitHub issue 率 13.86%(此前最佳 1.96%)
2026 版本能力基于 Claude Sonnet 4.5(规划 +18%、端到端评测 +12%);新增动态重规划;多模态输入(UI 稿、Figma、录屏视频)
产品矩阵Devin Cloud / Devin Desktop(原 Windsurf,2026-06 更名)/ Devin Local(Rust 重写,token 效率 +30%)
商业数据ARR:$37M(2025-05)→ $492M(2026-05),12 个月增长 1,230%;估值 $10.2B(2025-09)→ $26B(2026-05);传闻洽谈 $40B
自营指标Cognition 内部 89% 的提交代码由 Devin 编写(2025-12 为 13%)
合规SOC 2 Type II(2024-09 起)
分发渠道Infosys(2026-01)、Cognizant(2026-01)全球客户群分发

商业数据(ARR、估值、传闻融资)来自媒体与第三方机构口径,未获官方确认,引用时须标注来源性质。

1.3 版本与定价沿革

Devin 的定价史本身就是一部「自主智能体如何计价」的行业探索史:

时间定价形态说明
2024-03(早期访问)ACU 计费以「Agent 计算单元」计量
2024-12-10GA正式商用
2025-02废除 ACU,改为固定 $500/月降低用户的心智负担与预算不确定性
2025-11Devin 2.0产品能力代际升级
2025-10改为弹性计费:Core $20/月起 + $2.25/ACU把门槛从 $500 降到 $20,同时恢复按用量计费

当前定价(2026-09 检索时点)

档位价格内容
Core$20/月 + $2.25/ACU1 ACU ≈ 15 分钟主动工作(含 VM 时间、推理、网络);10 并发会话
Team$500/月含 250 ACU;超额 $2.00/ACU;无限并发
Enterprise定制报价VPC 部署、SAML/OIDC SSO、集中企业管控、teamspace 隔离、集中计费与用量分析

定价史的解读:从 ACU → 固定 $500 → $20 + ACU,本质是三次不同的赌注。第一次赌「按用量计费用户能接受」,失败(心智负担太重);第二次赌「包月制能锁定企业预算」,部分成功但门槛过高;第三次赌「低门槛 + 弹性用量」能同时拿到长尾与企业。第三次的关键变化是:ACU 回来了,但作为「弹性增量」而非「主要计价」

这一演变对行业的启示是:自主智能体的成本可预测性,比单价本身更能决定采购决策。

1.4 与 Windsurf 的关系

Windsurf 与 Devin 同属 Cognition。

时间事件
2025-07-14Cognition 收购 Windsurf
2026-06Windsurf 更名 Devin Desktop,默认视图从文本编辑器改为「Agent Command Center」看板式仪表盘

因此,Cognition 目前同时拥有两条产品线:

  • Devin 线(云端自主执行):Devin Cloud / Devin Local。
  • Windsurf 线(本地 IDE 协同):2026-06 起以 Devin Desktop 品牌运营,保留完整 IDE 能力(LSP、调试、语法高亮、Windsurf 扩展兼容)。

两者通过 ACP(Agent Client Protocol) 开放协议打通:Devin Desktop 可同时运行 Codex、Claude Agent、OpenCode,而非只跑 Devin。

交叉说明:Windsurf 作为 AI IDE 的详细分析,见 03-市场研究/01-AI-IDE组 中的 Windsurf 文档。本文仅在「同属 Cognition、共用 ACP 编排层」的范围内交叉引用。


2. 名词解释

术语英文/缩写释义
ACUAgent Compute Unit计费单位:1 ACU ≈ 15 分钟 Devin 主动工作时间,覆盖 VM 时间、模型推理与网络带宽;空闲不消耗
ACIAgent-Computer Interface智能体—计算机接口:Agent 与其执行环境(沙箱 VM 的 shell、编辑器、浏览器)之间的交互层,即 Devin 用来「操作一台计算机」的动作空间与观测空间。术语归纳自产品行为,官方未给出明确定义,标注
复合系统架构Composite SystemPlanner(拆解任务)→ Coder(写实现)→ Critic(审查 bug 与安全)→ 交付
沙箱 VMSandbox VM每次会话运行在独立虚拟机,自带 shell、代码编辑器、浏览器;从不在用户本地机器执行代码
动态重规划Dynamic Replanning中途遇阻可改变策略,而非沿原计划硬走
Parallel SessionsParallel Sessions2026-02 引入并行会话,使 Devin 从「单个慢承包商」变为「小型异步团队」
Devin WikiDevin Wiki知识库
PlaybookPlaybookDevin 可创建与改进的剧本(Advanced Capabilities 层)
ACPAgent Client Protocol开放协议;Devin Desktop 借此同时运行 Codex、Claude Agent、OpenCode,而非只跑 Devin
SpacesSpaces按项目组织 Agent 活动
AutofixAutofix2026-07 更新:自动响应 review comments
Devin LocalDevin LocalRust 重写的本地形态,token 效率 +30%
Devin DesktopDevin Desktop原 Windsurf,2026-06 更名;默认视图为 Agent Command Center 看板
TeamspaceTeamspace企业版部门级隔离单位
QA WalkthroughQA WalkthroughDevin 录制自身测试过程的演示,作为交付证据

3. 功能说明

3.1 端到端任务交付

Devin 的核心能力是:给定一个工程任务,自主完成规划 → 编码 → 测试 → 调试 → 开 PR 全链路,无需逐步监督。它还能响应 review 评论(Autofix,2026-07 引入),并录制自身测试的 QA walkthrough 作为交付证据。

3.2 沙箱 VM 执行环境

每次会话运行在独立虚拟机中,自带 shell、代码编辑器与浏览器。代码从不在用户本地机器执行——这既是安全隔离,也是「给 Agent 一台完整的计算机」这一设计哲学的物理载体。

这一设计对应 Harness 六层模型中的 L2(工具与执行层):Devin 的工具层不是一个工具列表,而是一整台计算机。表达力最强,代价是成本与可观测性。

3.3 遗留代码迁移

Devin 最具差异化的能力:ingest COBOL / Fortran / Objective-C 等遗留语言代码库,重构为 Rust / Go / Python 并保留业务逻辑。这是「工程师不愿做但有明确文档」的苦活,也恰恰是自主智能体的最佳适配区。

3.4 有界工程工作

依赖升级、lint 修复、测试补齐、bug 修复——这类边界明确、验收标准客观的工作,是 Devin 命中率最高的场景。

3.5 多模态输入与 QA walkthrough

支持 UI 稿、Figma 文件、屏幕录制视频作为输入,用于复现和修复视觉 bug。输出侧可录制 QA walkthrough,把「我测过了」变成可回放的证据。

3.6 交付渠道与 Devin Desktop

  • 交付渠道:Slack、Microsoft Teams、Web 界面、VS Code 扩展。
  • 2026-07 更新:启动快 3 倍、Slack/Linear 集成、computer use 端到端测试、Autofix review comments。
  • Devin Desktop(2026-06):默认视图从文本编辑器改为「Agent Command Center」——看板式仪表盘统一管理所有本地与云端运行中的 Agent 会话;通过 ACP 同时运行 Codex、Claude Agent、OpenCode;保留完整 IDE 能力。
  • 代码所有权:所有计划下 Devin 生成的代码归客户所有;输入输出视为客户 IP。

4. 平台架构

图 4-1|Devin 平台架构:从任务输入到 PR 交付的分层架构

Devin 平台架构(复合系统 × 沙箱执行) 信息截止 2026-09 · 示意:基于本文分析绘制 产品入口层(渠道:Slack · Teams · Web · VS Code) Devin Cloud 云端自主执行 Devin Desktop 原 Windsurf · 看板仪表盘 Devin Local Rust 重写 · token 效率 +30% 任务输入 编排与控制层(L3)· Planner / Coder / Critic 复合系统(本图重点) Planner 拆解任务 Coder 写实现 Critic 审查 bug 与安全 交付 PR PR / QA walkthrough 沙箱调度 执行环境层(L2)· 每会话独立沙箱 VM shell + 代码编辑器 + 浏览器 · 代码从不在用户本地机器执行 云端运行,支持并行多会话(2026-02 起)· 「给 Agent 一台完整的计算机」 模型推理 模型层 · Claude Sonnet 4.5(授权模型,非自研) 规划 +18% · 端到端评测 +12% 结构解读:Devin 把三段式复合系统 + 沙箱 VM 封装为「任务进、PR 出」的单一产品契约。 底层为授权的 Claude Sonnet 4.5——模型不是自己的,可防御的资产是编排层与产品化能力。

数据来源:基于本文分析绘制的示意图。

4.1 复合系统架构

Devin 不是单一模型,而是三段式复合系统:

Planner(拆解任务)
   ↓
Coder(写实现)
   ↓
Critic(审查 bug 与安全)
   ↓
交付(PR / walkthrough)

底层使用 Claude Sonnet 4.5(授权模型,非自研)。这一点值得注意:Devin 的技术护城河窄于其商业护城河——模型不是自己的,可防御的资产是编排层与产品化能力。

4.2 执行环境

  • 每会话独立 VM 沙箱(shell + editor + browser)。
  • 云端运行,可并行多会话(2026-02 起)。
  • Devin Local 以 Rust 重写,token 效率 +30%。

4.3 企业形态

能力说明
VPC 隔离部署Enterprise 档提供
SAML/OIDC SSOEnterprise 档提供
Teamspace 隔离部门级隔离
集中企业管控统一策略与可见性
集中计费与用量分析ACU 消耗的可观测性
SOC 2 Type II2024-09 起

4.4 编排层策略

Cognition 的战略赌注是:拥有编排层比拥有任何一个 Agent 更可防御。它通过 ACP 把「Agent 编排层」做成可防御资产,而非绑定单一 Agent——Devin Desktop 能跑 Codex、Claude Agent、OpenCode,就是这个赌注的直接体现。

这意味着 Cognition 未来的竞争对手不是「另一个更好的编程 Agent」,而是「另一个更好的编排层」。


5. Harness 设计

5.1 六层能力总览

名称评级一句话判断
L1上下文工程层中(不透明长程多步会话上下文管理 + 动态重规划;压缩/检索/缓存机制未公开
L2工具与执行层沙箱 VM(shell + editor + browser)+ computer use + 多模态输入;Critic 段做安全审查
L3编排与控制层Planner/Coder/Critic 复合架构 + 动态重规划 + 并行会话
L4记忆与状态层Devin Wiki + Playbook + 长时会话;跨会话长期记忆机制未公开
L5评估与观测层会话回放与实时透明;无公开的自建评估集 / DIY eval 能力
L6治理与安全层中强VPC + SSO + teamspace + 集中管控 + SOC 2 Type II;Critic 段内置安全审查

5.2 L1 上下文工程层

评级:中(不透明)。

可确认的能力:长程多步会话的上下文管理、动态重规划(中途遇阻改变策略)。

不可确认的部分:具体的压缩、检索、缓存与优先级排序机制未公开。作为闭源产品,用户既无法验证其效果,也无法定制其行为。对于一个以「长时程任务」为核心卖点的产品,L1 的不透明是显著的风险点:你无法回答「它为什么会忘记那个关键约束」。

5.3 L2 工具与执行层

评级:强。

  • 沙箱 VM:shell + editor + browser 的完整计算机环境,表达力上限最高。
  • Computer use:端到端的计算机操作能力(2026-07 增强)。
  • 多模态输入:Figma 文件、屏幕录制视频用于复现视觉 bug。
  • Critic 段:提供 bug 与安全审查,把「审查」内建进执行链路而非外挂。

这是 Devin 最强的两层之一,也是它区别于「只能读写文件的编码 Agent」的根本。

5.4 L3 编排与控制层

评级:强。

  • Planner / Coder / Critic 复合架构:把「规划—实现—审查」拆成三个角色,比单 Agent 循环更容易定位失败点。
  • 动态重规划:不沿原计划硬走,这在长程任务中是可靠性前提。
  • 并行会话(2026-02):这是 Devin 产品形态的分水岭——它把 Devin 从「一个慢承包商」变成「一支小型异步团队」,吞吐的数学完全改变。
  • QA walkthrough 自测:把测试过程作为交付物。

张力一(灵活性 ↔ 可预测性)在 Devin 上是极端的一边倒:Devin 几乎完全放弃了灵活性(闭源、不可定制编排、不可插拔组件),换取「给定任务就能交付」的可预测契约。这是产品化的必然代价——你不能既要一个开箱即用的产品,又要完全掌控它的编排逻辑。

值得注意的例外是 ACP:通过开放协议,Devin Desktop 至少在「用哪个 Agent」这件事上把选择权还给了用户。这可以看作对「全封闭」的一次局部纠偏。

5.5 L4 记忆与状态层

评级:中。

  • Devin Wiki:知识库。
  • Playbook:Devin 可创建与改进的剧本。
  • 长时运行会话:支持长时间任务连续执行。

跨会话长期记忆机制未公开。用户无法确认「上一次的经验是否会被下一次复用」,也无法主动管理这部分记忆。对于需要跨任务积累领域知识的团队,这是一个黑盒。

5.6 L5 评估与观测层

评级:中。

  • 会话回放与实时透明:可观察 Devin 的每一步动作。
  • Autofix:响应 review comments,属于反馈闭环。

无公开的自建评估集 / DIY eval 能力,。这意味着:你无法用一套自己的回归集来量化「Devin 在我们代码库上到底进步了没有」。对于要做长期投入决策的团队,这是采购前必须问清的问题。

5.7 L6 治理与安全层

评级:中强。

机制说明
VPC 隔离部署Enterprise,数据与网络边界可控
SAML/OIDC SSOEnterprise
Teamspace 隔离部门级
集中企业管控 + 计费与用量分析ACU 级可见性
SOC 2 Type II2024-09 起
Critic 段安全审查内建于执行链路

成本治理是 L6 最明显的缺口:ACU 消耗随任务复杂度、代码库规模、会话时长波动,未检索到任务级预算硬上限机制。社区与评测口径的实际月支出常达 $300~500,即使从 $20 入门档开始。这意味着成本护栏必须由使用方在流程层面建立(如限制并发会话数、限定任务类型),而非依赖产品机制。

5.8 三条内在张力在 Devin 上的投影

张力在 Devin 上的具体表现平台给出的答案剩余风险
灵活性 ↔ 可预测性完全倒向可预测:闭源、不可定制、不可插拔用「端到端交付」的产品契约换确定性无法适配非标准流程;编排逻辑不可审计
开放性 ↔ 治理ACP 打开多 Agent 互操作,也扩大执行面VPC + SSO + teamspace + SOC 2 Type II沙箱 VM 是完整计算机,攻击面大于受限工具集
成本 ↔ 深度深度任务(遗留迁移)消耗大量 ACU弹性 ACU 计费 + 用量分析 + 并行会话摊薄无任务级预算硬上限;单价显著高于辅助式方案

成本对照(跨品类参考):单个 bug 修复,Copilot 类辅助方案约 $0.12~1.00,Devin 约 $4.50~6.75。差距约 5~7 倍——这不是「贵不贵」的问题,而是「买的是什么」的问题:前者买的是建议,后者买的是交付。


6. 实际案例

案例场景效果数据来源性质
Mercedes-Benz遗留系统现代化项目8 个月 → 8 天厂商/媒体
Nubank核心 ETL 迁移:600 万+ 行代码从单体仓拆到子模块,100,000+ data class 需逐个迁移;原预期 18 个月、1000+ 工程师并行多 Devin 实例处理,工程小时效率提升 8~12 倍;委派范围内成本节省 20 倍以上;Data/Collections/Risk 业务单元从数月压缩到数周;用历史人工迁移样例微调后,任务完成分数翻倍,单子任务时间从 ~40 分钟降到 10 分钟厂商
Itaú(巴西银行)安全漏洞自动修复70% 安全漏洞自动解决厂商
Cognition 自身内部代码自写率89%(2025-12 为 13%)厂商
其他客户Goldman Sachs、NASA、Santander、Dell、Cisco、Palantir、Mercado Libre均在处理「平台迁移、遗留重写、回归测试生成」等有明确文档的、工程师不愿做的工作媒体
日本「Devin-kun」遗留代码维护被视为老龄化经济体的全球化模板媒体

来源性质说明:上述数据多为厂商或媒体口径,部分未获第三方独立验证。引用时必须保留来源性质标注。

可交叉引用的非厂商数据:Devin 首发时 SWE-bench 端到端解决率 13.86%(此前最佳 1.96%)——这是唯一具备可比性的公开基准成绩,但注意其为 2024-03 首发时点数据,不代表 2026 年水平。


7. 总结

7.1 优点

  • 长时程自主执行的工程实现最成熟:沙箱 VM + Planner/Coder/Critic + 并行会话的组合,是目前把「自主完成完整工程任务」做得最彻底的产品。
  • 遗留代码迁移能力独树一帜:COBOL / Fortran / Objective-C → 现代语言,几乎没有同类竞品。
  • 并行会话改变吞吐数学:从串行承包商到异步团队,这是量级变化而非百分比变化。
  • 企业合规完备:VPC + SSO + teamspace + SOC 2 Type II。
  • ACP 开放协议:避免单一 Agent 绑定,是把编排层作为可防御资产的正确战略。
  • 代码所有权清晰:生成代码归客户,输入输出视为客户 IP。

7.2 缺点

  • 单价高且不可预测:真实月支出常达 $300~500,即使从 $20 入门档开始;ACU 消耗随任务复杂度、代码库规模、会话时长波动。
  • 对模糊需求与架构级决策表现不佳:Devin 需要明确的验收标准,开放式功能开发是它的弱项。
  • 底层为授权模型,技术护城河薄于商业护城河。
  • L1 / L4 / L5 不透明且不可定制:上下文机制、长期记忆、评估能力均无法验证或干预。
  • 无任务级预算硬上限:成本护栏需使用方自建流程。
  • 效果数据多为厂商/媒体口径,缺少第三方独立验证。

7.3 适用边界

适合

  • 范围明确、文档齐全、重复性高的工程任务:平台迁移、遗留重写、依赖升级、测试生成、文档补齐。
  • 有客观验收标准的 bug 修复。
  • 有历史人工样例可用于微调的迁移类任务(Nubank 案例显示微调后任务完成分数翻倍)。
  • 已具备企业级合规要求的组织(VPC / SSO 需求)。

不适合

  • 开放式功能开发、架构决策、需求模糊的任务。
  • 需要审计编排逻辑或定制执行流程的场景。
  • 预算需要严格封顶、无法接受波动的团队。
  • 需要自建评估集做长期 ROI 度量的组织(L5 不支持)。

7.4 选型建议

如果你的首要约束是Devin 是否合适理由
遗留系统现代化强合适独树一帜,Nubank / Mercedes-Benz 案例支撑
有界重复性工程工作强合适命中率最高,验收客观
需要并行吞吐强合适并行会话改变数学
企业级合规合适VPC / SSO / SOC 2 Type II
成本严格封顶ACU 波动 + 无预算硬上限
开放式功能开发不合适需求模糊时表现不佳
编排逻辑需审计不合适闭源,L1/L3/L4/L5 均不可验证

一句话结论:Devin 是「自主交付」这条路线走得最远的产品,尤其适合有明确边界、有历史样例、工程师不愿做的苦活;它的代价是成本不可封顶、内部机制不可审计,以及需求一旦模糊命中率就急剧下降。采购 Devin 的正确姿势是先定义任务边界,再谈价格。

信息缺口声明

  1. L1 / L4 / L5 层机制:Devin 为闭源产品,上下文压缩/检索/缓存机制、跨会话长期记忆机制、是否支持自建评估集 / DIY eval 均未公开,不可验证也不可定制。报告中标注为「机制未公开」,不得推测填补。
  2. 效果数据的第三方验证:第 6 章除 SWE-bench 首发成绩外,其余均为厂商或媒体口径,部分未获第三方独立验证
  3. 最新版本与更新时间的官方确认:2026-07 更新(启动快 3 倍、Slack/Linear 集成、computer use、Autofix)来自第三方汇编,标注 。
  4. 商业数据口径:ARR、估值、$40B 传闻均来自媒体与第三方机构,未获官方确认。
  5. ACI 术语:Agent-Computer Interface 为本报告为描述 Devin 沙箱 VM 交互层而做的术语归纳,官方未给出明确定义,标注 。
  6. Windsurf 产品细节:本文仅交叉说明其与 Devin 的同属关系与更名时间线,完整分析见 03-市场研究/01-AI-IDE组 的 Windsurf 文档。
  7. 任务级预算护栏:未检索到 Devin 提供 ACU 消耗硬上限的机制,标注 。
  8. Transparency / AI 生成内容标注:未检索到 Cognition 官方关于透明度说明或 AI 生成内容标注政策的公开资料。

8. 参考资料

  1. Cognition AI Business Model Deep Dive 2026 — AgentScout。https://agentscout.live/biz/startups/review/cognition-ai-business-model-deep-dive-2026/
  2. Devin AI Review 2026: Autonomous Coding Agent — HokAI。https://hokai.io/hub/tools/devin
  3. Discover Devin's Pricing and Plans for 2026 — Pensero。https://pensero.ai/blog/devin-pricing
  4. Cognition Eyes $40B: What Devin Desktop Means for Enterprise Developers — WebPulse。https://wpnews.pro/news/cognition-eyes-40b-what-devin-desktop-means-for-enterprise-developers
  5. Microsoft Agent Framework — Microsoft Learn 官方文档(ACP / 编排层对照参考)。https://learn.microsoft.com/en-us/agent-framework/overview/
  6. Claude Agent SDK — Agent Patterns Catalog(沙箱与权限设计对照参考)。https://www.agentpatternscatalog.org/compositions/claude-agent-sdk
  7. 2026 企业智能体开发平台全景评测:八大主流平台横向对比 — 稀土掘金。https://juejin.cn/post/7654244323158016038
  8. 国内企业级智能体头部公司盘点 — 中国经济新闻网。https://www.cet.com.cn/itpd/itxw/10523920.shtml
  9. 2026年AI智能体平台全维度横评 — CSDN。https://blog.csdn.net/weixin_56622231/article/details/159515126

Devin (Cognition) Platform Research

1. Introduction

1.1 Platform Positioning

Devin is an autonomous software engineering agent launched by Cognition (founded by Scott Wu, Steven Hao, and Walden Yan; the company was founded in 2023). It was first publicly revealed in 2024 and is called "the world's first AI software engineer."

Per the unified framing of the project parameter card, Devin is Harness's vertically integrated form in the coding context — in the same category as AI IDEs, but it follows the path of "cloud-native autonomous execution" rather than "local human–machine collaboration." It is not an Agent Framework (it does not provide you with something to build your own agent on), nor is it a general Agent Platform (it does not do multi-scenario orchestration). Instead, it encapsulates the entire Harness inside one product contract: you give it a task, and it delivers a PR.

Devin's product contract is the only correct yardstick for judging its value: "complete an entire engineering task end to end without step-by-step supervision." All of its design — the sandbox VM, the Planner/Coder/Critic composite architecture, parallel sessions, and ACU billing — serves this contract. Understanding this is the key to understanding why it is irreplaceable in some scenarios and completely unsuitable in others.

1.2 Basic Information

ItemValue
DeveloperCognition (Scott Wu, Steven Hao, Walden Yan; company founded in 2023)
First public reveal2024-03 (early access)
General availability2024-12-10
FormClosed-source commercial product (Cloud / Desktop / Local)
LicenseCommercial proprietary
Launch performanceSWE-bench end-to-end resolution rate of real GitHub issues 13.86% (previous best 1.96%)
2026 version capabilitiesBased on Claude Sonnet 4.5 (planning +18%, end-to-end benchmark +12%); adds dynamic replanning; multimodal input (UI mockups, Figma, screen recordings)
Product matrixDevin Cloud / Devin Desktop (formerly Windsurf, renamed 2026-06) / Devin Local (rewritten in Rust, token efficiency +30%)
Business dataARR: $37M (2025-05) → $492M (2026-05), 1,230% growth in 12 months; valuation $10.2B (2025-09) → $26B (2026-05); rumored $40B negotiations
Internal metric89% of committed code inside Cognition written by Devin (13% as of 2025-12)
ComplianceSOC 2 Type II (since 2024-09)
Distribution channelsDistributed through Infosys (2026-01) and Cognizant (2026-01) global client bases

Business data (ARR, valuation, rumored funding) comes from media and third-party sources, not officially confirmed; cite the nature of the source when quoting.

1.3 Version and Pricing Evolution

Devin's pricing history is itself an industry exploration of "how to price an autonomous agent":

DatePricing modelNotes
2024-03 (early access)ACU billingBilled per "Agent Compute Unit"
2024-12-10GACommercial launch
2025-02Abolished ACU, switched to a flat $500/monthTo reduce users' mental burden and budget uncertainty
2025-11Devin 2.0Generational product capability upgrade
2025-10Switched to elastic billing: Core from $20/month + $2.25/ACULowered the entry barrier from $500 to $20 while resuming usage-based billing

Current pricing (as of the 2026-09 check):

TierPriceContents
Core$20/month + $2.25/ACU1 ACU ≈ 15 minutes of active work (including VM time, inference, and network); 10 concurrent sessions
Team$500/monthIncludes 250 ACU; overage $2.00/ACU; unlimited concurrency
EnterpriseCustom pricingVPC deployment, SAML/OIDC SSO, centralized enterprise governance, teamspace isolation, centralized billing and usage analytics

Reading the pricing history: from ACU → flat $500 → $20 + ACU, these are essentially three different bets. The first bet "users can accept usage-based billing" failed (too much mental burden); the second bet "a flat-rate plan can lock in enterprise budgets" partially succeeded but the barrier was too high; the third bet "low barrier + elastic usage" aims to win both the long tail and enterprises at once. The key change in the third is: ACU is back, but as an "elastic increment" rather than the primary billing model.

The takeaway for the industry is that the cost predictability of an autonomous agent, more than the unit price itself, determines procurement decisions.

1.4 Relationship with Windsurf

Windsurf and Devin both belong to Cognition.

DateEvent
2025-07-14Cognition acquires Windsurf
2026-06Windsurf renamed Devin Desktop; the default view changed from a text editor to an "Agent Command Center" dashboard

As a result, Cognition currently has two product lines:

  • The Devin line (cloud-native autonomous execution): Devin Cloud / Devin Local.
  • The Windsurf line (local IDE collaboration): operated under the Devin Desktop brand since 2026-06, retaining full IDE capabilities (LSP, debugging, syntax highlighting, Windsurf extension compatibility).

The two are connected through the open ACP (Agent Client Protocol): Devin Desktop can run Codex, Claude Agent, and OpenCode simultaneously rather than only Devin.

Cross-reference: for a detailed analysis of Windsurf as an AI IDE, see the Windsurf document in 03-市场研究/01-AI-IDE组. This article only cross-references it within the scope of "both under Cognition, sharing the ACP orchestration layer."


2. Glossary

TermEnglish / AbbreviationDefinition
ACUAgent Compute UnitBilling unit: 1 ACU ≈ 15 minutes of Devin's active working time, covering VM time, model inference, and network bandwidth; does not consume while idle
ACIAgent-Computer InterfaceAgent–computer interface: the interaction layer between an agent and its execution environment (the sandbox VM's shell, editor, and browser) — i.e., the action space and observation space Devin uses to "operate a computer." The term is generalized from product behavior; the vendor has not given a formal definition, marked [To be verified]
Composite system architectureComposite SystemPlanner (breaks down the task) → Coder (writes the implementation) → Critic (reviews bugs and security) → delivery
Sandbox VMSandbox VMEach session runs in an independent virtual machine with its own shell, code editor, and browser; code never executes on the user's local machine
Dynamic replanningDynamic ReplanningCan change strategy when blocked midway rather than forcing its way along the original plan
Parallel SessionsParallel SessionsParallel sessions introduced in 2026-02, turning Devin from a "single slow contractor" into a "small asynchronous team"
Devin WikiDevin WikiKnowledge base
PlaybookPlaybookScripts Devin can create and improve (Advanced Capabilities layer)
ACPAgent Client ProtocolOpen protocol; via it Devin Desktop runs Codex, Claude Agent, and OpenCode simultaneously rather than only Devin
SpacesSpacesOrganizes agent activity by project
AutofixAutofix2026-07 update: automatically responds to review comments
Devin LocalDevin LocalLocal form rewritten in Rust, token efficiency +30%
Devin DesktopDevin DesktopFormerly Windsurf, renamed 2026-06; default view is an Agent Command Center dashboard
TeamspaceTeamspaceDepartment-level isolation unit for enterprise plans
QA WalkthroughQA WalkthroughA recording of Devin's own testing process, delivered as evidence

3. Feature Description

3.1 End-to-End Task Delivery

Devin's core capability: given an engineering task, it autonomously completes the full chain of planning → coding → testing → debugging → opening a PR without step-by-step supervision. It can also respond to review comments (Autofix, introduced 2026-07) and record a QA walkthrough of its own testing as evidence of delivery.

3.2 Sandbox VM Execution Environment

Each session runs in an independent virtual machine with its own shell, code editor, and browser. Code never executes on the user's local machine — this is both a security boundary and the physical embodiment of the design philosophy of "giving the agent a complete computer."

This design corresponds to L2 (Tool and Execution Layer) of the Harness six-layer model: Devin's tool layer is not a list of tools but an entire computer. It offers the strongest expressiveness at the cost of cost and observability.

3.3 Legacy Code Migration

Devin's most differentiated capability: ingesting legacy-language codebases such as COBOL / Fortran / Objective-C and refactoring them into Rust / Go / Python while preserving business logic. This is the kind of grunt work "engineers are reluctant to do but is clearly documented," and precisely the best fit for autonomous agents.

3.4 Bounded Engineering Work

Dependency upgrades, lint fixes, filling in tests, and bug fixes — work that is clearly bounded with objective acceptance criteria — is where Devin's hit rate is highest.

3.5 Multimodal Input and QA Walkthrough

Supports UI mockups, Figma files, and screen recordings as input for reproducing and fixing visual bugs. On the output side it can record a QA walkthrough, turning "I've tested it" into replayable evidence.

3.6 Delivery Channels and Devin Desktop

  • Delivery channels: Slack, Microsoft Teams, Web interface, VS Code extension.
  • 2026-07 update: 3× faster startup, Slack/Linear integrations, end-to-end computer use testing, Autofix for review comments.
  • Devin Desktop (2026-06): default view changed from a text editor to an "Agent Command Center" — a dashboard that centrally manages all local and cloud agent sessions; runs Codex, Claude Agent, and OpenCode simultaneously via ACP; retains full IDE capabilities.
  • Code ownership: code generated by Devin under all plans belongs to the customer; inputs and outputs are treated as customer IP.

4. Platform Architecture

图 4-1|Devin 平台架构:从任务输入到 PR 交付的分层架构

Devin 平台架构(复合系统 × 沙箱执行) 信息截止 2026-09 · 示意:基于本文分析绘制 产品入口层(渠道:Slack · Teams · Web · VS Code) Devin Cloud 云端自主执行 Devin Desktop 原 Windsurf · 看板仪表盘 Devin Local Rust 重写 · token 效率 +30% 任务输入 编排与控制层(L3)· Planner / Coder / Critic 复合系统(本图重点) Planner 拆解任务 Coder 写实现 Critic 审查 bug 与安全 交付 PR PR / QA walkthrough 沙箱调度 执行环境层(L2)· 每会话独立沙箱 VM shell + 代码编辑器 + 浏览器 · 代码从不在用户本地机器执行 云端运行,支持并行多会话(2026-02 起)· 「给 Agent 一台完整的计算机」 模型推理 模型层 · Claude Sonnet 4.5(授权模型,非自研) 规划 +18% · 端到端评测 +12% 结构解读:Devin 把三段式复合系统 + 沙箱 VM 封装为「任务进、PR 出」的单一产品契约。 底层为授权的 Claude Sonnet 4.5——模型不是自己的,可防御的资产是编排层与产品化能力。

数据来源:基于本文分析绘制的示意图。

4.1 Composite System Architecture

Devin is not a single model but a three-stage composite system:

Planner(拆解任务)
   ↓
Coder(写实现)
   ↓
Critic(审查 bug 与安全)
   ↓
交付(PR / walkthrough)

Under the hood it uses Claude Sonnet 4.5 (a licensed model, not self-developed). This is worth noting: Devin's technical moat is narrower than its commercial moat — the model is not its own; the defensible asset is the orchestration layer and productization capability.

4.2 Execution Environment

  • Independent VM sandbox per session (shell + editor + browser).
  • Runs in the cloud, supports parallel multi-sessions (since 2026-02).
  • Devin Local rewritten in Rust, token efficiency +30%.

4.3 Enterprise Form

CapabilityNotes
VPC isolated deploymentProvided in the Enterprise tier
SAML/OIDC SSOProvided in the Enterprise tier
Teamspace isolationDepartment-level isolation
Centralized enterprise governanceUnified policy and visibility
Centralized billing and usage analyticsObservability of ACU consumption
SOC 2 Type IISince 2024-09

4.4 Orchestration Layer Strategy

Cognition's strategic bet is: owning the orchestration layer is more defensible than owning any single agent. Through ACP it turns the "agent orchestration layer" into a defensible asset rather than binding to a single agent — the fact that Devin Desktop can run Codex, Claude Agent, and OpenCode is a direct expression of this bet.

This means Cognition's future competitors are not "another better coding agent" but "another better orchestration layer."


5. Harness Design

5.1 Six-Layer Capability Overview

LayerNameRatingOne-line assessment
L1Context Engineering LayerMedium (opaque)Context management for long-running multi-step sessions + dynamic replanning; compression/retrieval/cache mechanisms are undisclosed
L2Tool and Execution LayerStrongSandbox VM (shell + editor + browser) + computer use + multimodal input; the Critic stage performs security review
L3Orchestration and Control LayerStrongPlanner/Coder/Critic composite architecture + dynamic replanning + parallel sessions
L4Memory and State LayerMediumDevin Wiki + Playbook + long-running sessions; cross-session long-term memory mechanism is undisclosed
L5Evaluation and Observability LayerMediumSession replay and real-time transparency; no public self-built evaluation set / DIY eval capability
L6Governance and Security LayerMedium-StrongVPC + SSO + teamspace + centralized governance + SOC 2 Type II; built-in security review in the Critic stage

5.2 L1 Context Engineering Layer

Rating: Medium (opaque).

Confirmed capabilities: context management for long-running multi-step sessions, and dynamic replanning (changing strategy when blocked midway).

The part that cannot be confirmed: the specific compression, retrieval, cache, and prioritization mechanisms are undisclosed. As a closed-source product, users can neither verify its effectiveness nor customize its behavior. For a product whose core selling point is "long-duration tasks," L1's opacity is a significant risk point: you cannot answer "why did it forget that critical constraint."

5.3 L2 Tool and Execution Layer

Rating: Strong.

  • Sandbox VM: a complete computer environment of shell + editor + browser, with the highest ceiling of expressiveness.
  • Computer use: end-to-end computer operation capability (enhanced 2026-07).
  • Multimodal input: Figma files and screen recordings used to reproduce visual bugs.
  • Critic stage: provides bug and security review, building "review" into the execution chain rather than bolting it on.

This is one of Devin's two strongest layers and the root of what distinguishes it from a "coding agent that can only read and write files."

5.4 L3 Orchestration and Control Layer

Rating: Strong.

  • Planner / Coder / Critic composite architecture: splits "planning—implementation—review" into three roles, making failure points easier to locate than in a single-agent loop.
  • Dynamic replanning: does not force its way along the original plan; this is a prerequisite for reliability in long-running tasks.
  • Parallel sessions (2026-02): a watershed in Devin's product form — it turns Devin from "one slow contractor" into "a small asynchronous team," completely changing the mathematics of throughput.
  • QA walkthrough self-testing: treats the testing process itself as a deliverable.

Tension one (flexibility ↔ predictability) is extremely one-sided on Devin: Devin almost entirely gives up flexibility (closed-source, non-customizable orchestration, non-pluggable components) in exchange for the predictable contract of "give me a task and I deliver." This is the inevitable cost of productization — you cannot both have an out-of-the-box product and fully control its orchestration logic.

The notable exception is ACP: through an open protocol, Devin Desktop at least returns the choice of "which agent to use" to the user. This can be seen as a partial correction to "fully closed."

5.5 L4 Memory and State Layer

Rating: Medium.

  • Devin Wiki: knowledge base.
  • Playbook: scripts Devin can create and improve.
  • Long-running sessions: supports continuous execution of long-duration tasks.

The cross-session long-term memory mechanism is undisclosed. Users cannot confirm whether "experience from the previous task will be reused in the next," nor can they actively manage this part of the memory. For teams that need to accumulate domain knowledge across tasks, this is a black box.

5.6 L5 Evaluation and Observability Layer

Rating: Medium.

  • Session replay and real-time transparency: can observe every action Devin takes.
  • Autofix: responds to review comments, part of a feedback loop.

No public self-built evaluation set / DIY eval capability. This means you cannot use your own regression suite to quantify "whether Devin actually improved on our codebase." For teams making long-term investment decisions, this is a question that must be asked before purchasing.

5.7 L6 Governance and Security Layer

Rating: Medium-Strong.

MechanismNotes
VPC isolated deploymentEnterprise; controllable data and network boundaries
SAML/OIDC SSOEnterprise
Teamspace isolationDepartment-level
Centralized enterprise governance + billing and usage analyticsACU-level visibility
SOC 2 Type IISince 2024-09
Critic-stage security reviewBuilt into the execution chain

Cost governance is L6's most obvious gap: ACU consumption fluctuates with task complexity, codebase size, and session duration, and no hard per-task budget cap mechanism was found. Community and review reports put real monthly spend at often $300–500, even starting from the $20 entry tier. This means cost guardrails must be established by the user at the process level (e.g., limiting the number of concurrent sessions, constraining task types), rather than relying on product mechanisms.

5.8 Projection of the Three Inherent Tensions onto Devin

TensionConcrete manifestation on DevinAnswer given by the platformRemaining risk
Flexibility ↔ PredictabilityEntirely tilts to predictability: closed-source, non-customizable, non-pluggableTrades the "end-to-end delivery" product contract for certaintyCannot adapt to non-standard processes; orchestration logic is not auditable
Openness ↔ GovernanceACP opens multi-agent interoperability but also expands the execution surfaceVPC + SSO + teamspace + SOC 2 Type IIThe sandbox VM is a full computer; its attack surface is larger than a restricted tool set
Cost ↔ DepthDeep tasks (legacy migration) consume many ACUsElastic ACU billing + usage analytics + parallel sessions amortize costsNo hard per-task budget cap; unit price is significantly higher than assistive solutions

Cost comparison (cross-category reference): for a single bug fix, Copilot-class assistive solutions cost about $0.12–1.00, while Devin costs about $4.50–6.75 — a gap of roughly 5–7×. This is not about "is it expensive" but "what are you buying": the former buys suggestions, the latter buys delivery.


6. Case Studies

CaseScenarioResult dataSource nature
Mercedes-BenzLegacy system modernization project8 months → 8 daysVendor/Media
NubankCore ETL migration: 6 million+ lines of code split from a monorepo into submodules, with 100,000+ data classes needing individual migration; originally expected 18 months and 1,000+ engineersHandled by parallel multi-Devin instances, 8–12× engineering-hour efficiency gain; 20×+ cost savings within the scope of delegation; Data/Collections/Risk business units compressed from months down to weeks; after fine-tuning on historical manual migration samples, task completion scores doubled and individual subtask time dropped from ~40 minutes to 10 minutesVendor
Itaú (Brazilian bank)Automatic security vulnerability remediation70% of security vulnerabilities resolved automaticallyVendor
Cognition itselfInternal code self-writing rate89% (13% as of 2025-12)Vendor
Other customersGoldman Sachs, NASA, Santander, Dell, Cisco, Palantir, Mercado LibreAll working on clearly documented work that engineers are reluctant to do, such as "platform migration, legacy rewrite, regression test generation"Media
Japan "Devin-kun"Legacy code maintenanceViewed as a global model for aging economiesMedia

Note on the nature of the sources: most of the above data comes from vendors or media, and some has not been independently verified by third parties. The source-nature labeling must be retained when citing.

Non-vendor data that can be cross-referenced: at launch Devin's SWE-bench end-to-end resolution rate was 13.86% (previous best 1.96%) — the only public benchmark result with comparability, but note it is data from the 2024-03 launch point and does not represent 2026 levels.


7. Summary

7.1 Strengths

  • Most mature engineering implementation of long-running autonomous execution: the combination of sandbox VM + Planner/Coder/Critic + parallel sessions is currently the most thorough product at "autonomously completing a full engineering task."
  • Uniquely strong legacy code migration capability: COBOL / Fortran / Objective-C → modern languages, with almost no comparable competitors.
  • Parallel sessions change the mathematics of throughput: from a serial contractor to an asynchronous team, a change of magnitude rather than percentage.
  • Complete enterprise compliance: VPC + SSO + teamspace + SOC 2 Type II.
  • Open ACP protocol: avoids single-agent lock-in and is the right strategy for treating the orchestration layer as a defensible asset.
  • Clear code ownership: generated code belongs to the customer; inputs and outputs are treated as customer IP.

7.2 Weaknesses

  • High and unpredictable unit price: real monthly spend often reaches $300–500 even starting from the $20 entry tier; ACU consumption fluctuates with task complexity, codebase size, and session duration.
  • Performs poorly on ambiguous requirements and architecture-level decisions: Devin needs clear acceptance criteria; open-ended feature development is its weak spot.
  • The underlying model is licensed, so the technical moat is thinner than the commercial moat.
  • L1 / L4 / L5 are opaque and non-customizable: context mechanisms, long-term memory, and evaluation capability all cannot be verified or intervened in.
  • No hard per-task budget cap: cost guardrails must be built into the user's own processes.
  • Most result data is vendor/media-sourced with a lack of independent third-party verification.

7.3 Applicability Boundaries

Suitable for:

  • Engineering tasks with clear scope, complete documentation, and high repetitiveness: platform migration, legacy rewrite, dependency upgrades, test generation, documentation completion.
  • Bug fixes with objective acceptance criteria.
  • Migration-type tasks with historical manual samples available for fine-tuning (the Nubank case shows task completion scores double after fine-tuning).
  • Organizations that already meet enterprise compliance requirements (VPC / SSO needs).

Not suitable for:

  • Open-ended feature development, architecture decisions, and tasks with ambiguous requirements.
  • Scenarios requiring audit of orchestration logic or customization of the execution process.
  • Teams whose budgets must be strictly capped and cannot tolerate fluctuation.
  • Organizations needing to build their own evaluation set for long-term ROI measurement (L5 does not support it).

7.4 Selection Recommendation

If your primary constraint isIs Devin suitable?Reason
Legacy system modernizationStrongly suitableUniquely strong; supported by the Nubank / Mercedes-Benz cases
Bounded repetitive engineering workStrongly suitableHighest hit rate; objective acceptance
Need for parallel throughputStrongly suitableParallel sessions change the mathematics
Enterprise complianceSuitableVPC / SSO / SOC 2 Type II
Strictly capped costsWeakACU fluctuation + no hard budget cap
Open-ended feature developmentNot suitablePerforms poorly when requirements are ambiguous
Orchestration logic needs auditingNot suitableClosed-source; L1/L3/L4/L5 all cannot be verified

One-sentence conclusion: Devin is the product that has gone the furthest on the "autonomous delivery" path, especially suited to clearly bounded, historically-sampled grunt work that engineers are reluctant to do; its cost is costs that cannot be capped, internal mechanisms that cannot be audited, and a hit rate that drops sharply once requirements become ambiguous. The right way to buy Devin is to first define the task boundary, then talk about price.

Information Gap Statement

  1. L1 / L4 / L5 layer mechanisms: Devin is a closed-source product; its context compression/retrieval/cache mechanisms, cross-session long-term memory mechanism, and whether it supports self-built evaluation sets / DIY eval are all undisclosed, and cannot be verified or customized. In this report they are marked as "mechanism undisclosed" and must not be filled in by speculation.
  2. Third-party verification of result data: in Chapter 6, apart from the SWE-bench launch score, everything else is vendor- or media-sourced, and some has not been independently verified by third parties.
  3. Official confirmation of the latest version and update dates: the 2026-07 update (3× faster startup, Slack/Linear integrations, computer use, Autofix) comes from third-party compilation, marked [To be verified].
  4. Business data sourcing: ARR, valuation, and the $40B rumor all come from media and third-party institutions and have not been officially confirmed.
  5. ACI term: Agent-Computer Interface is a term generalization this report makes to describe Devin's sandbox VM interaction layer; the vendor has not given a formal definition, marked [To be verified].
  6. Windsurf product details: this article only cross-references its shared affiliation with Devin and its rename timeline; the full analysis is in the Windsurf document in 03-市场研究/01-AI-IDE组.
  7. Per-task budget guardrails: no mechanism for a hard cap on ACU consumption was found in Devin, marked [To be verified].
  8. Transparency / AI-generated content labeling: no public material from Cognition on transparency statements or AI-generated content labeling policy was found.

8. References

  1. Cognition AI Business Model Deep Dive 2026 — AgentScout. https://agentscout.live/biz/startups/review/cognition-ai-business-model-deep-dive-2026/
  2. Devin AI Review 2026: Autonomous Coding Agent — HokAI. https://hokai.io/hub/tools/devin
  3. Discover Devin's Pricing and Plans for 2026 — Pensero. https://pensero.ai/blog/devin-pricing
  4. Cognition Eyes $40B: What Devin Desktop Means for Enterprise Developers — WebPulse. https://wpnews.pro/news/cognition-eyes-40b-what-devin-desktop-means-for-enterprise-developers
  5. Microsoft Agent Framework — Microsoft Learn official documentation (reference for ACP / orchestration layer comparison). https://learn.microsoft.com/en-us/agent-framework/overview/
  6. Claude Agent SDK — Agent Patterns Catalog (reference for sandbox and permission design comparison). https://www.agentpatternscatalog.org/compositions/claude-agent-sdk
  7. 2026 企业智能体开发平台全景评测:八大主流平台横向对比 — Juejin (稀土掘金). https://juejin.cn/post/7654244323158016038
  8. 国内企业级智能体头部公司盘点 — China Economic News Network (中国经济新闻网). https://www.cet.com.cn/itpd/itxw/10523920.shtml
  9. 2026年AI智能体平台全维度横评 — CSDN. https://blog.csdn.net/weixin_56622231/article/details/159515126