Insider: DeepSeek Is Forming a Harness Team to Benchmark Against Claude Code

链捕手Published on 2026-05-22Last updated on 2026-05-22

Abstract

DeepSeek is reportedly forming a dedicated "Harness" team to develop a code agent product, directly targeting Anthropic's Claude Code. According to internal sources and a social media post by DeepSeek senior researcher Chen Deli, the team will focus on building "DeepSeek Code Harness." The initiative involves recruiting for key roles like Harness Product Manager and Harness R&D Engineer in Beijing. DeepSeek defines its approach with the core formula: Model + Harness = Agent. This signifies a strategic shift from merely offering a powerful coding model to creating the essential middleware that connects the model to real-world developer workflows. The Harness will handle context management, tool calls, task planning, file operations, code editing, terminal execution, and feedback loops. The move highlights that competition in AI-assisted coding is evolving from pure model capability to ownership of the developer workflow entry point. While DeepSeek has strong foundational models (e.g., DeepSeek-Coder series), it has lacked an integrated, productized agent experience. The popularity of a community-built project, DeepSeek-TUI, demonstrated developer demand for a Claude Code-like tool using DeepSeek's models, but also revealed the limitations of unofficial solutions. By building its official Code Harness, DeepSeek aims to leverage its unique advantages: direct collaboration with its model training team, control over APIs and design, the ability to create a data feedback loop fo...

Author | Wang Bo, Jiazi Guangnian

According to information obtained by "Jiazi Guangnian" from a source close to DeepSeek, DeepSeek is internally organizing a new Harness team focused on a code agent product, internally benchmarking against Anthropic's Claude Code.

Senior DeepSeek researcher Chen Deli recently confirmed this on social media, stating, "DeepSeek is organizing a new Harness team to work on Harness-related products and research," and explicitly said, "In simple terms, it's to benchmark against Claude Code and create DeepSeek Code Harness."

This is not an ordinary recruitment.

Recruitment information shows DeepSeek is opening two key positions: Harness Product Manager and Harness R&D Engineer, currently limited to Beijing. DeepSeek's Beijing office is located in the R&F Centre in Haidian District, close to Peking University and Tsinghua University. Officially, it's located in the "Centennial Beijing-Zhangjiakou AI Innovation Belt," while colloquially, it's also in the recently popular "Wang Huiwen Area."

Core Definition: Model + Harness = Agent

In the job description, a core formula is placed in the most prominent position:

Model + Harness = Agent

This statement can almost be seen as DeepSeek's internal definition for the next phase of productization: the model itself is merely the foundation for an Agent. Everything outside the model—context management, tool calling, task planning, file reading/writing, code modification, terminal execution, feedback collection, and evaluation loops—is the critical part that enables the Agent to truly integrate into workflows.

The job description further states: "We are transforming DeepSeek's cutting-edge model capabilities into leading Agent products. All work beyond the model itself falls under the scope of Harness." Additionally, the role will participate in the entire process of developing "DeepSeek desktop Agent products" and "define DeepSeek's understanding of Harness."

Jiazi Guangnian analyzes that DeepSeek does not simply want to create a code assistant plugin but is complementing the middle layer that connects the model to real-world workflows.

Over the past year, the industry has proven: strong coding ability does not mean developers will actually adopt it; a model's capability to write code does not mean it can consistently complete an engineering task.

What truly changes developers' workflow is not the Claude model alone, but Claude Code; not the GPT model alone, but Codex; not just a code response in a chatbox, but an engineering agent capable of entering the terminal, understanding projects, reading/writing files, running commands, fixing errors, managing Git, and calling tools.

DeepSeek's past strength was its model. Now, it is beginning to add that layer of "hands" on top of the model.

I. Why DeepSeek Emphasizes Harness

In traditional AI product contexts, "code assistant" usually refers to two types of products: one is a completion plugin in the IDE, and the other is code Q&A in a chatbox.

But the term repeatedly appearing in this DeepSeek recruitment is not Code Assistant, but Harness.

Harness originally referred to a "test harness" or "execution framework" in an engineering context. In the Agent context, it is closer to an external system that enables the model to truly act. The model is responsible for understanding, reasoning, and generation; Harness is responsible for connecting these capabilities to the real environment.

