Newsletter Subscribe
Enter your email address below and subscribe to our newsletter
[forminator_form id="25163"]

xenospectrum+1globaltimesventurebeat+1DeepSeek released Harness on August 13, 2026, an open-source AI agent execution framework built around a single architectural principle: everything is a plugin. The developer preview, released under the MIT license, allows models, tools, skills, sessions, sandboxes, and even the agent loop itself to be swapped and recombined through configuration rather than code changes.xenospectrum+1
The launch positions DeepSeek's framework as a direct competitor to existing coding agent tools like Claude Code, while the company simultaneously raised API prices for its V4 Pro model — a departure from the low-cost strategy that fueled its earlier growth.venturebeat
DeepSeek Harness, built on a meta-framework called Cordis developed by researchers at Peking University and DeepSeek-AI, treats every component as a replaceable plugin. At startup, multiple configuration "bundles" are layered to assemble a named profile, meaning developers can switch from a local filesystem to a remote sandbox without rewriting the core framework.xenospectrum
The framework ships with four execution modes: Standard, which functions as a full coding agent with file operations, shell, and search; Code, which bundles multiple tool calls from model-generated code; Minimal, for evaluating models in a stripped-down environment; and Creator, which inspects running configurations and tests plugins in memory.eigent+1
Developers can launch the Web UI with a single command — `npx @deepseek-ai/dsh web` — with full source code available on GitHub.deepseek
On August 15, China's National Supercomputing Internet announced it had made both DeepSeek-V4-Pro-0813 and DeepSeek Harness available on its platform. The system operates what it describes as China's first 100,000-accelerator resource pool integrating supercomputing and AI computing.globaltimes
Wang Peng, an associate research fellow at the Beijing Academy of Social Sciences, told the Global Times that the rollout "connects an advanced model and agent framework with national computing infrastructure, making computing resources easier to use while strengthening compatibility with domestic systems."globaltimes
The release remains a developer preview, with the official repository warning that breaking changes to API and configuration compatibility are forthcoming. On Hacker News, one of the Harness authors described it as "just an early developer preview version." Armin Ronacher, who leads development of the Pi agent, commented on August 14 that while it "isn't perfect, there's a freshness to it that makes you want to reconsider design choices in this field."news.ycombinator+1