DeepSeek Pro Looks Brilliant in Minimal Mode. That Is Also the Problem
- Martin Chen

- 4 days ago
- 12 min read
DeepSeek pro entered general availability on August 13, but its strongest reported behavior appeared only after users recreated one unusually specific agent configuration.
That configuration is the Minimal preset in DeepSeek Harness, the company’s newly released runtime for tool-using AI agents. Community tests claim the preset turns an inconsistent coding model into something much closer to DeepSeek’s benchmark presentation.
The improvement has not been independently measured across a controlled, diverse task set. Yet the controversy matters even if the most dramatic demonstrations fail replication. DeepSeek’s own materials connect agent performance with specific prompts, tools, reasoning settings, and execution environments.
The real question is therefore narrower than whether DeepSeek-V4-Pro is “good” or “bad.” It is whether a model should receive full credit for capabilities that appear reliably only inside a training-aligned harness.
Anthropic, OpenAI, and other model vendors face the same issue whenever their models operate through Claude Code, Codex, or another agent runtime. DeepSeek has simply made the dependency unusually visible.
DeepSeek Pro GA Arrived With an Agent Performance Dispute
The August 13 release changed the available model, but it did not settle which system was actually being evaluated.
DeepSeek formally launched the general-availability version of V4-Pro across its app, website, and API on August 13, 2026. The company’s GA release highlighted agent upgrades, three reasoning-effort levels, and native support for OpenAI’s Responses API.
Low effort targets simple tasks. High effort handles ordinary agent workflows, while max effort allocates more reasoning to complex work. The release also added a Codex-oriented setup path without changing the V4-Pro API model name.
That announcement followed the April 24 preview of the wider V4 family. DeepSeek described V4-Pro as a mixture-of-experts model with 1.6 trillion total parameters and 49 billion active during inference.
A mixture-of-experts model routes each token through only part of the network. That design can increase total capacity without activating every parameter for every request.
The model supports a one-million-token context window. DeepSeek says it was pretrained on more than 32 trillion tokens and then passed through supervised learning, reinforcement learning, and on-policy distillation.
Those specifications did not cause the controversy. The friction began when early users compared DeepSeek’s agent benchmark claims with their own results after the GA rollout.
Some community reports described short reasoning traces, weak planning, and inconsistent tool use. One widely shared account called the release disappointing and suggested that a deployment or server-side configuration problem was suppressing the model’s intended behavior.
These observations were anecdotal. They came from different prompts, accounts, tools, operating systems, and request paths. They cannot establish a general performance level.
Then a second wave of reports appeared. Users said the same model became substantially more capable when run through DeepSeek Harness Minimal on Linux or Windows Subsystem for Linux.
One community test claimed that multiple users reproduced the improvement. The author still judged the model below a leading comparison model and criticized its visual taste.
That qualification is important. The claim was not that Minimal mode fixed every weakness. It was that the preset revealed a level of coding behavior absent from many ordinary sessions.
A separate repository analysis connected Minimal mode with an August 10 commit. According to that analysis, the commit aligned the preset with the agent composition used during reinforcement learning.
The analysis described a narrow environment containing a restrained system prompt, persistent shell access, a designated file editor, and a specific context-compaction policy. It also said the preset excluded unrelated tool descriptions that might pollute the system prompt.
That interpretation remains a community reading of public code and documentation. DeepSeek has not published evidence proving that V4-Pro fails outside Minimal mode or that it was deliberately optimized for one public preset.
Still, the sequence is concrete. DeepSeek released V4-Pro GA on August 13, released its harness in developer preview, and exposed an environment closely related to agent evaluation.
The tension comes from how those pieces fit together. If the model’s best behavior requires that environment, users are buying a model-harness system rather than an interchangeable model endpoint.
Why DeepSeek Harness Changes the Meaning of a Benchmark
An agent benchmark measures the model, prompt, tools, memory policy, and runtime together, even when the leaderboard displays only a model name.
An agent harness is the software layer that lets a language model inspect files, run commands, call tools, retain state, and decide what happens next. It turns text prediction into an operating loop.
That loop makes many consequential choices. It formats the system prompt, defines tool schemas, returns errors, truncates history, summarizes earlier work, and decides when the model receives another turn.
Small changes can produce large performance differences. A model may understand a task but fail because a tool description is ambiguous. It may edit the wrong file because context compaction removed an earlier constraint.
A model may also waste its reasoning budget after receiving noisy status messages. Another harness can prevent the same failure by keeping the prompt short and preserving the right state.
DeepSeek’s official repository describes DeepSeek Harness as an open-source agent runtime where everything is a plugin. The project is in developer preview and warns that compatibility-breaking changes will occur.
Its plugin architecture can swap or recompose capabilities rather than locking users into one fixed agent design. That flexibility makes the project useful, but it also complicates any claim about “DeepSeek-V4-Pro performance.”
Which plugins were active? Which preset loaded them? What system prompt was used? How was conversation history compacted? Did the shell remain alive between turns?
Those details are not implementation trivia. They shape the information and actions available to the model at every step.
DeepSeek’s model documentation makes this system dependence visible. The company recommends max reasoning for demanding agent tasks and at least 384,000 context tokens for that mode.
Its model card also reports large differences between reasoning settings. On Terminal Bench 2.0, DeepSeek lists V4-Pro at 59.1 in non-thinking mode, 63.3 at high effort, and 67.9 at max effort.
On SWE-bench Verified, the reported progression is 73.6, 79.4, and 80.6. On BrowseComp, high and max score 80.4 and 83.4, while a non-thinking result is not listed.
These are DeepSeek’s own evaluations, not independent replications. However, they demonstrate the company’s position that inference configuration materially changes measured capability.
The technical report goes further by explaining the evaluation environment. For code-agent tasks, DeepSeek used a minimal collection of tools, including shell access and file editing.
For search-agent tasks, the company used an internal harness. That means the reported agent scores never represented a bare model answering isolated prompts.
There is nothing inherently improper about that. Agent models need tools, and a benchmark must provide some runtime. Every vendor chooses one.
The problem begins when a harness-specific score becomes shorthand for a model’s general ability across products. A result generated with a persistent shell and training-aligned compaction does not automatically transfer to another editor extension.
A developer using an Anthropic-compatible client might send differently structured tool results. An enterprise platform may inject security instructions, audit messages, retrieval results, and approval gates.
Those additions can be necessary in production. They can also move the prompt far away from the environment used during reinforcement learning.
Minimal mode therefore does more than improve a demo. It exposes how much hidden infrastructure sits behind a model score.
This is why the DeepSeek pro dispute matters beyond one release. The model card names DeepSeek-V4-Pro, but the working unit in an agent task is DeepSeek-V4-Pro plus a harness configuration.
Once that distinction becomes explicit, leaderboards need to report both parts.
Training Alignment Is Not Automatically Overfitting
The public evidence supports configuration sensitivity, but it does not yet prove that DeepSeek-V4-Pro overfit one harness.
Overfitting has a precise meaning. A system overfits when it learns patterns that perform well on its training distribution but fail to generalize to meaningfully different inputs.
In this case, the suspected training distribution includes more than coding problems. It may also include the agent’s prompt structure, tool names, response formats, shell behavior, and context-management policy.
If reinforcement learning repeatedly rewarded success inside one composition, the model would rationally adapt to that composition. Consistent tool semantics reduce uncertainty and make the reward signal easier to learn.
That adaptation can be beneficial. Humans also perform better with familiar interfaces, reliable tools, and stable workflows.
A model trained to use a predictable file editor should outperform one forced to infer undocumented editor behavior. Calling every such gain “overfitting” would make the term almost useless.
The stronger allegation requires a broader failure pattern. V4-Pro would need to show unusually steep degradation when irrelevant environmental details change, even though the underlying task remains equivalent.
For example, researchers could rename tools while preserving their descriptions and behavior. They could reorder tool schemas, vary harmless wording, replace the editor with an equivalent interface, or alter compaction without removing needed facts.
A general agent should tolerate many of those changes. A harness-bound model would lose substantial performance despite receiving the same practical capabilities.
No public study has yet established that pattern across enough tasks and random trials. Screenshots, videos, and personal coding sessions can identify a research question, but they cannot measure generalization.
The “Minimal unlocks the real model” claim also has several alternative explanations.
First, Minimal mode may remove prompt clutter. Long tool manuals and overlapping instructions often make agent behavior worse, especially across extended sessions.
Second, it may preserve state more effectively. A persistent shell lets a model maintain working directories, environment state, and running processes without reconstructing them.
Third, the preset may expose the tool interfaces used during post-training. That creates distribution alignment, but not necessarily benchmark memorization.
Fourth, early GA requests may have encountered deployment variance. Community reports mentioned unusually short reasoning and possible routing changes, although DeepSeek did not verify an emergency rollback.
Fifth, users may select and circulate the most striking successful runs. Positive demonstrations spread quickly, while failed replications receive less attention.
The opposite bias also exists. Disappointed users can generalize from one broken session, especially after reading benchmark claims that raised expectations.
DeepSeek’s official results do leave room for skepticism. The company reports V4-Pro Max resolving 80.6 percent of SWE-bench Verified and scoring 67.9 on Terminal Bench 2.0.
It also reports a Codeforces rating of 3206 and a 93.5 pass rate on LiveCodeBench. Those figures present the model as a high-end coding system under the stated evaluation setup.
Independent evaluation provides a more useful anchor. The U.S. government’s Center for AI Standards and Innovation evaluated the preview model using developer-recommended settings.
In its independent evaluation, CAISI served DeepSeek V4 on H200 and B200 GPUs. It preserved internal reasoning and used recommended values for context, sampling, system prompts, and maximum thinking.
CAISI also reproduced DeepSeek’s self-reported GPQA-Diamond result, reducing the likelihood of a basic inference-configuration mistake on that benchmark. For agent tests, however, it used Inspect’s built-in ReAct agent rather than DeepSeek Harness Minimal.
That difference is exactly what future analysis should examine. A model can match a static reasoning benchmark while remaining highly sensitive to the agent loop around it.
The available evidence therefore supports a cautious conclusion. DeepSeek-V4-Pro is environment-sensitive, and DeepSeek optimized its agent workflow around known compositions.
The evidence does not establish that DeepSeek memorized public benchmark tasks. It also does not prove intentional manipulation.
Calling the model overfit today gets ahead of the data. Calling the harness irrelevant ignores what both DeepSeek’s documentation and community tests show.
The Real Contest Is Training-Aligned Agents Versus Portable Models
DeepSeek’s immediate challenge is not beating one rival model. It is proving that its capability survives outside its preferred runtime.
Model vendors increasingly optimize complete agent systems. The model remains important, but orchestration determines whether its reasoning produces a useful artifact.
OpenAI pairs models with Codex. Anthropic develops models alongside Claude Code. Google controls model behavior inside Gemini’s coding products, while independent runtimes add their own prompts and tools.
DeepSeek now has the same strategic option. It can co-design V4-Pro with DeepSeek Harness, measure failures end to end, and use those traces for reinforcement learning.
That approach can produce better real-world results than treating the API as an isolated text generator. It can also accelerate debugging because the company controls both sides of the interaction.
A stable harness gives training teams a repeatable environment. They can reward correct command use, validate file changes, penalize unfinished work, and test long-running sessions.
The tradeoff is portability. Enterprises rarely deploy a model inside the vendor’s untouched reference environment.
They add permission checks, private retrieval, logging, policy filters, human approvals, and organization-specific tools. Developers bring existing editors, command-line agents, and automation frameworks.
Each addition changes the interaction distribution. A model that depends on one sparse system prompt may regress when an enterprise security policy adds several thousand tokens.
A model trained around one file-editing protocol may mishandle another protocol’s error messages. A compaction strategy that works for coding may discard evidence required in legal or analytical tasks.
Portable capability means retaining performance across these variations. It does not require identical scores everywhere, but it requires graceful degradation.
Training-aligned capability offers a different promise. The vendor provides a recommended system with known settings, and users receive the advertised performance by adopting the whole stack.
Neither approach is universally superior. A tightly integrated system can deliver better outcomes for teams willing to standardize around it.
A portable model gives platform builders more freedom. It also makes benchmark results easier to compare across runtimes.
DeepSeek’s current messaging tries to claim both advantages. V4-Pro is available through several API formats and is presented as compatible with major agent products.
At the same time, its strongest reported behavior appears closely tied to max reasoning and a specialized harness composition. That gap puts pressure on the portability claim.
The official preview announcement said DeepSeek had optimized V4 for Claude Code, OpenClaw, OpenCode, and other agent products. It also said the company was using V4 internally for agentic coding.
Those statements imply broader adaptation than one Minimal preset. DeepSeek can support them by publishing results across multiple independent runtimes under matched budgets.
The comparison must control more than final score. Researchers should report token use, runtime, completion rate, tool errors, retries, and failure categories.
They should also separate model failures from harness failures. If an editor rejects a malformed patch, the trace should show whether the schema, parser, or model caused the defect.
This level of reporting would improve the entire agent market. Current leaderboards often compress a complicated system into one percentage beside one model name.
That presentation encourages buyers to compare model endpoints while ignoring orchestration. It also lets vendors choose favorable harnesses without showing how sensitive their results are.
DeepSeek Harness could help solve that problem if the company uses its plugin design for controlled ablations. The team can swap one component at a time and publish the resulting score changes.
Ablation testing removes or changes one element to measure its contribution. Here, it could quantify the value of persistent shell state, compaction policy, tool naming, or system-prompt length.
If Minimal mode wins because it removes irrelevant instructions, other harness developers can copy that lesson. If it wins because the model expects exact training-time tokens, portability concerns become stronger.
Either result would be more informative than another showcase run. The dispute needs measurement, not a contest between enthusiastic clips and frustrated posts.
What Would Confirm or Weaken the DeepSeek Pro Concern
Three observable signals can determine whether Minimal mode is a sensible reference setup or a performance dependency.
The first signal is a controlled cross-harness evaluation of the 0813 model. It should run identical tasks through DeepSeek Harness Minimal, its standard preset, and at least two independent agent runtimes.
Each configuration needs the same reasoning level, token budget, sampling policy, tool capabilities, and retry allowance. Evaluators should use multiple trials because agent outcomes vary between runs.
A large Minimal advantage would strengthen the configuration-dependence concern. Similar results across equivalent runtimes would weaken the overfitting theory and suggest that early failures came from setup or deployment issues.
The second signal is resilience under harmless interface changes. Evaluators should rename tools, reorder schemas, paraphrase instructions, and substitute functionally equivalent editors.
Performance should remain broadly stable when the information and available actions remain unchanged. A sharp decline would show that the model relies on surface features rather than general tool understanding.
This test matters more than comparing one vendor harness with another. Different products introduce many variables at once, making the cause of a score change hard to isolate.
The third signal is DeepSeek’s own disclosure. The company should publish the exact agent composition behind each headline benchmark, including prompts, tool schemas, compaction rules, and inference settings.
It should also distinguish the preview model from the August 13 GA checkpoint. Without versioned results, users cannot tell whether an older score transfers to the endpoint they are calling.
DeepSeek does not need to reveal private training data to provide this transparency. Reproducible evaluation scripts and complete runtime configurations would address the central question.
Independent researchers can then test whether the claimed gains survive other repositories, languages, task lengths, and security constraints. Enterprise buyers can judge whether adopting the reference harness fits their systems.
For developers, the practical lesson is already clear. Do not evaluate DeepSeek pro through one chat window, and do not trust one Minimal-mode success as a universal result.
Test the exact model-harness pair that will enter production. Record reasoning settings, context policy, tool definitions, retries, and task completion rather than judging only the final prose.
For benchmark publishers, report configurations as first-class entries. “DeepSeek-V4-Pro with DSH Minimal” is more honest than a row labeled only “DeepSeek-V4-Pro.”
For DeepSeek, the opportunity is larger than defending one release. The company can turn this controversy into a clearer standard for evaluating agent systems.
The strongest outcome would not be proof that Minimal mode makes V4-Pro look exceptional. It would be evidence that the model remains useful when real organizations replace Minimal with their own complicated environments.
Until those results arrive, “overfitting” remains an unproven diagnosis. Configuration dependence is the established concern, and it is significant enough on its own.
If you are testing the 0813 release, run the same repository task through at least two harnesses and repeat each run. Preserve the traces, normalize the budgets, and publish failures alongside successes. That evidence will tell us whether DeepSeek pro learned transferable agent behavior or one unusually familiar workflow.


