Build Daily

Tinley Park · August 23, 2026
NeuralNineAug 14, 2026

DeepSeek Harness: The End of Claude Code?

What it covers

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.

  1. 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.

  2. 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.

  3. Repository & Mathematical Paper

    The video covers the harness's GitHub repository and its associated paper on formal paradigms involving reversible actions and composability.

  4. 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.

  5. API Keys & Custom Providers

    The presenter demonstrates how to configure DeepSeek API keys and connect alternative providers like OpenCodeGo and local Ollama instances.

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. 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.

  11. 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.

Everything as a plug-in

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.