The job description mentions that this role needs to plan the DeepSeek Harness product roadmap, connect researchers, engineers, the open-source community, and end-users, and communicate deeply with researchers from the model training team to achieve co-evolution between the model and Harness.

This is a crucial point.

It indicates that DeepSeek's goal is not just to wrap a shell around existing models but to make the Agent product itself a part of the model's evolution. In the past, the common product logic for large model companies was: the research team trains a model first, and then the product team builds applications based on the model's capabilities. However, in the Agent era, this sequence is being disrupted. The product is no longer just an outlet for model capabilities but a training ground for those capabilities.

A code Agent failing on a real project might not be due to product interaction issues but to incorrect methods of long-context compression by the model; it might not be a problem with the tool-calling pipeline but instability in the model's task decomposition strategy; it might not be insufficient coding ability but a lack of continuous understanding of engineering constraints, test feedback, and user intent.

Therefore, the value of the Harness team is not just "building a product" but turning real development tasks into a feedback source for continuous model evolution.

II. Why Must DeepSeek Complement Code Harness?

DeepSeek placed early bets on coding capabilities. From DeepSeek-Coder to DeepSeek-Coder-V2, DeepSeek has continuously increased investment in code models, with improvements in supported languages, context length, and complex task capabilities. Its problem is not a lack of coding capability but that this capability has largely remained at the model layer and has not yet become a high-frequency product in developers' daily workflows.

The popularity of Claude Code proves one thing: The competition in AI Coding is shifting from model capability competition to competition for developer workflow entry points.

This is also a lesson DeepSeek must learn now. More subtly, before DeepSeek officially stepped in, the developer community had already created a version of "DeepSeek Claude Code" for it.

An open-source project called DeepSeek-TUI previously gained popularity in the developer community. It is a coding agent running in the terminal that can read/write files, execute Shell commands, search the web, manage Git, and coordinate sub-agents through a TUI interface.

The popularity of DeepSeek-TUI highlights two issues:

  1. Foundation Mindshare is Mature: The DeepSeek model already has a foundation in developers' minds for being a code Agent. Otherwise, the community wouldn't naturally develop Claude Code-like products around it.

  2. Official Layer is Missing: DeepSeek lacks not model attention but an official Harness.

For developers, the appeal of DeepSeek-TUI is straightforward: low cost, domestic availability, long context, and relatively low deployment barriers. Many domestic developers aren't unwilling to use Claude Code but are constrained by price, access stability, account systems, and enterprise compliance.

However, community projects also have inherent limitations:

  • No matter how active a third-party open-source project is, it's difficult to truly grasp the rhythm of internal model capability evolution;

  • It can adapt around APIs but cannot reverse-decide how the model is trained;

  • It can work on prompts, toolchains, and interaction optimization, but it's difficult to systematically inject massive real-task feedback into model improvements.

This is precisely the significance of an official Harness.

By creating its own Code Harness, DeepSeek possesses several advantages that community projects lack: collaboration with the model team, design authority over interfaces, closed-loop training data, access to internal real task scenarios, and the ability for long-term developer ecosystem operations.

The open-source community has already paved the way: developers indeed need a DeepSeek version of Claude Code. Now, DeepSeek is reclaiming this path to build its own core product.

And DeepSeek officially starting to recruit means it is finally preparing to step onto the field.

Chen Deli mentioned at the 2025 World Internet Conference Wuzhen Summit last November: "One of our company's core advantages is long-termism, adhering to the main line of frontier AI breakthroughs. In this process, we have also abandoned many side paths, not engaging in those short and quick side projects."

After the model war, the real Agent war has begun. This time, DeepSeek is complementing the most critical layer between the model and action—Harness.

DeepSeek is equipping its model with a pair of hands.

Related Questions

QWhat is the main objective of DeepSeek's new Harness team, according to the article?

AThe main objective is to develop a code agent product, specifically a code intelligent agent, internally benchmarked against Anthropic's Claude Code. The focus is on building the "harness" - the external system that enables the model to interact with real-world environments, tools, and workflows, moving beyond just the model's coding capabilities.

