1. The Launch: DeepSeek Harness Goes Public and Open Source

On the night of August 13, 2026 — the same day DeepSeek promoted V4 Pro to official status — DeepSeek released its first agent product: DeepSeek Harness (v0.1 developer preview), simultaneously open-sourced on GitHub and published to the NPM registry.

The launch was a lightning double-strike: within two hours, DeepSeek announced both the V4-Pro-0813 official release and the Harness public beta. The GitHub repository passed 10,000 stars within half an hour and has since exceeded 30,000.

DeepSeek Harness positions itself against OpenAI Codex and Anthropic Claude Code — the leading coding/office agent products in the Western market. DeepSeek's internal formulation is precise: "Model + Harness = Agent." A harness is the tool that converts a model into an agent: it orchestrates context, tools, task state, feedback, and boundaries, taking the model from understanding requirements to delivering code in real environments.

The team is led by Cui Tianyi, who publicly recruited beta testers worldwide on August 2. The project uses the tagline of a "black whale" — a deliberate nod to the DeepSeek brand's whale logo.

2. 'Everything Is a Plugin': Cordis Architecture and Four Modes

DeepSeek Harness's defining architectural choice is "everything is a plugin" (一切皆插件). Unlike typical coding agents that ship with fixed toolchains, every capability of DSH — model, tools, skills, sessions, sandbox, storage, loops, scheduling, UI — is composed of plugins that can be freely replaced and recombined.

The underlying foundation is the Cordis plugin system, a meta-framework responsible only for plugin loading, unloading, and dependency management. The philosophy traces to a paper co-authored by Peking University and DeepSeek: "A Programming Paradigm for Spatiotemporal Composability."

This architecture expresses itself in four agent modes, each loading a different default plugin set:

ModePurpose
StandardFull tool combination for everyday agent tasks
MinimalShell + file editing only — for minimal-environment model benchmarking (the mode used in V4 Flash testing)
CreativeInspect runtime, experiment with Cordis plugins in memory, compose new modes
PTC (Procedural Tool Calls)Model generates code that chains multiple tool calls in one loop

The "everything is a plugin" philosophy means DSH is less a finished product and more a construction kit — a Lego set for agents that developers can assemble into any shape. Combined with 100+ built-in plugins and a growing community contribution base, this makes the framework a platform rather than a tool.

3. Trajectory: A New Standard for Agent Observability

The feature that most distinguishes DeepSeek Harness from Codex-class products is Trajectory (轨迹) — an append-only session log that records everything the model sees: system prompts, chain-of-thought, tool calls and results, sub-agent scheduling, and every context injection.

The trajectory can be replayed at the event level, allowing developers to see exactly where a model made an error, how many tokens each step consumed, and what each sub-agent did. Sessions can be restored, forked, searched, and replayed from the same event stream.

This addresses a core problem in agent development: as agents run longer and toolchains grow more complex, traditional chat summaries become black boxes. Trajectory gives agents a monitoring and replay window — comparable to giving every agent a flight recorder.

In hands-on testing by tech media (Zhidongxī), the framework translated an 88-page PDF paper in 22 minutes (dispatching 10 sub-agents), generated a Snake game in 50 seconds in Minimal mode, with 1.4-second first-token latency and 98% cache hit rate.

4. What Open-Source Agent Infrastructure Means for Brands and Developers

For TMG's audience — and for the broader ecosystem — DeepSeek Harness's open-source release carries four implications:

Implication 1: The agent execution layer is now a competitive battleground — and it's open.

China's AI competition has moved from models (the parameter race) to the agent execution layer. DeepSeek's "Model + Harness = Agent" formula completes its vertical stack: models (V4 Flash/Pro) + open framework (Harness) + ecosystem (NPM plugins). The open-source strategy directly challenges closed agent platforms (OpenAI Codex, Anthropic Claude Code) by offering a free, modifiable alternative.

Implication 2: Agent development costs are falling — fast.

An open, plugin-based framework means brands and developers can build custom agents without platform lock-in. Combined with DeepSeek's low model pricing (V4 Flash at 1 yuan per million input tokens) and the "everything is a plugin" architecture, the total cost of building an AI agent has dropped substantially.

Implication 3: Observability becomes a brand-grade requirement.

Trajectory-style logging — append-only, replayable, forkable — sets a new standard for agent behavior transparency. For brands deploying agents in customer-facing or operational roles, this observability is essential for auditing AI decisions, debugging failures, and demonstrating responsible AI use (aligned with the September 1 AI content labeling mandate).

Implication 4: The 8/17 price increase signals the end of the free-lunch era.

DeepSeek has pre-announced a substantial API price increase effective around August 17, particularly for cache costs. The same week's "Harness + V4 Pro + price hike" sequence shows DeepSeek consolidating its ecosystem into a paid, coherent platform — brands adopting DeepSeek-based agents should budget for the pricing transition.

Key Takeaways

  • DeepSeek Harness (v0.1) launched & open-sourced Aug 13 — DeepSeek's first agent product, positioning against OpenAI Codex and Anthropic Claude Code
  • Formula: "Model + Harness = Agent" — harness converts models into agents in real environments
  • Architecture: "Everything is a plugin" — Cordis plugin system, 4 modes (Standard/Minimal/Creative/PTC), 100+ plugins
  • Trajectory: append-only, replayable, forkable session logs — a new standard for agent observability
  • Benchmarks: 88-page PDF translation in 22 min, Snake game in 50 sec, 1.4s first token, 98% cache hit
  • 8/17 price increase pre-announced — budget for the pricing transition
  • For brands: agent execution layer is now open & cheap; observability is the new compliance baseline; DeepSeek ecosystem is consolidating into a paid platform