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关系
AnthropicClaude(闭源)Claude Code(闭源)深度耦合
OpenAIGPT(闭源)Codex CLI(Apache 2.0 开源)开放 Harness,绑定自家账号体系
GoogleGemini(闭源)Gemini CLI(Apache 2.0 开源)同上
DeepSeekV3.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 成本口径声称推理成本再降一半官方公告口径
dshMIT 开源,本体免费;模型成本由接入方按所接 API 承担评述文章

2. 名词解释

术语英文 / 缩写释义
DeepSeek HarnessdshMIT 许可、模型无关的智能体 Harness,2026-08-17 发布 v0.1 开发者预览,命令名为 dsh
Cordis 内核Cordisdsh 的核心内核;模型、工具、技能、会话、沙箱、存储、agent loop、调度、UI 全部以插件形式挂载其上
插件化 HarnessPluggable Harness把 Harness 各层能力做成可替换插件的架构取向,dsh 是本组最激进的实现
思考-工具融合Interleaved Thinking-Tool思考与非思考双模式工具调用:先推理、再决定是否调工具、工具结果反哺推理
上下文冷启动优化Context Cold-Start OptimizationV3.2 的标志性上下文工程:仅丢弃推理内容、保留工具调用历史,实现增量推理复用
自动环境合成Automated Environment Synthesis训练侧 Pipeline:合成 1,827 个任务环境 + 85,000+ 复杂指令用于 RL 训练
峰谷定价Off-Peak Pricing开放平台 API 在低谷时段降低单价的价格机制
JSON modeJSON Mode输出严格为合法 JSON 的模型接口模式,供结构化工具链消费
MCPModel Context Protocol工具与数据源接入的开放协议
Discussions 定位Discussions over Issuesdsh 官方禁用 Issue Tracker、启用 Discussions,自定位为「发布基础设施而非支持队列」
BYOKBring Your Own Key使用者自带第三方模型 API Key 接入的开放机制
模型无关Model-AgnosticHarness 不绑定特定模型供应商,可替换接入任意兼容模型
SWE-bench VerifiedSWE-bench Verified真实 GitHub issue 修复基准(已于 2026-02-23 被宣布弃用,历史口径仍可引用)
Terminal BenchTerminal-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 插件内核架构

DeepSeek Harness(dsh):Cordis 内核 + 全插件化 Cordis 内核 MIT · 模型无关 · v0.1 预览 models 插件 DeepSeek/OpenAI/Claude tools 插件 Function calling / MCP skills 插件 能力包复用 UI 插件 终端界面 agent loop 插件 可替换主循环 sandboxes 插件 隔离执行 sessions / storage 会话与持久化 scheduling 任务调度 九类能力全部以插件形式加载,内核只做装配与编排

示意图:基于第三方评述披露的架构口径绘制。

架构要点:Cordis 的激进之处在于把 agent loop 本身也做成插件。主流开源 Harness(Codex CLI、Gemini CLI)的核心循环是固化在代码里的;dsh 把循环外置为可替换组件,等于承认「循环结构尚未收敛」——不同任务形态可能需要不同形态的循环,这与其「发布基础设施」的自我定位一致。


5. Harness 设计

5.1. L1 上下文工程层

DeepSeek 的 L1 体现在模型侧与 Harness 侧两处:

  1. 上下文冷启动优化(模型侧):上下文满载后的重开代价被显著压低——只丢弃推理内容、保留工具调用历史,实现增量推理复用。这是 V3.2 标志性的上下文工程创新:传统压缩是「摘要化历史」,它是「选择性遗忘 + KV 级复用」,保真度更高。
  2. 会话与存储插件(Harness 侧):sessions / storage 插件化的装配机制使上下文载体的实现可替换。
  3. 思考-工具融合:工具结果反哺推理的交织模式,改变了「先想完再动手」的串行上下文消耗结构。

与组内对照: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 评估与观测层

机制说明
自动环境合成 Pipeline1,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 官方发布的带对照测量的企业客户量化案例;以下为公开口径。

  1. 生态规模信号:dsh 在 2026-08-22 快照(发布后 5 天)达 GitHub 183,972 stars / 20,271 forks(第三方评述口径)。若数字属实,这是开源 Harness 史上最快的星标增长之一,说明「模型无关 + 全插件化」的组合击中了市场缺口。
  2. 基准验证案例:V3.2 在 SWE-bench Verified 73.1%、Terminal Bench 2.0 46.4%、MCP-Universe 81.7 的成绩(第三方转述官方技术报告口径)——是「模型 + 自有 Harness 联合优化」路线有效性的公开证据。
  3. 成本结构案例:推理成本再降一半(官方口径)与峰谷定价,使国产模型 API 成本进入「个位数人民币/百万 tokens 量级」区间(第三方称低于 ¥1 量级),直接改变了下游 Harness 供应商的模型选型约束。
  4. 社区治理样本:dsh 禁用 Issue Tracker、启用 Discussions 的决定,把项目自我定位为「基础设施发布渠道而非支持队列」——对评估其长期维护模式是有信息量的信号。

