DeepSeek(AI IDE 平台市场研究)
1. 介绍
DeepSeek(杭州深度求索)是本组唯一以模型厂商身份提供「模型 + 开源 Harness」双轮供给的平台。其产品线有三条:DeepSeek-V3.2 模型(强化 Agent 能力,融入思考推理)、DeepSeek Harness(dsh,MIT 许可的模型无关智能体 Harness,2026-08-17 发布 v0.1 开发者预览)、开放平台(API 与免费对话产品)。
把 DeepSeek 归入 AI IDE 组的口径依据是本组既有惯例:Claude Code、Codex CLI、Gemini CLI 等模型厂商自有工具均归 IDE 组(详见组 README 第 1.1 节),DeepSeek 的 V3.2 + dsh + 开放平台组合处于同一生态位——只是它把 Harness 做成了可替换模型的通用底座,而非自有模型专用外壳。
1.1. 开发商与产品沿革
| 项目 | 内容 | 来源 |
|---|---|---|
| 开发商 | 杭州深度求索(DeepSeek) | 官网 |
| 模型发布 | DeepSeek-V3.2 正式版(强化 Agent 能力、融入思考推理,网页/App/API 全面上线);V3.2 开源权重于 2026 年 9 月初发布 | 官网公告 |
| Harness 发布 | DeepSeek Harness(dsh)v0.1 开发者预览,2026-08-17 | 第三方深度评述 + 引用官方发布口径 |
| 开源许可 | 模型开源权重(社区口径 MIT);dsh 为 MIT | 社区口径 / 评述文章 |
| dsh 生态数据 | GitHub 183,972 stars / 20,271 forks(2026-08-22 快照) | 第三方评述, |
| dsh 官方发布博客原文 | 未直接核验, | — |
版本演进注记:官网首页在本篇撰写时已展示更新代次的模型公告(V4.1-Flash),但其发布日期无法确认不晚于信息截止 2026-09-12,按本库截止纪律不写入正文。
1.2. 定位:模型厂 + 开源 Harness 双轮
DeepSeek 在 Harness 体系中的独特位置是:它是唯一同时提供「被承载对象」与「承载层」且两者都开源的供应商。对照本组:
| 供应商 | 模型 | Harness | 关系 |
|---|---|---|---|
| Anthropic | Claude(闭源) | Claude Code(闭源) | 深度耦合 |
| OpenAI | GPT(闭源) | Codex CLI(Apache 2.0 开源) | 开放 Harness,绑定自家账号体系 |
| Gemini(闭源) | Gemini CLI(Apache 2.0 开源) | 同上 | |
| DeepSeek | V3.2(开源权重) | dsh(MIT 开源) | 双开源,且 Harness 模型无关 |
dsh 的模型无关性是关键差异:它支持 DeepSeek / Anthropic / OpenAI API Key、Bedrock / Vertex / Azure / Codex 原生凭据及任意 OpenAI 兼容端点。这意味着 dsh 不是「DeepSeek 的专属客户端」,而是与 Claude Code、Codex CLI 直接竞争的通用 Harness——模型只是它的一个可替换插件。
1.3. 定价体系
| 项 | 内容 | 来源 |
|---|---|---|
| App / 网页对话 | 免费 | 官网 |
| API | 按 token 计费,峰谷定价;第三方称常低于 ¥1/百万 tokens 量级 | |
| V3.2 成本口径 | 声称推理成本再降一半 | 官方公告口径 |
| dsh | MIT 开源,本体免费;模型成本由接入方按所接 API 承担 | 评述文章 |
2. 名词解释
| 术语 | 英文 / 缩写 | 释义 |
|---|---|---|
| DeepSeek Harness | dsh | MIT 许可、模型无关的智能体 Harness,2026-08-17 发布 v0.1 开发者预览,命令名为 dsh |
| Cordis 内核 | Cordis | dsh 的核心内核;模型、工具、技能、会话、沙箱、存储、agent loop、调度、UI 全部以插件形式挂载其上 |
| 插件化 Harness | Pluggable Harness | 把 Harness 各层能力做成可替换插件的架构取向,dsh 是本组最激进的实现 |
| 思考-工具融合 | Interleaved Thinking-Tool | 思考与非思考双模式工具调用:先推理、再决定是否调工具、工具结果反哺推理 |
| 上下文冷启动优化 | Context Cold-Start Optimization | V3.2 的标志性上下文工程:仅丢弃推理内容、保留工具调用历史,实现增量推理复用 |
| 自动环境合成 | Automated Environment Synthesis | 训练侧 Pipeline:合成 1,827 个任务环境 + 85,000+ 复杂指令用于 RL 训练 |
| 峰谷定价 | Off-Peak Pricing | 开放平台 API 在低谷时段降低单价的价格机制 |
| JSON mode | JSON Mode | 输出严格为合法 JSON 的模型接口模式,供结构化工具链消费 |
| MCP | Model Context Protocol | 工具与数据源接入的开放协议 |
| Discussions 定位 | Discussions over Issues | dsh 官方禁用 Issue Tracker、启用 Discussions,自定位为「发布基础设施而非支持队列」 |
| BYOK | Bring Your Own Key | 使用者自带第三方模型 API Key 接入的开放机制 |
| 模型无关 | Model-Agnostic | Harness 不绑定特定模型供应商,可替换接入任意兼容模型 |
| SWE-bench Verified | SWE-bench Verified | 真实 GitHub issue 修复基准(已于 2026-02-23 被宣布弃用,历史口径仍可引用) |
| Terminal Bench | Terminal-Bench | 终端环境智能体任务基准,评测的是模型 + Harness 系统 |
3. 功能说明
3.1. 模型层能力(DeepSeek-V3.2)
| 能力 | 说明 | 来源等级 |
|---|---|---|
| Agent 能力强化 | 正式版强化智能体任务表现,融入思考推理 | 官网公告 |
| SWE-bench Verified 73.1% | 开源 SOTA 口径 | 第三方转述官方技术报告 |
| Terminal Bench 2.0 46.4% | 同上 | 同上, |
| MCP-Universe 81.7 | 开源 SOTA 口径 | 同上, |
| Function calling / JSON mode | 与工具链对齐的结构化接口 | 官方 API 文档口径 |
| 思考-工具融合 | 先推理 → 再决定是否调工具 → 结果反哺推理 | 第三方评述官方发布口径 |
必须强调本组 README 第 3.3 节的口径:上述基准分数是「模型 + Harness」系统的分数。V3.2 的分数之所以能作为 DeepSeek 的能力证据,恰恰因为官方为它配套了 dsh 这套 Harness——模型与 Harness 联合优化(思考-工具融合、上下文冷启动优化)是分数背后的工程来源。
3.2. Harness 层能力(DeepSeek Harness / dsh)
| 能力 | 说明 |
|---|---|
| 模型无关接入 | DeepSeek / Anthropic / OpenAI API Key;Bedrock / Vertex / Azure / Codex 原生凭据;任意 OpenAI 兼容端点 |
| 全插件化 | models / tools / skills / sessions / sandboxes / storage / agent loop / scheduling / UI 九类能力均为插件 |
| MIT 许可 | 商用友好,可分叉、可自托管 |
| 沙箱执行 | sandboxes 插件承载隔离执行(默认配置细节 ) |
| 调度 | scheduling 插件负责任务调度 |
3.3. 开放平台
| 能力 | 说明 |
|---|---|
| API 服务 | 峰谷定价、按 token 计费;2026-05 报道口径称 V4 开放 API 时推理提速 60%+, |
| 免费 C 端产品 | App / 网页免费对话,深度思考与智能搜索 |
| 开放权重 | 供自托管与下游集成 |
4. 平台架构
| 层 | 组件 | 说明 |
|---|---|---|
| 模型层 | DeepSeek-V3.2 | 思考-工具融合;开源权重;成本减半口径 |
| Harness 层 | dsh + Cordis 内核 | 九类插件挂载;模型无关 |
| 服务层 | 开放平台 | API 峰谷定价;免费 C 端 |
图 16-1|dsh 的 Cordis 插件内核架构
示意图:基于第三方评述披露的架构口径绘制。
架构要点:Cordis 的激进之处在于把 agent loop 本身也做成插件。主流开源 Harness(Codex CLI、Gemini CLI)的核心循环是固化在代码里的;dsh 把循环外置为可替换组件,等于承认「循环结构尚未收敛」——不同任务形态可能需要不同形态的循环,这与其「发布基础设施」的自我定位一致。
5. Harness 设计
5.1. L1 上下文工程层
DeepSeek 的 L1 体现在模型侧与 Harness 侧两处:
- 上下文冷启动优化(模型侧):上下文满载后的重开代价被显著压低——只丢弃推理内容、保留工具调用历史,实现增量推理复用。这是 V3.2 标志性的上下文工程创新:传统压缩是「摘要化历史」,它是「选择性遗忘 + KV 级复用」,保真度更高。
- 会话与存储插件(Harness 侧):sessions / storage 插件化的装配机制使上下文载体的实现可替换。
- 思考-工具融合:工具结果反哺推理的交织模式,改变了「先想完再动手」的串行上下文消耗结构。
与组内对照:Claude Code 的压缩是产品层机制,DeepSeek 的冷启动优化是模型层机制——后者一旦成立,L1 的工程负担部分前移到了后训练,这是「模型厂做 Harness」的结构性优势。
5.2. L2 工具与执行层
| 机制 | 说明 |
|---|---|
| tools 插件 | 工具注册与执行的可替换实现 |
| sandboxes 插件 | 隔离执行;默认沙箱配置细节 |
| MCP 对齐 | MCP-Universe 81.7(开源 SOTA 口径)显示 MCP 工具面适配充分 |
| Function calling / JSON mode | 结构化接口 |
L2 强度取决于插件生态而非内核——v0.1 预览阶段的工具生态规模未检索到统计,[待填写]。
5.3. L3 编排与控制层
dsh 的 L3 是「单主循环 + 可替换」:默认 agent loop 插件提供标准的规划-执行-观测循环,scheduling 插件负责任务调度。与 Claude Code 的计划模式 / 子智能体 / 钩子体系(详见 02-claude-code.md)相比,编排控制的原生丰富度较低;但「循环可替换」意味着社区可以派生出任何编排形态。评级取中强:原生机制中等,可塑性最高。
5.4. L4 记忆与状态层
sessions / storage 双插件承载会话态与持久化。长期记忆机制未公开细节,[待填写]。与组内对照,L4 处于「接口开放、实现待补」的状态。
5.5. L5 评估与观测层
| 机制 | 说明 |
|---|---|
| 自动环境合成 Pipeline | 1,827 任务环境 + 85,000+ 复杂指令,用于 RL 训练闭环 |
| RL 验证器 | 训练侧的机械判据体系 |
| dsh 自身评估体系 | 未公开,[待填写] |
DeepSeek 的 L5 投入主要在训练侧而非产品侧:环境合成 + RL 验证器构成了模型能力的验证闭环,这是模型厂独有的 L5 形态——把「做得好不好」的判据前移到后训练阶段。产品侧(dsh)的轨迹追踪与回归集未公开。
5.6. L6 治理与安全层
| 治理维度 | 实现 |
|---|---|
| 开源可审计 | MIT 双开源(模型权重 + Harness),全栈可审计 |
| 自托管 | 模型权重 + dsh 均可本地部署,数据不出域 |
| 沙箱权限模型 | 默认配置与权限颗粒度细节 |
| 组织级治理 | 需自建(开源项目无内置企业管控) |
DeepSeek 的 L6 哲学与 Gemini CLI 类似——开源即治理策略:代码与权重全开放使「审计承载层本身」成为可能,数据主权由自托管实现。代价是企业级管控(审计日志、策略下发、RBAC)需要采购方自建。
5.7. 六层能力小结
| 层 | 评级 | 一句话判断 |
|---|---|---|
| L1 上下文工程 | ★★★ | 上下文冷启动优化是模型级创新;会话/存储插件化装配 |
| L2 工具与执行 | ★★★ | 沙箱/工具/调度全插件化;MCP 对齐充分 |
| L3 编排与控制 | ★★ | 单主循环 + 循环可替换;原生编排机制中等 |
| L4 记忆与状态 | ★★ | sessions/storage 插件化;长期记忆细节未公开 |
| L5 评估与观测 | ★★ | 训练侧环境合成 + RL 验证器闭环;产品侧评估未公开 |
| L6 治理与安全 | ★★ | MIT 双开源全栈可审计;企业管控需自建 |
6. 实际案例
说明:本节如实说明数据可得性。截至信息截止 2026-09-12,未检索到 DeepSeek 官方发布的带对照测量的企业客户量化案例;以下为公开口径。
- 生态规模信号:dsh 在 2026-08-22 快照(发布后 5 天)达 GitHub 183,972 stars / 20,271 forks(第三方评述口径)。若数字属实,这是开源 Harness 史上最快的星标增长之一,说明「模型无关 + 全插件化」的组合击中了市场缺口。
- 基准验证案例:V3.2 在 SWE-bench Verified 73.1%、Terminal Bench 2.0 46.4%、MCP-Universe 81.7 的成绩(第三方转述官方技术报告口径)——是「模型 + 自有 Harness 联合优化」路线有效性的公开证据。
- 成本结构案例:推理成本再降一半(官方口径)与峰谷定价,使国产模型 API 成本进入「个位数人民币/百万 tokens 量级」区间(第三方称低于 ¥1 量级),直接改变了下游 Harness 供应商的模型选型约束。
- 社区治理样本:dsh 禁用 Issue Tracker、启用 Discussions 的决定,把项目自我定位为「基础设施发布渠道而非支持队列」——对评估其长期维护模式是有信息量的信号。
7. 总结
7.1. 优势
- 唯一的双开源全栈:模型权重 + Harness 均 MIT/开源,审计与数据主权路径最完整。
- 模型级上下文工程:冷启动优化与思考-工具融合是 L1 的结构性创新,非产品层补丁可比。
- 全插件化架构:九类能力可替换,agent loop 亦不例外——可塑性全组最高。
- 成本极低:API 定价与推理成本持续下探,是下游组合的最经济模型选项之一。
7.2. 局限
- v0.1 预览成熟度:dsh 处于早期,工具生态、文档与稳定性未经长周期检验。
- L3/L4 产品机制薄:原生编排与记忆机制不及 Claude Code / Codex CLI 成熟。
- 企业管控缺位:无内置 RBAC / 审计 / 策略下发,组织化使用需自建。
- 基准数据依赖转述:核心分数来自第三方转述官方报告,原始报告核验 。
- 官方披露节奏:dsh 发布博客原文、版本路线图均未直接核验。
7.3. 适用边界与选型建议
| 场景 | 是否适用 | 理由 |
|---|---|---|
| 成本敏感的大规模编码任务 | 强适用 | API 成本与开源权重双低 |
| 需要自托管、数据不出域 | 强适用 | 模型 + Harness 双开源 |
| Harness 二次开发 / 研究定制 | 强适用 | 全插件化 + agent loop 可替换 |
| 开箱即用的成熟企业工具 | 谨慎 | v0.1 预览,成熟度待观察 |
| 需要组织级治理闭环 | 不适用 | 需自建管控层 |
| 仅接受闭源商业支持 | 不适用 | 开源项目无商业 SLA 口径 |
选 DeepSeek 的判断标准是:你要的是「可完全掌控的智能体底座」而非「成熟商业工具」。若以性价比驱动模型选型,dsh + V3.2 是当前开源路线的最优组合之一;若追求开箱即用的工程成熟度,Codex CLI 或 Claude Code 仍是更稳的选择——但需要支付相应的封闭性代价。
信息缺口声明
- DeepSeek-V3.2 官方技术报告原文 URL 与各基准分数:需以 arXiv/官网原始报告二次核验,。
- dsh 官方发布博客原文 URL:未直接核验,。
- dsh v0.1 之后的版本迭代:未检索到,
[待填写]。 - 开放平台现行 API 价目表:未直接抓取官网核验,。
- dsh 沙箱默认配置与权限模型细节:待官方文档核验,
[待填写]。 - dsh GitHub 星标数:183,972 stars 为 2026-08-22 第三方快照口径,。
- V3.2 长期记忆机制:未公开,
[待填写]。 - 企业落地客户案例:未检索到官方一手对照数据,未采用任何营销口径数字。
8. 参考资料
- DeepSeek 官方网站 — 深度求索,2026。https://www.deepseek.com
- DeepSeek 开放平台 — 深度求索,2026。https://platform.deepseek.com/
- DeepSeek Harness(dsh)第三方深度评述 — DataLLMLab,2026。https://datallmlab.com/blog/deepseek-harness.html
- 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/
- SWE-bench 官方站 — Princeton / 社区,2023—2026。https://www.swebench.com/
- SWE-bench Verified 弃用公告(2026-02-23)相关口径 — 见 02-行业赋能/03-软件工程组/06-benchmark.md — OpenAI,2026。
- Effective context engineering for AI agents — Anthropic,2025。https://www.anthropic.com/engineering/effective-context-engineering-for-ai-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/
DeepSeek (AI IDE Platform Market Research)
1. Introduction
DeepSeek (Hangzhou DeepSeek) is the only platform in this group that supplies the "model + open-source Harness" two-pronged offering in the capacity of a model vendor. Its product line has three parts: the DeepSeek-V3.2 model (strengthened agent capabilities, integrating thinking and reasoning), DeepSeek Harness (dsh, an MIT-licensed model-agnostic agent Harness, with v0.1 developer preview released on 2026-08-17), and the open platform (API and free chat products).
The basis for classifying DeepSeek into the AI IDE group follows this group's existing convention: model vendors' own tools such as Claude Code, Codex CLI, and Gemini CLI are all classified into the IDE group (see section 1.1 of the group README), and DeepSeek's V3.2 + dsh + open platform combination occupies the same niche — except that it turns the Harness into a general-purpose base with replaceable models, rather than a shell dedicated to its own model.
1.1. Developer & Product Evolution
| Item | Content | Source |
|---|---|---|
| Developer | Hangzhou DeepSeek | Official website |
| Model release | DeepSeek-V3.2 official release (strengthened agent capabilities, integrated thinking and reasoning, fully rolled out on Web/App/API); V3.2 open weights released in early September 2026 | Official announcement |
| Harness release | DeepSeek Harness (dsh) v0.1 developer preview, 2026-08-17 | Third-party in-depth review + cited official release statement |
| Open-source license | Model open weights (MIT per community); dsh is MIT | Community / review article |
| dsh ecosystem data | GitHub 183,972 stars / 20,271 forks (snapshot 2026-08-22) | Third-party review |
| dsh official release blog original | Not directly verified | — |
Version evolution note: at the time of writing, the official homepage already showed the announcement of a newer generation model (V4.1-Flash), but its release date could not be confirmed to be no later than the information cutoff of 2026-09-12, so per this repository's cutoff discipline it is not written into the body.
1.2. Positioning: Model Vendor + Open-Source Harness Two-Pronged
DeepSeek's unique position in the Harness system is: it is the only supplier that simultaneously provides both "the carried object" and "the carrier layer," with both open source. Compared within this group:
| Supplier | Model | Harness | Relationship |
|---|---|---|---|
| Anthropic | Claude (closed) | Claude Code (closed) | Deeply coupled |
| OpenAI | GPT (closed) | Codex CLI (Apache 2.0 open source) | Open Harness, tied to its own account system |
| Gemini (closed) | Gemini CLI (Apache 2.0 open source) | Same as above | |
| DeepSeek | V3.2 (open weights) | dsh (MIT open source) | Dual open source, and the Harness is model-agnostic |
dsh's model-agnosticism is the key differentiator: it supports DeepSeek / Anthropic / OpenAI API keys, Bedrock / Vertex / Azure / Codex native credentials, and any OpenAI-compatible endpoint. This means dsh is not "DeepSeek's exclusive client" but a general-purpose Harness competing directly with Claude Code and Codex CLI — the model is just one replaceable plugin.
1.3. Pricing System
| Item | Content | Source |
|---|---|---|
| App / Web chat | Free | Official website |
| API | Per-token billing with off-peak pricing; third parties say it is often below the ¥1/million tokens magnitude | [To be verified: current price list] |
| V3.2 cost basis | Claims inference cost cut in half again | Official announcement |
| dsh | MIT open source, the tool itself free; model cost is borne by the integrator per the connected API | Review article |
2. Glossary
| Term | English / Abbreviation | Definition |
|---|---|---|
| DeepSeek Harness | dsh | MIT-licensed, model-agnostic agent Harness, v0.1 developer preview released 2026-08-17, command name dsh |
| Cordis kernel | Cordis | The core kernel of dsh; models, tools, skills, sessions, sandboxes, storage, agent loop, scheduling, and UI all mount onto it as plugins |
| Pluggable Harness | Pluggable Harness | The architectural orientation of making each Harness layer capability a replaceable plugin; dsh is the most aggressive implementation in this group |
| Interleaved Thinking-Tool | Interleaved Thinking-Tool | Dual-mode tool invocation with and without thinking: reason first, then decide whether to call a tool, and feed tool results back into reasoning |
| Context Cold-Start Optimization | Context Cold-Start Optimization | V3.2's signature context engineering: discard only the reasoning content and keep the tool-call history to achieve incremental reasoning reuse |
| Automated Environment Synthesis | Automated Environment Synthesis | Training-side pipeline: synthesizes 1,827 task environments + 85,000+ complex instructions for RL training |
| Off-Peak Pricing | Off-Peak Pricing | A pricing mechanism in which the open-platform API lowers unit prices during off-peak hours |
| JSON mode | JSON Mode | A model interface mode in which output is strictly valid JSON, for consumption by structured toolchains |
| MCP | Model Context Protocol | Open protocol for tool and data-source integration |
| Discussions positioning | Discussions over Issues | dsh officially disables the Issue Tracker and enables Discussions, positioning itself as a "release infrastructure rather than a support queue" |
| BYOK | Bring Your Own Key | An open mechanism allowing users to bring their own third-party model API keys |
| Model-agnostic | Model-Agnostic | The Harness is not bound to any specific model vendor and can interchangeably connect any compatible model |
| SWE-bench Verified | SWE-bench Verified | Real GitHub issue-fixing benchmark (announced deprecated on 2026-02-23; historical figures remain citable) |
| Terminal Bench | Terminal-Bench | Terminal-environment agent task benchmark that evaluates the model + Harness system |
3. Feature Description
3.1. Model-Layer Capabilities (DeepSeek-V3.2)
| Capability | Description | Source level |
|---|---|---|
| Agent capability reinforcement | Official release strengthens agent-task performance, integrating thinking and reasoning | Official announcement |
| SWE-bench Verified 73.1% | Open-source SOTA claim | Third-party relay of the official technical report, [To be verified: original report] |
| Terminal Bench 2.0 46.4% | Same as above | Same as above |
| MCP-Universe 81.7 | Open-source SOTA claim | Same as above |
| Function calling / JSON mode | Structured interface aligned with toolchains | Official API documentation |
| Interleaved Thinking-Tool | Reason first → decide whether to call a tool → feed results back into reasoning | Third-party review of the official release statement |
It must be emphasized, per section 3.3 of this group's README, that the benchmark scores above are scores of the "model + Harness" system. The reason V3.2's scores can serve as evidence of DeepSeek's capability is precisely because the official release paired it with dsh, a Harness — the joint optimization of model and Harness (Interleaved Thinking-Tool, Context Cold-Start Optimization) is the engineering source behind the scores.
3.2. Harness-Layer Capabilities (DeepSeek Harness / dsh)
| Capability | Description |
|---|---|
| Model-agnostic integration | DeepSeek / Anthropic / OpenAI API keys; Bedrock / Vertex / Azure / Codex native credentials; any OpenAI-compatible endpoint |
| Fully pluggable | The nine capability types are all plugins: models / tools / skills / sessions / sandboxes / storage / agent loop / scheduling / UI |
| MIT license | Commercial-friendly; forkable and self-hostable |
| Sandbox execution | The sandboxes plugin carries isolated execution (default configuration details) |
| Scheduling | The scheduling plugin is responsible for task scheduling |
3.3. Open Platform
| Capability | Description |
|---|---|
| API service | Off-peak pricing, per-token billing; a 2026-05 report claims inference speedup of 60%+ when the V4 open API launched |
| Free consumer product | Free chat on App / Web, with deep thinking and intelligent search |
| Open weights | For self-hosting and downstream integration |
4. Platform Architecture
| Layer | Component | Description |
|---|---|---|
| Model layer | DeepSeek-V3.2 | Interleaved Thinking-Tool; open weights; cost-halved claim |
| Harness layer | dsh + Cordis kernel | Nine plugin types mounted; model-agnostic |
| Service layer | Open platform | API off-peak pricing; free consumer product |
Figure 16-1 | dsh's Cordis plugin kernel architecture
Schematic: drawn based on the architecture statement disclosed in a third-party review.
Architecture highlight: Cordis's radical move is making the agent loop itself a plugin. The core loops of mainstream open-source Harnesses (Codex CLI, Gemini CLI) are fixed in code; dsh externalizes the loop as a replaceable component, which is tantamount to acknowledging that "the loop structure has not converged" — different task forms may require different loop forms, consistent with its self-positioning as "release infrastructure."
5. Harness Design
5.1. L1 Context Engineering Layer
DeepSeek's L1 manifests in two places, on the model side and on the Harness side:
- Context Cold-Start Optimization (model side): the cost of restarting after the context is full is significantly lowered — only the reasoning content is discarded, while tool-call history is retained, achieving incremental reasoning reuse. This is V3.2's signature context engineering innovation: traditional compression "summarizes history," whereas this approach is "selective forgetting + KV-level reuse," with higher fidelity.
- Session and storage plugins (Harness side): the pluggable assembly mechanism of sessions / storage makes the implementation of the context carrier replaceable.
- Interleaved Thinking-Tool: the interleaved pattern of feeding tool results back into reasoning changes the serial context-consumption structure of "think everything through first, then act."
Compared within the group: Claude Code's compression is a product-layer mechanism, while DeepSeek's cold-start optimization is a model-layer mechanism — once the latter holds, part of L1's engineering burden moves upstream into post-training, a structural advantage of "a model vendor building a Harness."
5.2. L2 Tools & Execution Layer
| Mechanism | Description |
|---|---|
| tools plugin | Replaceable implementation of tool registration and execution |
| sandboxes plugin | Isolated execution; default sandbox configuration details |
| MCP alignment | MCP-Universe 81.7 (open-source SOTA claim) shows sufficient adaptation of the MCP tool surface |
| Function calling / JSON mode | Structured interface |
L2 strength depends on the plugin ecosystem rather than the kernel — no statistics on the tool-ecosystem scale at the v0.1 preview stage were found in searches, [To be filled].
5.3. L3 Orchestration & Control Layer
dsh's L3 is "single main loop + replaceable": the default agent loop plugin provides a standard plan-execute-observe loop, and the scheduling plugin handles task scheduling. Compared with Claude Code's plan mode / subagents / hooks system (see 02-claude-code.md), the native richness of orchestration and control is lower; but "replaceable loop" means the community can derive any orchestration form. Rating is upper-medium: native mechanisms are moderate, while plasticity is the highest.
5.4. L4 Memory & State Layer
The sessions / storage dual plugins carry session state and persistence. Long-term memory mechanisms are not publicly detailed, [To be filled]. Compared within the group, L4 is in a state of "interface open, implementation pending."
5.5. L5 Evaluation & Observability Layer
| Mechanism | Description |
|---|---|
| Automated Environment Synthesis pipeline | 1,827 task environments + 85,000+ complex instructions for the RL training loop |
| RL verifier | Training-side mechanical criteria system |
| dsh's own evaluation system | Not public, [To be filled] |
DeepSeek's L5 investment is mainly on the training side rather than the product side: environment synthesis + RL verifier form the validation loop for model capability, a form of L5 unique to model vendors — moving the criteria for "whether it's done well" upstream into the post-training stage. Trajectory tracking and regression sets on the product side (dsh) are not public.
5.6. L6 Governance & Security Layer
| Governance dimension | Implementation |
|---|---|
| Open-source auditable | MIT dual open source (model weights + Harness), full-stack auditable |
| Self-hosting | Both model weights and dsh can be deployed locally; data does not leave the domain |
| Sandbox permission model | Default configuration and permission-granularity details |
| Organization-level governance | Must be self-built (open-source project has no built-in enterprise controls) |
DeepSeek's L6 philosophy is similar to Gemini CLI's — open source as governance: with both code and weights fully open, "auditing the carrier layer itself" becomes possible, and data sovereignty is achieved through self-hosting. The cost is that enterprise-level controls (audit logs, policy distribution, RBAC) must be self-built by the buyer.
5.7. Six-Layer Capability Summary
| Layer | Rating | One-line judgment |
|---|---|---|
| L1 Context Engineering | ★★★ | Context cold-start optimization is a model-level innovation; session/storage pluggable assembly |
| L2 Tools & Execution | ★★★ | Sandbox/tools/scheduling fully pluggable; MCP alignment adequate |
| L3 Orchestration & Control | ★★ | Single main loop + replaceable loop; native orchestration mechanisms moderate |
| L4 Memory & State | ★★ | sessions/storage pluggable; long-term memory details not public |
| L5 Evaluation & Observability | ★★ | Training-side environment synthesis + RL verifier loop; product-side evaluation not public |
| L6 Governance & Security | ★★ | MIT dual open source, full-stack auditable; enterprise controls must be self-built |
6. Case Studies
Note: this section honestly states data availability. As of the information cutoff of 2026-09-12, no quantified enterprise-customer case studies with control measurements released by DeepSeek were found; the following is based on public statements.
- Ecosystem-scale signal: at the 2026-08-22 snapshot (5 days after release), dsh reached GitHub 183,972 stars / 20,271 forks (third-party review claim). If the numbers are accurate, this is one of the fastest star-growth records in the history of open-source Harnesses, indicating that the "model-agnostic + fully pluggable" combination hit a market gap.
- Benchmark validation case: V3.2's results of 73.1% on SWE-bench Verified, 46.4% on Terminal Bench 2.0, and 81.7 on MCP-Universe (third-party relay of the official technical report,
[To be verified: original report]) — public evidence of the effectiveness of the "model + proprietary Harness joint optimization" approach. - Cost-structure case: inference cost cut in half again (official claim) and off-peak pricing bring domestic model API costs into the "single-digit RMB/million tokens" range (third parties say below the ¥1 magnitude,
[To be verified: current price]), directly changing the model-selection constraints of downstream Harness vendors. - Community-governance sample: dsh's decision to disable the Issue Tracker and enable Discussions positions the project as an "infrastructure release channel rather than a support queue" — an informative signal for evaluating its long-term maintenance model.
7. Summary
7.1. Strengths
- The only dual open-source full stack: both model weights and the Harness are MIT/open source, giving the most complete audit and data-sovereignty path.
- Model-level context engineering: cold-start optimization and Interleaved Thinking-Tool are structural L1 innovations that no product-layer patch can match.
- Fully pluggable architecture: all nine capability types are replaceable, and the agent loop is no exception — the highest plasticity in the group.
- Extremely low cost: API pricing and inference cost keep declining, making it one of the most economical model options for downstream combinations.
7.2. Limitations
- v0.1 preview maturity: dsh is in its early stage; the tool ecosystem, documentation, and stability have not been tested over a long cycle.
- Thin L3/L4 product mechanisms: native orchestration and memory mechanisms are not as mature as those of Claude Code / Codex CLI.
- Lack of enterprise controls: no built-in RBAC / audit / policy distribution; organized use requires self-building.
- Benchmark data relies on relay: core scores come from third-party relays of the official report; verification of the original report is
[To be verified]. - Official disclosure cadence: the original dsh release blog and version roadmap have not been directly verified.
7.3. Applicability Boundary & Selection Recommendations
| Scenario | Applicable? | Rationale |
|---|---|---|
| Cost-sensitive large-scale coding tasks | Strongly applicable | API cost and open weights are both low |
| Requires self-hosting, data does not leave the domain | Strongly applicable | Model + Harness dual open source |
| Harness secondary development / research customization | Strongly applicable | Fully pluggable + replaceable agent loop |
| Out-of-the-box mature enterprise tool | Caution | v0.1 preview, maturity to be observed |
| Requires organization-level governance loop | Not applicable | Control layer must be self-built |
| Accepts only closed-source commercial support | Not applicable | Open-source project has no commercial SLA |
The criterion for choosing DeepSeek is: you want "a fully controllable agent base" rather than "a mature commercial tool." If model selection is driven by cost-effectiveness, dsh + V3.2 is one of the best combinations on the current open-source path; if you seek out-of-the-box engineering maturity, Codex CLI or Claude Code remains the more stable choice — but at the corresponding cost of closedness.
Information Gap Declaration
- Original URL of the official DeepSeek-V3.2 technical report and each benchmark score: must be re-verified against the original arXiv/official-site report.
- Original URL of the dsh official release blog: not directly verified.
- Version iterations after dsh v0.1: none found in searches,
[To be filled]. - Current API price list of the open platform: not directly scraped from the official site for verification.
- dsh sandbox default configuration and permission-model details: to be verified against official documentation,
[To be filled]. - dsh GitHub star count: 183,972 stars is a third-party snapshot claim as of 2026-08-22.
- V3.2 long-term memory mechanism: not public,
[To be filled]. - Enterprise deployment customer cases: no official first-hand comparative data found; no marketing figures were adopted.
8. References
- DeepSeek official website — DeepSeek, 2026. https://www.deepseek.com
- DeepSeek Open Platform — DeepSeek, 2026. https://platform.deepseek.com/
- DeepSeek Harness (dsh) third-party in-depth review — DataLLMLab, 2026. https://datallmlab.com/blog/deepseek-harness.html
- 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/
- SWE-bench official site — Princeton / community, 2023—2026. https://www.swebench.com/
- Related statements on the SWE-bench Verified deprecation announcement (2026-02-23) — see 02-Industry Empowerment/03-Software Engineering Group/06-benchmark.md — OpenAI, 2026.
- Effective context engineering for AI agents — Anthropic, 2025. https://www.anthropic.com/engineering/effective-context-engineering-for-ai-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/