- 01.
DeepSeek opened the DeepSeek Harness developer preview (v0.1) and published its source code under the MIT license on August 13, 2026, alongside the official release of DeepSeek-V4-Pro-0813.
- 02.
Harness's defining design principle is 'everything is a plugin' - models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI are all swappable, recomposable components with no privileged core to patch.
- 03.
Harness is built on Cordis, a TypeScript meta-framework based on 'spatiotemporal composability' - spatial composability lets any part be mounted or replaced without breaking the rest, while temporal composability enables replayable, persistent session state.
- 04.
Harness ships with four runtime modes: Standard (full agent), Code/PTC (programmatic tool calling), Minimal (benchmarking and isolated model evaluation), and Creator (custom preset authoring, the most experimental mode).
- 05.
Every run is fully traceable via an append-only session log capturing system prompts, chain-of-thought reasoning, tool calls and results, sub-agent scheduling, and every context injection, viewable in a 'Trajectory' view; sessions can be resumed, forked, searched, and replayed.
- 06.
Harness is a Node.js app installable via npm (npx @deepseek-ai/dsh web), runs a local web UI at http://127.0.0.1:3080 by default, and is model-agnostic, supporting DeepSeek, Anthropic, OpenAI, AWS Bedrock, Microsoft Azure, Google Vertex/Gemini Enterprise, or any OpenAI-compatible endpoint.
- 07.
The GitHub repo picked up over 33,000 stars within hours of launch and had grown to roughly 113,700 stars as of the research date; the project is versioned 0.1.0-rc.5 and explicitly warns of upcoming compatibility-breaking changes before a 1.0 release.
- 08.
DeepSeek-V4-Pro-0813 is the official general-availability release of V4 Pro, a 1.6-trillion-parameter model with roughly 49 billion active parameters per token, pretrained on more than 32 trillion tokens, with a 1,048,576-token context window and up to 384,000 output tokens; it posted large agentic benchmark gains over the preview, including Terminal-Bench 2.1 rising from 72.1 to 87.9 and DeepSWE from 12.8 to 62.7.
- 09.
DeepSeek raised V4 Pro API prices effective August 16, 2026, introducing a peak/off-peak pricing structure tied to Chinese business hours, with peak windows at 1-4am and 6-10am UTC.
- 010.
On August 15, 2026, Tencent's QQ Bot platform announced integration with the DeepSeek Harness official plugin (dsh-qqbot), adding independent per-conversation memory, mid-session model switching, a group 'silent mode' that responds only when @-mentioned, and QR-code zero-config binding.
- 011.
China's National Supercomputing Internet made DeepSeek V4 Pro-0813 and the Harness framework available on its platform on August 15, 2026, enabling private deployment and distributed inference across a 100,000-accelerator resource pool.
- 012.
DeepSeek's Bionic hosting platform, offered via LM Studio, hosts DeepSeek models such as V4 Flash on US-based servers with Zero Data Retention enabled by default, a separate cloud-hosting offering distinct from the open-source Harness runtime itself.