7. 总结

7.1. 优势

  1. 唯一的双开源全栈:模型权重 + Harness 均 MIT/开源,审计与数据主权路径最完整。
  2. 模型级上下文工程:冷启动优化与思考-工具融合是 L1 的结构性创新,非产品层补丁可比。
  3. 全插件化架构:九类能力可替换,agent loop 亦不例外——可塑性全组最高。
  4. 成本极低:API 定价与推理成本持续下探,是下游组合的最经济模型选项之一。

7.2. 局限

  1. v0.1 预览成熟度:dsh 处于早期,工具生态、文档与稳定性未经长周期检验。
  2. L3/L4 产品机制薄:原生编排与记忆机制不及 Claude Code / Codex CLI 成熟。
  3. 企业管控缺位:无内置 RBAC / 审计 / 策略下发,组织化使用需自建。
  4. 基准数据依赖转述:核心分数来自第三方转述官方报告,原始报告核验 。
  5. 官方披露节奏:dsh 发布博客原文、版本路线图均未直接核验。

7.3. 适用边界与选型建议

场景是否适用理由
成本敏感的大规模编码任务强适用API 成本与开源权重双低
需要自托管、数据不出域强适用模型 + Harness 双开源
Harness 二次开发 / 研究定制强适用全插件化 + agent loop 可替换
开箱即用的成熟企业工具谨慎v0.1 预览,成熟度待观察
需要组织级治理闭环不适用需自建管控层
仅接受闭源商业支持不适用开源项目无商业 SLA 口径

选 DeepSeek 的判断标准是:你要的是「可完全掌控的智能体底座」而非「成熟商业工具」。若以性价比驱动模型选型,dsh + V3.2 是当前开源路线的最优组合之一;若追求开箱即用的工程成熟度,Codex CLI 或 Claude Code 仍是更稳的选择——但需要支付相应的封闭性代价。


信息缺口声明

  1. DeepSeek-V3.2 官方技术报告原文 URL 与各基准分数:需以 arXiv/官网原始报告二次核验,。
  2. dsh 官方发布博客原文 URL:未直接核验,。
  3. dsh v0.1 之后的版本迭代:未检索到,[待填写]
  4. 开放平台现行 API 价目表:未直接抓取官网核验,。
  5. dsh 沙箱默认配置与权限模型细节:待官方文档核验,[待填写]
  6. dsh GitHub 星标数:183,972 stars 为 2026-08-22 第三方快照口径,。
  7. V3.2 长期记忆机制:未公开,[待填写]
  8. 企业落地客户案例:未检索到官方一手对照数据,未采用任何营销口径数字。

8. 参考资料

  1. DeepSeek 官方网站 — 深度求索,2026。https://www.deepseek.com
  2. DeepSeek 开放平台 — 深度求索,2026。https://platform.deepseek.com/
  3. DeepSeek Harness(dsh)第三方深度评述 — DataLLMLab,2026。https://datallmlab.com/blog/deepseek-harness.html
  4. Introducing the Model Context Protocol — Anthropic,2024-11-25。https://www.anthropic.com/news/model-context-protocol
  5. Model Context Protocol 官方站 — MCP / AAIF,2024—2026。https://modelcontextprotocol.io/
  6. Terminal-Bench 官方站(模型 + Harness 系统评测口径) — Stanford / Laude Institute,2025—2026。https://www.tbench.ai/
  7. SWE-bench 官方站 — Princeton / 社区,2023—2026。https://www.swebench.com/
  8. SWE-bench Verified 弃用公告(2026-02-23)相关口径 — 见 02-行业赋能/03-软件工程组/06-benchmark.md — OpenAI,2026。
  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. 2025 Stack Overflow Developer Survey — Stack Overflow,2025-07-30。https://survey.stackoverflow.co/2025/
  12. DORA 2025 State of AI-assisted Software Development — Google Cloud / DORA,2025。https://dora.dev/

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

