Product launch page published on August 13, 2026 by DeepSeek, unsigned, for the developer preview release of DeepSeek Harness (dsh), a coding-agent harness open source under the MIT license whose repository opened the same day.

What the page says. Two promises, in four hundred words and without a single figure. « Everything is a plugin »: every capability — models, tools, skills, sessions, sandboxes, storage, loops, scheduling, interface — is a plugin swappable through configuration, without modifying the source code. « Every run is traceable »: everything the model sees is recorded in an append-only session log — system prompts, reasoning, tool calls and results, subagent scheduling, every context injection — and « resume, fork, search and replay all operate on the same event stream ». The core is Cordis, a vendored third-party framework, described in an external paper and credited prominently. Four execution modes ship: Standard (full tooling), Code (tools exposed via a TypeScript SDK to combine several operations into one program), Minimal (two tools, persistent bash and str_replace_editor, « for benchmarking models in a minimal environment »), and Creator (runtime inspection, in-memory plugin testing, composition of new modes). Getting started: npx @deepseek-ai/dsh web.

Model-visible means logged. Anything that reaches a model request must be reconstructable from the log, and a runtime invariant asserts it.

**DeepSeek** , deepseek.com

What the page does not say. The strongest claim sits in docs/architecture.md: « Model-visible means logged. Anything that reaches a model request must be reconstructable from the log, and a runtime invariant asserts it. » A guarantee asserted at runtime, not a display claim — this is the property that actually sets DSH apart, and it is absent from the marketing copy. The same repository supplies the rebuttal: SESSION_FORMAT_VERSION stays at 0 with no compatibility promise, « backends reject old on-disk formats », and the README warns in capitals that there will be breaking changes. Traceable today does not mean archivable tomorrow.

The business model is in the timeline. DSH ships on the day of DeepSeek-V4-Pro's GA and three days before a new API pricing schedule (August 16, 16:00 UTC; off-peak rates at −50%). Harness given away, inference made pricier — the exact reverse of Anthropic's model.

What checks out. Swappability holds at least at the model layer: besides the DeepSeek adapter, dsh-llm-pi-ai makes any OpenAI-compatible gateway accessible « by configuration, not by code change ». And the mode Minimal ships the benchmarking harness inside the product — an attempt to wrest the definition of the benchmark away from Claude Code, even as DSH's own repository contains a CLAUDE.md and a .claude/skills.