At a glance
DeepSeek AI's MIT-licensed developer-preview harness combines a local Web UI, a headless CLI, a Python SDK, multi-provider routing, durable sessions and compaction, policy-controlled repository tools, OS file-effect sandboxing, skills, optional MCP, and parallel or continuable subagents.
Good choice if
- Users who want one local coding harness across a browser workspace, one-shot headless tasks, and a Python API
- Teams composing model providers, tools, skills, MCP servers, approval policy, and runtime behavior as replaceable plugins
- Longer repository tasks that benefit from compaction, durable sessions, background jobs, and parallel or continuable subagents
Check before choosing
- DeepSeek Harness is in developer preview and explicitly warns that compatibility-breaking changes will occur
- The default CLI profiles confine filesystem effects, but the sandbox does not govern network or process visibility; enforcement can be partial on older Linux kernels and Windows
- Danger-full-access bypasses confinement and approvals, while the documented Python SDK example deliberately uses that posture with a bare local filesystem backend
See 3 more considerations
- Out-of-tree plugins and MCP servers extend the trusted execution surface; the MCP bridge is optional and bridges tools only, with failOnStartupError disabled by default
- Durable session logs, interrupted-turn recovery, resume, fork, and compaction preserve conversation state, but no product-supported project-file rollback is documented
- The repository has broad engineering, end-to-end, sandbox, and provider tests, but BENCHMARK.md only explains how to run the SDK against separate tasks and supplies no admissible comparative result