ItemContentSource
DeveloperHangzhou DeepSeekOfficial website
Model releaseDeepSeek-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 2026Official announcement
Harness releaseDeepSeek Harness (dsh) v0.1 developer preview, 2026-08-17Third-party in-depth review + cited official release statement
Open-source licenseModel open weights (MIT per community); dsh is MITCommunity / review article
dsh ecosystem dataGitHub 183,972 stars / 20,271 forks (snapshot 2026-08-22)Third-party review
dsh official release blog originalNot 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:

SupplierModelHarnessRelationship
AnthropicClaude (closed)Claude Code (closed)Deeply coupled
OpenAIGPT (closed)Codex CLI (Apache 2.0 open source)Open Harness, tied to its own account system
GoogleGemini (closed)Gemini CLI (Apache 2.0 open source)Same as above
DeepSeekV3.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

ItemContentSource
App / Web chatFreeOfficial website
APIPer-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 basisClaims inference cost cut in half againOfficial announcement
dshMIT open source, the tool itself free; model cost is borne by the integrator per the connected APIReview article

2. Glossary

TermEnglish / AbbreviationDefinition
DeepSeek HarnessdshMIT-licensed, model-agnostic agent Harness, v0.1 developer preview released 2026-08-17, command name dsh
Cordis kernelCordisThe core kernel of dsh; models, tools, skills, sessions, sandboxes, storage, agent loop, scheduling, and UI all mount onto it as plugins
Pluggable HarnessPluggable HarnessThe architectural orientation of making each Harness layer capability a replaceable plugin; dsh is the most aggressive implementation in this group
Interleaved Thinking-ToolInterleaved Thinking-ToolDual-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 OptimizationContext Cold-Start OptimizationV3.2's signature context engineering: discard only the reasoning content and keep the tool-call history to achieve incremental reasoning reuse
Automated Environment SynthesisAutomated Environment SynthesisTraining-side pipeline: synthesizes 1,827 task environments + 85,000+ complex instructions for RL training
Off-Peak PricingOff-Peak PricingA pricing mechanism in which the open-platform API lowers unit prices during off-peak hours
JSON modeJSON ModeA model interface mode in which output is strictly valid JSON, for consumption by structured toolchains
MCPModel Context ProtocolOpen protocol for tool and data-source integration
Discussions positioningDiscussions over Issuesdsh officially disables the Issue Tracker and enables Discussions, positioning itself as a "release infrastructure rather than a support queue"
BYOKBring Your Own KeyAn open mechanism allowing users to bring their own third-party model API keys
Model-agnosticModel-AgnosticThe Harness is not bound to any specific model vendor and can interchangeably connect any compatible model
SWE-bench VerifiedSWE-bench VerifiedReal GitHub issue-fixing benchmark (announced deprecated on 2026-02-23; historical figures remain citable)
Terminal BenchTerminal-BenchTerminal-environment agent task benchmark that evaluates the model + Harness system

3. Feature Description

3.1. Model-Layer Capabilities (DeepSeek-V3.2)

CapabilityDescriptionSource level
Agent capability reinforcementOfficial release strengthens agent-task performance, integrating thinking and reasoningOfficial announcement
SWE-bench Verified 73.1%Open-source SOTA claimThird-party relay of the official technical report, [To be verified: original report]
Terminal Bench 2.0 46.4%Same as aboveSame as above
MCP-Universe 81.7Open-source SOTA claimSame as above
Function calling / JSON modeStructured interface aligned with toolchainsOfficial API documentation
Interleaved Thinking-ToolReason first → decide whether to call a tool → feed results back into reasoningThird-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)

CapabilityDescription
Model-agnostic integrationDeepSeek / Anthropic / OpenAI API keys; Bedrock / Vertex / Azure / Codex native credentials; any OpenAI-compatible endpoint
Fully pluggableThe nine capability types are all plugins: models / tools / skills / sessions / sandboxes / storage / agent loop / scheduling / UI
MIT licenseCommercial-friendly; forkable and self-hostable
Sandbox executionThe sandboxes plugin carries isolated execution (default configuration details)
SchedulingThe scheduling plugin is responsible for task scheduling

3.3. Open Platform

CapabilityDescription
API serviceOff-peak pricing, per-token billing; a 2026-05 report claims inference speedup of 60%+ when the V4 open API launched
Free consumer productFree chat on App / Web, with deep thinking and intelligent search
Open weightsFor self-hosting and downstream integration

4. Platform Architecture

LayerComponentDescription
Model layerDeepSeek-V3.2Interleaved Thinking-Tool; open weights; cost-halved claim
Harness layerdsh + Cordis kernelNine plugin types mounted; model-agnostic
Service layerOpen platformAPI off-peak pricing; free consumer product

Figure 16-1 | dsh's Cordis plugin kernel architecture

