← All stories
● Covered by 3 sources · 4 reportsMedium impact4 neutral

DeepSeek Launches Open-Source AI Agent Harness and Updates Flagship Model

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • DeepSeek Harness (dsh) is an open-source AI agent runtime.
  • It features a plugin-based architecture, allowing customization of all components.
  • DeepSeek-V4-Pro model is released, focused on agentic workloads.
  • API pricing for DeepSeek-V4 will change to peak and off-peak rates.
  • The harness is available on GitHub and built on Node.js and Cordis.

DeepSeek Harness Enters Developer Preview

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.

Plugin-Based Architecture

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.

DeepSeek-V4-Pro Model Release

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.

API Pricing Changes

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.

Developer Tools Expansion

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

How outlets covered it

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.