QWhat core formula is highlighted in DeepSeek's job description, and what does it signify?

AThe core formula is "Model + Harness = Agent." It signifies DeepSeek's internal definition for its productization path: the model is just the foundation of an agent. The crucial part that allows an agent to integrate into real workflows is the harness, which includes context management, tool calling, task planning, file I/O, code modification, terminal execution, feedback collection, and evaluation loops.

QWhy does the article suggest DeepSeek's move to build Code Harness is crucial, beyond just having strong coding models?

ABecause the competition in AI-assisted coding is shifting from pure model capability competition to a competition for becoming the entry point into developers' workflows. Products like Claude Code have shown that developers adopt tools that integrate deeply into their workflow (terminal, project understanding, Git, etc.), not just models that can generate code in a chat interface. DeepSeek needs to bridge this gap to turn its model strength into a high-frequency product.

QWhat is the significance of the community project 'DeepSeek-TUI' mentioned in the article?

ADeepSeek-TUI is a third-party, open-source terminal-based coding agent that gained popularity. Its significance is twofold: 1) It proves that developers already perceive DeepSeek's model as a solid foundation for a Claude Code-like agent, demonstrating mature developer mindshare. 2) It highlights a gap: the lack of an official, first-party harness from DeepSeek itself, which the company now aims to fill with its own team.

QWhat key advantage does an official DeepSeek Harness team have over community projects, according to the article?

AAn official team has several key advantages: direct collaboration with the model research team, control over API/interface design, the ability to create a closed-loop system for training data and feedback from real tasks, access to internal real-world scenarios, and the capacity for long-term developer ecosystem operations. This allows for co-evolution of the model and the harness, which community projects cannot achieve.

Related Reads

Sevenfold Oversubscription, Can SK Hynix Save the Semiconductor Industry This Time?

SK Hynix's planned US ADR listing is drawing intense interest, with its offering reportedly oversubscribed by over seven times, potentially making it the largest foreign listing in US history. The fundraising of approximately $24.5 billion is intended for expanding its Korean production capacity, including advanced packaging and EUV equipment. This massive demand from long-term funds and prominent institutions like Baillie Gifford and Situational Awareness Partners (led by noted investor Leopold Aschenbrenner) presents a stark contrast to the recent downturn in the broader semiconductor sector. The sector has faced a significant correction, with SK Hynix's own stock falling nearly 30% from its June high. This sell-off was triggered by concerns that major tech giants might slow their AI infrastructure spending, following signals like Meta's reported plan to sell surplus computing capacity. The strong ADR appetite suggests long-term investors still believe in the AI investment cycle's fundamentals, viewing the recent decline more as a valuation reset than a demand collapse. Some market speculation even suggests the pre-IPO price drop could be strategic, setting the stage for a stronger post-listing performance. While SK Hynix's successful listing may act as a short-term positive catalyst for market sentiment, the article argues the true signal for a sustained semiconductor recovery will come from upcoming earnings reports of tech giants like Microsoft, Google, Meta, and Amazon. Their future capital expenditure plans will be crucial in determining whether the AI-driven growth cycle can continue.

Odaily星球日报12m ago

Sevenfold Oversubscription, Can SK Hynix Save the Semiconductor Industry This Time?

Odaily星球日报12m ago

Breaking News: Musk Delivers the Most Powerful Grok 4.5, Slashes Price of Top-tier Opus Intelligence Drastically

