DeepSeek has introduced DeepSeek Harness (dsh), an open-source agent harness now available in developer preview. This Node.js-based runtime is distributed under an MIT license and its source code is accessible on GitHub. The project has garnered significant attention, accumulating over 33,000 GitHub stars within hours of its release.
A core feature of DeepSeek Harness is its modular design, where every capability functions as a plugin. This includes models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the user interface. This architecture, built on Cordis's plugin system, allows developers to select, swap, or extend any component through configuration without altering the core source code. The design ensures that every operation within the agent is traceable, with all model interactions recorded in an append-only session log.
Alongside the harness, DeepSeek launched DeepSeek-V4-Pro, an updated flagship AI model. This model is specifically designed for agentic workloads and is available through DeepSeek’s web interface, mobile app, and API. It includes native support for the OpenAI Responses API and integration with Codex.
DeepSeek is also modifying its API pricing structure for V4 access. The existing flat API pricing will be replaced by peak and off-peak rates, effective from 16:00 UTC on Sunday, August 16. This change will result in higher costs for developers accessing V4 through the API.
These releases signify DeepSeek's expansion into developer tools for AI agents, moving beyond just the model layer. DeepSeek Harness offers an alternative to integrated coding-agent environments and aims to provide developers with greater flexibility in building and deploying AI agents.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
DeepSeek has open-sourced the DeepSeek Harness, a new Node.js-based AI agent runtime available as a developer preview under an MIT license. This harness distinguishes itself by treating all components, including the model adapter and agent loop, as replaceable plugins, allowing for dynamic composition and extension.
DeepSeek released DeepSeek Harness v0.1, an open-source agent harness, and DeepSeek-V4-Pro, an updated flagship AI model focused on agentic workloads. The company also announced a new peak and off-peak pricing structure for its API, which will result in higher costs for V4 access. These releases mark DeepSeek's expansion into developer tools for AI agents, competing with existing integrated coding environments.
DeepSeek Harness is now available in developer preview, providing a framework for building AI agents with a plugin-based architecture. This release allows developers to customize agent capabilities like models, tools, and UI, and offers full traceability of agent operations.
DeepSeek AI has released DeepSeek Harness (dsh), an open-source agent harness built with a plugin-based architecture and powered by Cordis. This tool is currently in developer preview, indicating ongoing development and potential for breaking changes.