Black Whale Emerges, DeepSeek's Second Half Begins

marsbitPublished on 2026-08-13Last updated on 2026-08-13

Abstract

DeepSeek has unveiled its V4 Pro model and officially launched DeepSeek Harness, a developer-preview agent framework released as open-source under the MIT license. The article highlights that while model capabilities set the upper limit, the execution system (or "Harness") significantly determines real-world task success rates and cost efficiency, as demonstrated by tests where the same DeepSeek V4-Flash model performed differently across various harnesses. DeepSeek Harness is built on a "Everything is a plugin" philosophy using the Cordis system, allowing developers to modularly replace or extend core components like the model, tools, and UI without modifying the core code. It emphasizes full traceability with an append-only session log and is designed for stable, long-running tasks. Notably, it supports integration with nearly 40 external LLMs, including Kimi, OpenAI, and Anthropic, positioning itself not as a fixed agent but as a customizable platform. The release signals a strategic shift for DeepSeek from merely selling computational tokens (inference) to delivering actionable results (task completion). However, the v0.1 Harness faces challenges, including competing with established players like Claude Code, building a robust plugin ecosystem, and adapting to a potential "pay-for-result" business model. The article concludes that while both V4 Pro and Harness are early-stage with gaps to top models, DeepSeek's consistent direction is to make advanced AI capabilities af...

DeepSeek's Most Promising Project Takes the Stage, Everything is a Plugin. Harness isn't trying to imitate anyone, but to give the power of definition to the open-source community.

On the evening of August 13th, DeepSeek finally broke its silence, releasing two important pieces of information. First, the official version of DeepSeek V4 Pro was released, and simultaneously updated on the APP, web version, and API. Users can use the brand new V4 Pro official model by selecting "Expert Mode" via the APP or web interface; the API model name remains unchanged.

Second, the " DeepSeek Harness Team," with its black whale avatar, made its first post, announcing the official launch of the Harness Developer Preview version, open-sourced under the MIT license.

As previously teased, the V4 Pro official version and the self-developed Harness made a simultaneous debut. Since we have already focused on introducing V4 Pro before, this article will focus on analyzing why DeepSeek Harness is noteworthy.

And after today, whether DeepSeek will transform from a model company into a harder-to-define company.

01

The Same Model, A Different Shell Makes It Seem Like a Different Person

To understand why Harness is important, one must first grasp a counterintuitive fact: in the Agent era, what determines whether an AI can get work done is not just the model.

On August 6th and 11th, the agent tool company Composio conducted two experimental tests attempting to prove the value of Harness. Researchers connected the same DeepSeek V4-Flash model to eight different Harnesses—the execution systems wrapped around the model—and had them complete thirty multi-step tasks respectively. These tasks weren't simple Q&A; they required the Agent to access real applications like Gmail, Google Calendar, GitHub, Slack, call tools, and change application states. Each task was allowed to run for up to fifteen minutes, and success required passing all checks.

The gap was significant. The best performer, Pi Agent, passed twenty tasks; the worst, OpenCode, passed only fourteen. Out of 240 total runs across eight Harnesses, only 129 succeeded. Among the thirty tasks, only six were completed by all Harnesses. In terms of cost, for similarly completing sixteen tasks, the estimated cost per successful task for Claude Code, Codex, and DeepAgents was approximately $0.195, $0.081, and $0.045 respectively. For the same model, the difference was more than fourfold.

This means that the model sets the upper limit of capability, while the Harness determines how much of that ceiling is ultimately realized and at what cost. Throughout a long-running task, the execution system must constantly make judgments: what to keep and what to discard in the context, when to call which tool, whether to retry or change course when a tool fails, whether to trust the model's completion signal or verify it again. If any step is mishandled, even if the model has the right idea, it could fail at the last moment when actually modifying files or submitting code.

It's worth noting that this is one of the very few projects that DeepSeek opened for early closed beta since its rise to fame.

Several developers received Harness beta access before the official release. Some testers discovered that having the same V4-Flash model complete the same game within DeepSeek Harness, Reasonix, and Codex produced drastically different outcomes. This shows that when the model is identical, the tools, prompts, context organization, and execution strategies provided by the execution system can significantly alter the final product.

This is precisely why DeepSeek values its self-developed Harness. Internally, DeepSeek has believed that Agents need to solve the problem of continuous learning, ultimately enabling AI to accelerate AI R&D. Looking down this path, Harness is not just an add-on programming tool, but a workbench for models to enter real development tasks.

