DeepSeek just cooked again... Big AI is big scared
This video introduces DeepSeek Harness, a new open-source AI agent framework, highlighting its plugin-centric architecture as a key differentiator. The core idea is that everything, from models to UI to the agent loop itself, is implemented as hot-swappable plugins, drawing parallels to the Linux philosophy for AI agents. The video also touches on the current AI landscape, including OpenAI's safety concerns and Anthropic's leaked Claude Code, suggesting that DeepSeek Harness could be a significant player in the open-source AI agent space.
read more
The video starts by humorously contrasting OpenAI and Anthropic's public pronouncements about AI safety and danger with the recent release of DeepSeek Harness, a new open-source AI agent framework. DeepSeek Harness has rapidly gained popularity on GitHub, becoming one of the fastest-starred repositories. The video speculates that OpenAI and Anthropic's 'pauses' in development might be a tactic to maintain market dominance against open-source alternatives like DeepSeek, or perhaps related to advancements from competitors like those in China.
What is an AI Harness? The video explains that an AI model is the 'brain' that predicts tokens, but a harness is the 'body' that allows the model to interact with the real world. This involves using tools, plugins, accessing the file system, and managing context. Popular harnesses include OpenAI's CodeX, Anthropic's Claude Code, and OpenCode.
The video then delves into the core architectural difference of DeepSeek Harness: 'Everything is a Plugin'. This means that not only are models and tools plugins, but even the sandbox, the UI, and the central while loop that orchestrates the agent's actions are plugins. These are essentially ordinary packages that can be swapped out with a single line of YAML, offering developers an unprecedented level of control and customization. This modularity is likened to the Linux philosophy for AI agents, where components are designed to be hot-swappable both as dependencies and over time. DeepSeek has even built a meta-framework called Cordis to facilitate this plugin architecture, based on a research paper on spatiotemporal composability.
To evaluate DeepSeek Harness, the video attempts to build a full-stack web application called 'Horse Tinder' using DeepSeek's V4-Pro model with maximum effort settings. The key takeaway here is that DeepSeek Harness is model-agnostic, allowing users to point to any different model, not just DeepSeek's proprietary ones. The harness offers different modes like Standard, Minimal, PTC (Plugin-Tool-Context), and Creator mode, allowing users to dive into and create their own plugins.
The application building process is thoroughly demonstrated using the Trajectory panel, which provides a detailed 'stack trace' of the AI model's thinking process, including reasoning, tool calls, and results. This feature is particularly useful for debugging and understanding the agent's actions. The 'Horse Tinder' application was successfully built in approximately 30 minutes, consuming 2.6 million output tokens and costing a mere $0.30 USD. The resulting application, built with Node.js and React, demonstrates a solid UI with swipe animations and a chat feature, indicating that DeepSeek Harness is a highly capable and cost-effective solution for building AI-powered applications.