Back to feed
News Story
APriority76
AI前线
1 sources

DeepSeek + Pi Combo Wins Benchmark, Costs One-Seventh of Claude Code

In a public benchmark by Composio, Pi Harness with DeepSeek V4 Flash achieved the highest success rate (66.7%) across 30 difficult agent tasks, with an average cost of $0.028 per task—far below Claude Code's $0.195. Developer 0xEvan also reported a 99.93% cache hit rate, processing nearly 1 billion tokens for just $2.65. The results highlight the 'harness multiplier effect' and challenge the notion that more configuration leads to better performance.

SynthePulse Insight · AI deep reading

Pi + DeepSeek Combo Beats Claude Code? The Harness Multiplier Effect Behind a 99.93% Cache Hit Rate

Version 1 · 1 source

A public test shows the same model, DeepSeek V4 Flash, varies by 20 percentage points in success rate across different harnesses. Pi, with default settings, takes first place at one-seventh the cost of Claude Code. Cache optimization is key, but the official harness is not yet released, and third-party optimizations have limitations.

  • In Composio's test, Pi Agent ranked first with a 66.7% success rate (20 of 30 tasks passed), while Claude Code and others passed 16 tasks (53.3%).
  • Pi's average cost per successful task was $0.028, compared to Claude Code's $0.195, a nearly 7x difference; median time for Pi was 132.2 seconds, slightly slower than Claude Code's 122.7 seconds.
  • Developer 0xEvan used Pi with DeepSeek V4 Flash to process nearly 1 billion tokens, achieving a 99.93% cache hit rate, costing $2.65 instead of an estimated $132 without caching.
  • Pi used a default installation with no extra configuration, only MCP plugins; Prime Agent had massive sessions (up to 3.5 million tokens), causing scorer timeouts and 6 runs unscored.
  • DeepSeek's official harness is not yet released, but the 'DeepSeek Harness Team' official account has been registered, internal testing has started, and a public release is imminent.
Open section navigationTest Results: Pi Wins with Default Config, Significant Cost Advantage

Test Results: Pi Wins with Default Config, Significant Cost Advantage

Composio's public test used the DeepSeek V4 Flash model across 8 harnesses on 30 high-difficulty tasks. Pi Agent passed 20 (66.7%), Oh My Pi passed 17, Claude Code, Codex, and Deep Agents each passed 16, Prime Agent and Hermes Agent each passed 15, and OpenCode passed 14. With the same model, simply changing the harness improved the success rate from 46.7% to 66.7%, a 20-percentage-point difference.

The cost gap is even more pronounced: Pi's average cost per successful task was $0.028, while Claude Code's was $0.195, nearly 7 times higher. Median time for Pi was 132.2 seconds, slightly slower than Claude Code's 122.7 seconds and OpenCode's 129.7 seconds, but considering success rate, speed, and cost, Pi stands out.

Pi used a fresh default installation with no custom settings or tuning, only the MCP plugins required for the test. In contrast, Prime Agent had massive sessions, some consuming 3.5 million tokens and making 33 tool calls, causing scorer timeouts and 6 runs unscored. This challenges the notion that more configuration is better; lightweight harnesses provide a shorter path, reducing the chance of the model getting lost.

Cache Hit Rate: How 99.93% Was Achieved

Developer 0xEvan used Pi with DeepSeek V4 Flash to process nearly 1 billion tokens, achieving a 99.93% cache hit rate, costing $2.65 instead of an estimated $132 without caching. Another developer, Shantanu Goel, reported that cache hit rates in other harnesses typically range from 94% to 97%, while Pi consistently exceeds 99%.

DeepSeek's API uses prefix caching, requiring matches to start from the first token; any prefix change causes subsequent tokens to miss. Pi's programmability allows developers to modify system prompts, filter history, customize compression, and even rewrite the final payload, leaving room for cache optimization.

The open-source project Reasonix is designed around DeepSeek's prefix caching, with core principles of keeping the context front stable and appending rather than modifying. Developers ported its methods to Pi's DeepPi, claiming cache hit rates stable at 99.7%-99.9%. The pi-deepseek-cache extension achieves similar optimizations by freezing dates and working directories, deterministic summaries, and SHA-256 hash diagnostics, reducing input costs by 98%-99%.

The Harness Multiplier Effect and Expectations for the Official Harness

Composio emphasizes that models should not be evaluated in isolation; leaderboards that only list model names without specifying the harness are incomplete. The harness multiplier effect means tools can amplify or diminish model performance; choosing the right harness can improve reliability and efficiency, while the wrong choice can have the opposite effect.

DeepSeek has not yet released an official harness, but the 'DeepSeek Harness Team' official account has been registered, internal testing has started, and a public release is imminent. An official harness could offer native adaptation, coordinated optimization with the model training team, and access to non-public information, which third parties cannot achieve.

Third-party harnesses can only reverse-engineer optimizations through public APIs, which has limitations. The release of an official harness could change the current ecosystem, but its specific capabilities remain to be verified.

Credibility boundary

This article's information primarily comes from AI Frontline reports, including developer personal statements and Composio test results. Test data is as provided by the source and has not been independently verified; cache hit rates are developer claims, not officially confirmed.

Insight takeaway

The Pi and DeepSeek combination shows significant advantages in testing, driven by the harness's amplification of model performance and cost reductions from cache optimization. However, the official harness is not yet released, third-party optimizations have limitations, and the future ecosystem may change with official involvement.

Primary report

AI前线

Primary source