Furthermore, a company that built its foundation on low cost and model capability would find itself in a precarious position if task delivery, failure feedback, and developer interfaces remained long-term dependencies on others' systems. Even with a price advantage, it wouldn't control how many tokens a task ultimately burns, how many retries are needed, or when a task is truly considered complete.

02

Everything is a Plugin, DeepSeek Isn't a Replacement for Anyone

What exactly is Harness? The most convenient description in the market is " DeepSeek version of Claude Code." But those who have used the beta version generally find this label inaccurate.

According to DeepSeek 's official documentation, the core design philosophy of Harness is "Everything is a plugin." It is built on the Cordis plugin system. Models, tools, skills, sessions, sandboxes, storage, loops, schedulers, UI—all Agent capabilities are composed of plugins. Developers can select, replace, or extend any capability through configuration without modifying the Harness source code.

This is on a different scale from the usual understanding of plugins. VS Code plugins add features to the editor; Codex plugins add tools to the Agent. Harness plugins can replace the Agent's brain, toolbox, rules, even its entire interface.

According to multiple sources involved in the beta test, developers went wild with plugin-making during the beta period. "People aren't properly testing the beta anymore; they're running off to write plugins." Hundreds of plugins emerged within just a few days—some completely overhauled the work interface, while others implemented "cross-session long-term memory with background self-evolution" using pure plugins, enabling the model to periodically review its work records and compress temporary experiences into lasting knowledge.

Some also commented that open-source community governance might be another challenge DeepSeek will face next.

Another crucial design aspect is traceability. Harness uses an append-only session log. Everything the model sees—system prompts, chain-of-thought, tool calls and results, sub-Agent scheduling, every context injection—is fully recorded. Context compression does not delete the original history; it only changes what the model subsequently sees through replacement events. Developers can trace by source in the Trajectory view, supporting recovery, forking, retrieval, and replay. The official documentation summarizes this principle as "If the model saw it, it's recorded."

This reflects a typical systems engineering mindset. According to reports, DeepSeek Harness team leader Cui Tianyi graduated from Zhejiang University's Computer Science Department, worked at the quantitative trading firm Jane Street for nine years, and joined DeepSeek in March 2026, with Harness officially starting internal development in May. The core moat of high-frequency trading systems has never been about smarter strategies, but stable execution in extremely complex environments, exception handling, comprehensive log traceability, and controllable risk—exactly the missing piece for moving AI Agents from demos to production. One beta developer described its performance in long tasks as "steady as an old dog": tasks are automatically saved when interrupted, ready to resume next time without starting over.

It's worth noting that Harness hasn't confined itself within DeepSeek models' walled garden. It natively supports connecting to nearly 40 major models including Kimi , OpenAI, Anthropic, and Google. Perhaps others tend to build a ready-made Agent, but DeepSeek Harness is more like a set of components, allowing developers to decide for themselves what the Agent should be like and how it should work.

Of course, the official team remains clear-headed. The announcement states that, as an early preview version, "there are still many details to be improved and refined, and core plugins and basic APIs will also undergo rapid iteration." In fact, one of the media outlets involved in the beta, ifanr, marveled that it was hard to imagine the famously fast DeepSeek taking over half an hour to run a programming task. The v0.1 version number also indicates that this black whale has just surfaced, far from swimming freely.

03

From Selling Tokens to Delivering Results, the Ambition of the Black Whale

The emergence of Harness coincides with a shift in the entire AI industry.

Over the past few years, competition among large model companies has focused on parameter scale and benchmark scores. But entering 2026, the core capabilities of leading models have rapidly converged, gaps in single-turn QA have narrowed, while price wars have intensified. The ceiling for the pure token-selling business model has become clearly visible. The industry is gradually realizing that the core value of the AI industry lies not in model output, but in real-world application—with the same token consumption, idle chat yields minimal value, while fixing a bug or completing a feature development can create several times the commercial value.

DeepSeek 's new release signifies a move from selling compute power to delivering results. In the old model, customers paid based on token usage, regardless of whether the model actually solved the problem. In the new model, the anchor point for payment shifts from how much compute was consumed to what task was accomplished.

This DeepSeek Harness release is also highly praised by developers for another reason. DeepSeek does not define the Agent itself. Instead, it leverages the diffusion power of the open-source community to promote a Harness-based approach. This is a grander, yet more difficult, path.

