
DeepSeek announced the general‑availability release of its flagship model DeepSeek‑V4‑Pro and introduced DeepSeek Harness v0.1, an open‑source agent framework aimed at developers building AI‑driven coding assistants.
New model focuses on agent workloads
The updated V4‑Pro model is now reachable through DeepSeek’s web portal, mobile app and API. It adds native support for the OpenAI Responses API and integrates with Codex, simplifying connections for apps already using those interfaces.
Related: AI Agent Identity Solved Containment Proves Difficult
Open‑source Harness offers modular agent runtime
DeepSeek Harness, released under the MIT license, provides a plug‑in‑centric runtime where virtually every component—models, tools, skills, sandboxes, and even the user interface—can be swapped out. The framework builds on Cordis, a composable plugin system, and can be launched via npm with npx @deepseek-ai/dsh web or compiled from source.
According to the repository, the harness is in developer preview and “THERE WILL BE COMPATIBILITY‑BREAKING CHANGES.” It is not yet positioned as a production‑grade platform, but the modularity could appeal to enterprises that need to tailor agent behavior or integrate proprietary tools.
The harness already supports core capabilities found in competing products: it can read and edit repositories, run shell commands, search files and the web, maintain planning loops, and delegate tasks to sub‑agents. A local web UI lets users approve sensitive operations, while a headless command‑line mode and a Python SDK enable broader automation.
Related: Asana creates secure AI workplace agents
Compared with Anthropic’s Claude Code and OpenAI’s Codex, the platform is model‑agnostic, allowing developers to plug in any compatible endpoint, including DeepSeek’s own V4‑Pro, Anthropic, or OpenAI models.
While Claude Code and Codex offer mature permission and sandbox systems, Harness relies on plugins to enforce similar controls. This design choice reflects DeepSeek’s “everything is a plugin” philosophy, which could make the framework more adaptable but also places more responsibility on developers to ensure security.
API pricing shifts to peak and off‑peak rates
Effective 16:00 UTC on August 16, DeepSeek will replace its flat‑rate API pricing with time‑based tiers, introducing peak and off‑peak rates.
Related: OpenAI unveils GPT‑5.6 Cyber with 95% success
Developers may need to reconsider scheduling heavy token usage for off‑peak windows or explore self‑hosting the model and harness to avoid the escalating hosted costs.
Overall, the dual move—enhancing its V4‑Pro model for agent‑centric tasks while releasing an open‑source harness—signals an ambition to compete not just on model performance but on the surrounding orchestration layer. The pricing shift indicates that the company’s hosted services are no longer guaranteed to remain the cheapest option, prompting users to weigh the benefits of an open framework against the cost of managed APIs.