**Elon Musk Launches Grok 4.5: A Cost-Effective, High-Performance AI Rival** SpaceXAI, in collaboration with Cursor, has released Grok 4.5, its new flagship AI model designed specifically for coding and agentic tasks. Trained on tens of thousands of NVIDIA GB300 GPUs using massive, high-quality data filtered from trillions of Cursor developer interactions, the model emphasizes "per-token intelligence." In benchmark performance, Grok 4.5 is highly competitive. It scores 64.7% on SWE Bench Pro (surpassing GPT-5.5's 58.6% and Opus 4.7's 64.3%), 83.3% on Terminal Bench 2.1 (nearly matching GPT-5.5), and 62.0% on DeepSWE 1.0 (beating Opus 4.8). Overall, it ranks fourth in AAAI official tests and first in the Harvey legal agent benchmark. The model's key advantage is its combination of speed, efficiency, and low cost. It generates responses at 80 tokens per second and, crucially, uses far fewer tokens to complete tasks—4.2 times fewer than Opus 4.8 on SWE Bench Pro. It is priced at $2 per million input tokens and $6 per million output tokens, significantly undercutting competitors. Musk stated it is "roughly equivalent to Opus 4.7, but much faster." Early user tests show Grok 4.5 can generate functional code for applications like 3D solar system simulators and basic games from simple prompts, though some note it still lags behind top models in certain creative tasks. Musk has hinted at a major update next month, leveraging real-world engineering data from his companies, with an even larger 2-trillion parameter version reportedly in development. Grok 4.5 positions itself not as the absolute strongest model, but as a highly efficient and affordable alternative in the top tier.

marsbit16m ago

Breaking News: Musk Delivers the Most Powerful Grok 4.5, Slashes Price of Top-tier Opus Intelligence Drastically

marsbit16m ago

Today, The Hong Kong Exchange Was Once Again Overwhelmed

Hong Kong's stock exchange witnessed an exceptionally busy day on July 9, with a record seven companies conducting initial public offerings (IPOs) simultaneously. The list included major firms such as Luxshare Precision, which launched the largest Hong Kong IPO of the year, and other notable names like Tri-Ring Group and Qiyunshan Food. However, the market reception was sharply divided on the first trading day. While Qiyunshan Food's shares surged over 110%, several other newcomers, including Luxshare Precision, Dingtai High-Tech, and Rigol Technologies, opened below their issue prices, with some falling nearly 20%. This event highlights a broader, bustling IPO scene in Hong Kong for 2024, with 82 Chinese companies listing in the first half alone—more than double the figure from the same period last year. A significant portion of this activity comes from dual "A+H" listings, where mainland China-listed firms seek secondary listings in Hong Kong. These larger companies have accounted for nearly 60% of total fundraising. Despite the high volume, recent trends show a cooling market sentiment for many new listings. Several IPOs in early July, including that of Tongrentang Healthcare, debuted with significant losses, indicating increased investor caution and selectivity. The market narrative is shifting, with capital increasingly concentrating on high-growth sectors like artificial intelligence, robotics, and semiconductors, while traditional manufacturing and consumer goods face greater pressure and volatility. This divergence underscores a market where success is no longer guaranteed by merely listing, but depends heavily on a company's growth prospects and sector appeal.

marsbit21m ago

Today, The Hong Kong Exchange Was Once Again Overwhelmed

marsbit21m ago

Glassnode: Crypto Market Enters Later Stages of Bottoming Phase

Glassnode: Crypto Market Enters Later Stages of Bottom Formation Bitcoin has traded below the true market average and the short-term holder cost basis for five consecutive months, indicating a deep undervaluation. On-chain data reveals a significant shift in selling pressure, with long-term holders now accounting for 43% of all realized losses. Daily realized losses for this group recently peaked at $280 million, the highest level since December 2022. While this large-scale capitulation is a hallmark of bear market bottoms, a sustained decline in this metric is a prerequisite for a sustained recovery. Institutional demand remains weak. US spot Bitcoin ETFs continue to see monthly net outflows, although the pace has moderated from June's peak. Furthermore, average daily ETF trading volumes have contracted by approximately 80% from their October 2025 peak, reflecting subdued institutional participation. Derivatives markets present a mixed picture. Overall positioning has shifted to cautiously bullish, with the put/call ratio dropping to a yearly low. However, the options volatility skew remains elevated, signaling that traders are still paying a premium for downside protection. The spot price also trades below the gamma "max pain" level. In summary, multiple indicators suggest the market is in the later phases of a bottoming process, characterized by long-term holder capitulation and weak institutional inflows. However, key confirmation signals for a durable trend reversal—a sustained drop in long-term holder selling pressure, stabilization of ETF flows, and a price recovery above key cost bases—are still pending.

Foresight News47m ago

Glassnode: Crypto Market Enters Later Stages of Bottoming Phase

Foresight News47m ago

Trading

Spot
活动图片