Furthermore, Harness faces a mature market already validated by Claude Code and Codex, with the latter backed by the model iterations and commercial resources of Anthropic and OpenAI, holding a first-mover advantage. After open-sourcing, questions remain unanswered: whether the plugin ecosystem can spontaneously flourish, whether developers are willing to entrust production environments to a v0.1 version, and whether the domestic market's payment habits can support the new logic of "pay-per-result." DeepSeek itself has stated that core plugins and APIs will continue to evolve rapidly, meaning early adopters may bear the cost of interface changes.

On August 13th, releases happened on both sides of the Pacific. Elon Musk took the stage for Grok 4.6, calling it "intelligent, fast, and highly cost-effective" ; DeepSeek said nothing, just kept pushing updates.

Between the clamor and the silence lies a divergence of two business philosophies.

We want to call this DeepSeek 's "most promising project in history," not because it's the strongest today. V4 Pro still has gaps with SOTA models, Harness is only a v0.1 developer preview, market reaction to recent price adjustments needs observation, and ecosystem building is a long journey. Potential is potential precisely because it is not yet realized.

But if we stretch the timeline, from R1 to V4, from models to Harness, DeepSeek has taken each step in the same direction: compressing cutting-edge capabilities into affordable costs, then connecting affordable capabilities to implementable systems.

The black whale has surfaced. As for how far it can swim—that lies in a future belonging to the open-source community.

This article is from the WeChat public account "Phoenix Network Technology," author: Dale, editor: Dong Yuqing

Trending Cryptos

Related Questions

QAccording to the article, what is the key finding of Composio's experiments comparing different Agent execution systems (Harnesses) using the same DeepSeek model?

AThe key finding was that the choice of execution system significantly impacts the performance and cost of the same AI model. The experiments showed up to a fourfold difference in the cost per successful task completion when the same DeepSeek V4-Flash model was paired with different Harnesses.

QWhat is the core design philosophy of DeepSeek's newly released Harness system?

AThe core design philosophy is "Everything is a plugin." Harness is built on the Cordis plugin system, meaning all Agent capabilities—models, tools, skills, sessions, UI, etc.—are composed of interchangeable plugins, allowing developers to customize the system without modifying the core source code.

QWhy does the article suggest Harness is not simply a 'DeepSeek version of Claude Code'?

ABecause Harness is fundamentally a modular system of plugins where developers can define and configure the Agent's functionality, behavior, and interface. It's designed to be a flexible, foundational framework for building various Agents, not a single, pre-defined tool for coding tasks.

QWhat shift in the AI industry's business model does the article associate with the release of DeepSeek Harness?

AThe article associates it with a shift from selling computational power (tokens) to delivering results. The value proposition is moving from charging for model output volume to charging based on the completion and value of specific tasks (like bug fixes or feature development).

QWhat is the significance of the 'append-only' session log and 'Trajectory view' in the Harness system, according to the article?

AThe 'append-only' log ensures complete traceability and reproducibility. Every system prompt, chain-of-thought, tool call, and context injection is permanently recorded. The 'Trajectory view' allows developers to trace, restore, fork, and replay any step, providing crucial control and debugging capabilities for complex, long-running AI tasks.

Related Reads

Unitree is Not Worth Its Current Valuation

Unitree's recent IPO pricing at 150.80 yuan per share, valuing the company at 60.99 billion yuan, has sparked intense market speculation. The valuation metrics appear stretched, with a P/E ratio of 219.23x—nearly six times the industry average—earning it the nickname "dream valuation." Off-exchange platforms like Hyperliquid have seen even more extreme pre-market prices, implying valuations up to four times the IPO level. The core concern is the mismatch between this valuation and the company's current business reality. Unitree's revenue breakdown reveals that over 73% of its humanoid robot sales in the first nine months of 2025 came from research and education, with another 17% from commercial exhibitions. Only 9% was classified as industrial application, and within that small slice, approximately 70% was for enterprise tours and guest reception—essentially advanced display items. Consequently, revenue from actual industrial tasks like manufacturing, inspection, and logistics accounted for less than 3% of total humanoid robot sales. Financially, growth is showing signs of strain. While Q1 2026 revenue grew 68.49% year-over-year, this represents a sharp slowdown from the 332.64% growth seen in Q1 2025. More notably, net profit (non-GAAP) halved, dropping 52.55%, attributed to surging R&D and marketing expenses. The company has also updated its risk disclosures, highlighting the threat of competition from Tesla's Optimus, which plans mass production. Analysts and institutional investors express caution. Some point out that current industry orders are largely for validation, not scalable commercial deployment. One estimate suggests only about 250 of Unitree's 2025 shipments were for genuine industrial use. The high valuation is seen as fueled by global humanoid robot hype and retail investor frenzy. For it to be sustained, Unitree must achieve explosive growth in industrial demand, maintain market share against powerful rivals, and preserve its high gross margins—a challenging set of conditions. While short-term structural factors might support the stock price, the consensus is that the valuation will eventually need to reconcile with fundamental business performance.

