
Build Daily
Tinley Park · August 23, 2026DeepSeek Harness: The End of Claude Code?
This video explores the new DeepSeek Harness developer preview, highlighting its unique philosophy where every feature is a plugin and all actions are fully traceable. The presenter demonstrates installing the tool from source, connecting various AI providers, and using creator mode to dynamically generate custom plugins like UI overlays.
The outline
Tap a timestamp to jump there in the video.
Introduction & Core Philosophy
The video introduces the DeepSeek Harness developer preview, emphasizing its unique approach where every component is a plugin and all actions are fully traceable.
Developer Preview Overview
The presenter clarifies that this is an early-stage preview designed to show the tool's direction rather than being a mature product.
Repository & Mathematical Paper
The video covers the harness's GitHub repository and its associated paper on formal paradigms involving reversible actions and composability.
Installation from Source
A step-by-step guide is provided for cloning the repository and building the web interface using PNPM commands in a terminal.
API Keys & Custom Providers
The presenter demonstrates how to configure DeepSeek API keys and connect alternative providers like OpenCodeGo and local Ollama instances.
Workspace Setup & Agent Modes
This section covers adding a workspace directory and explains the different agent presets available, including standard, code, minimal, and creator modes.
Trajectory & Full Traceability
The video showcases the trajectory feature, which allows users to graphically analyze every system prompt, tool call, and thinking step in a session.
Plugin System Configuration
The presenter explains how granular features like the UI sidebar are plugins that can be enabled or disabled by editing a specific YAML configuration file.
Dynamic Plugin Creation
Using creator mode, the video demonstrates how to prompt the harness to dynamically develop and load custom plugins, such as an animated cat overlay.
Practical Plugin Examples
A more functional calculator plugin is created in real-time to illustrate the tool's ability to install and persist useful GUI components during a session.
Local Model Integration & Conclusion
The video concludes by demonstrating the integration of local models via Ollama and summarizing the harness's impressive transparency and modularity.
A harness where every feature can be toggled or generated in-session lowers the cost of experimenting with agent workflows. For solo builders, that means testing new capabilities without waiting for platform updates.