DeepSeek Harness(dsh):Cordis 内核 + 全插件化 Cordis 内核 MIT · 模型无关 · v0.1 预览 models 插件 DeepSeek/OpenAI/Claude tools 插件 Function calling / MCP skills 插件 能力包复用 UI 插件 终端界面 agent loop 插件 可替换主循环 sandboxes 插件 隔离执行 sessions / storage 会话与持久化 scheduling 任务调度 九类能力全部以插件形式加载,内核只做装配与编排

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:

  1. 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.
  2. Session and storage plugins (Harness side): the pluggable assembly mechanism of sessions / storage makes the implementation of the context carrier replaceable.
  3. 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

MechanismDescription
tools pluginReplaceable implementation of tool registration and execution
sandboxes pluginIsolated execution; default sandbox configuration details
MCP alignmentMCP-Universe 81.7 (open-source SOTA claim) shows sufficient adaptation of the MCP tool surface
Function calling / JSON modeStructured 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

MechanismDescription
Automated Environment Synthesis pipeline1,827 task environments + 85,000+ complex instructions for the RL training loop
RL verifierTraining-side mechanical criteria system
dsh's own evaluation systemNot 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 dimensionImplementation
Open-source auditableMIT dual open source (model weights + Harness), full-stack auditable
Self-hostingBoth model weights and dsh can be deployed locally; data does not leave the domain
Sandbox permission modelDefault configuration and permission-granularity details
Organization-level governanceMust 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

LayerRatingOne-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.

  1. 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.
  2. 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.
  3. 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.
  4. 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

  1. 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.
  2. Model-level context engineering: cold-start optimization and Interleaved Thinking-Tool are structural L1 innovations that no product-layer patch can match.
  3. Fully pluggable architecture: all nine capability types are replaceable, and the agent loop is no exception — the highest plasticity in the group.
  4. 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

  1. v0.1 preview maturity: dsh is in its early stage; the tool ecosystem, documentation, and stability have not been tested over a long cycle.
  2. Thin L3/L4 product mechanisms: native orchestration and memory mechanisms are not as mature as those of Claude Code / Codex CLI.
  3. Lack of enterprise controls: no built-in RBAC / audit / policy distribution; organized use requires self-building.
  4. 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].
  5. Official disclosure cadence: the original dsh release blog and version roadmap have not been directly verified.

7.3. Applicability Boundary & Selection Recommendations

ScenarioApplicable?Rationale
Cost-sensitive large-scale coding tasksStrongly applicableAPI cost and open weights are both low
Requires self-hosting, data does not leave the domainStrongly applicableModel + Harness dual open source
Harness secondary development / research customizationStrongly applicableFully pluggable + replaceable agent loop
Out-of-the-box mature enterprise toolCautionv0.1 preview, maturity to be observed
Requires organization-level governance loopNot applicableControl layer must be self-built
Accepts only closed-source commercial supportNot applicableOpen-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

  1. 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.
  2. Original URL of the dsh official release blog: not directly verified.
  3. Version iterations after dsh v0.1: none found in searches, [To be filled].
  4. Current API price list of the open platform: not directly scraped from the official site for verification.
  5. dsh sandbox default configuration and permission-model details: to be verified against official documentation, [To be filled].
  6. dsh GitHub star count: 183,972 stars is a third-party snapshot claim as of 2026-08-22.
  7. V3.2 long-term memory mechanism: not public, [To be filled].
  8. Enterprise deployment customer cases: no official first-hand comparative data found; no marketing figures were adopted.

8. References

  1. DeepSeek official website — DeepSeek, 2026. https://www.deepseek.com
  2. DeepSeek Open Platform — DeepSeek, 2026. https://platform.deepseek.com/
  3. DeepSeek Harness (dsh) third-party in-depth review — DataLLMLab, 2026. https://datallmlab.com/blog/deepseek-harness.html
  4. Introducing the Model Context Protocol — Anthropic, 2024-11-25. https://www.anthropic.com/news/model-context-protocol
  5. Model Context Protocol official site — MCP / AAIF, 2024—2026. https://modelcontextprotocol.io/
  6. Terminal-Bench official site (model + Harness system evaluation basis) — Stanford / Laude Institute, 2025—2026. https://www.tbench.ai/
  7. SWE-bench official site — Princeton / community, 2023—2026. https://www.swebench.com/
  8. 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.
  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. 2025 Stack Overflow Developer Survey — Stack Overflow, 2025-07-30. https://survey.stackoverflow.co/2025/
  12. DORA 2025 State of AI-assisted Software Development — Google Cloud / DORA, 2025. https://dora.dev/