Odaily星球日报9m ago

Unitree is Not Worth Its Current Valuation

Odaily星球日报9m ago

Stablecoins and Agentic Commerce Can't Make It into Visa's Earnings Report

**Title: Stablecoins and Agentic – Not Yet on Visa's Financial Statements** **Summary:** On July 16, Visa announced the Visa Stablecoin Platform (VSP), a platform for managing stablecoin issuance and movement, starting with OpenUSD. However, 12 days later, in its FY2026 Q3 earnings call, CEO Ryan McInerney detailed VSP but mentioned no revenue model, timing, or clients. CFO Christopher Suh's financial report did not mention VSP. Analysts' questions largely ignored stablecoins, focusing instead on cross-border growth and core metrics. The article examines Visa's business model using a "highway" analogy: Visa builds the payment network (the road), sets rules, and collects "tolls." Its revenue comes from four main streams: Service Revenue, Data Processing Revenue, International Transaction Revenue, and Other Revenue. After client incentives, Visa's net take-rate has remained stable at ~29 basis points. Currently, Visa's only meaningful revenue from stablecoins comes from "U Cards" – cards linked to stablecoin wallets. In these transactions, stablecoins are converted to fiat *before* entering Visa's network, so they are processed as regular card transactions, contributing to the standard 29 bps fee. Visa's other stablecoin initiatives—settlement pilots (converting *Visa's own* net obligations to stablecoins) and the new VSP platform—do not yet generate revenue; they are operational improvements or future commercial offerings. Regarding Agentic Commerce, Visa's products (Agent Score, Token Assurance Framework) are "devices" allowing AI agents to use the *existing* payment network. They are billed as value-added services. Visa views agentic commerce primarily as AI agents acting on behalf of humans in traditional commerce (replacement), not the potentially new market of machine-to-machine transactions (creation). Strategically, CEO McInerney listed stablecoins and agentic as a *fourth-tier* investment priority, behind core areas like consumer payments and value-added services. They are components within existing strategies, not standalone growth engines with defined addressable markets. In contrast, Mastercard took a different approach by acquiring BVNK for ~$1.8B to gain immediate scale in stablecoin payment processing. Visa's strategy appears conservative: building optionality without major bets. Its core moat is its decades-old dispute resolution and consumer protection infrastructure. The market values Visa for its current robust consumer spending, growing value-added services, and share buybacks—not for its stablecoin or AI agent initiatives. The narrative hype around these topics exceeds their current financial significance for the company.

marsbit19m ago

Stablecoins and Agentic Commerce Can't Make It into Visa's Earnings Report

marsbit19m ago

This Investor Day, SanDisk's 'Stunning Numbers' Shook the Market

SanDisk's Investor Day Shocks Market with "Explosive" Long-Term Targets SanDisk stunned the market at its 2026 Investor Day by unveiling an extremely aggressive long-term financial model. The company targets **mid-to-high double-digit revenue growth** for fiscal years 2028-2030. More impressively, it forecasts non-GAAP gross margins of approximately **80%** and operating margins around **75%** during that period, with an adjusted free cash flow margin of about 50%. A key strategic shift is SanDisk's focus on profitability over sheer output volume. The company clarified it will **flexibly adjust salable bit output based on profit optimization needs**, not simply chase bit shipment growth. This approach aims to avoid oversupply, especially during technology node transitions. SanDisk also committed to returning **100% of excess cash to shareholders** after funding business growth. Confidence in these targets is bolstered by new business model (NBM) agreements with eight major clients, covering roughly **50% of FY2027 and two-thirds of FY2028 bit shipments**, aiming to reduce cyclical volatility. The company sees massive tailwinds from AI, particularly the shift from training to inference, which is reshaping data center memory hierarchies. It estimates the enterprise flash TAM could reach **1.2 zettabytes by 2030**. SanDisk is advancing technologies like its CMOS Bonded Array (CBA) strategy and High Bandwidth Flash (HBF) for AI inference workloads. The announcement triggered a sharp rally, with SanDisk's stock soaring nearly 18% intraday and lifting the broader storage sector.

marsbit20m ago

This Investor Day, SanDisk's 'Stunning Numbers' Shook the Market

marsbit20m ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of S (S) are presented below.

活动图片