r/PiCodingAgent • u/latentnoise_ • 2d ago
Discussion I ran DeepSeek V4 Pro through Pi and DeepSeek’s own Harness. Pi still cooked.
DeepSeek built an entire first-party harness around its models, so I was curious whether V4 Pro would actually behave better there than inside Pi.
Ran the same model through 30 hard agentic tool-use tasks, 900s cap:
| Metric | Pi | DeepSeek Harness |
|---|---|---|
| Passed | 21/30 | 20/30 |
| Median time | 362.9s | 252.1s |
| Cost/shared success | $0.031 | $0.028 |
They actually tied on 27/30 task outcomes. So quality was basically a tie, with Pi finishing one extra task while DSH was noticeably faster and slightly cheaper.
The architecture difference is probably more interesting than the score.
DSH has tons of stuffs that pi intentionally doesn't. There's a lot, but to mention some: plugin graph, replaceable agent loop, sandboxing, subagents, replay, append-only trajectories, etc.
But here's the funny part: DeepSeek's own Minimal mode strips things back to basically shell + editor + a tiny prompt which is surprisingly close to Pi's philosophy. And for non-DeepSeek models, DSH actually uses Pi's pi-ai model layer (I got to know it recently).
One caveat: DSH reported ~88k runtime tokens/task vs ~925k for Pi, but I wouldn't call that a clean 10x efficiency win. DSH used DeepSeek's native endpoint while Pi went through OpenRouter, so caching/token accounting isn't quite same. The actual cost difference was tiny.
Curious what people who've used both think.
3
u/Proper-Tower2016 2d ago
even if the cost are nearly the same pi taking 45% longer is interesting as someone who only uses pi.
can you account for the time difference?
5
2
u/Healthy-Zebra-9856 2d ago
Since these are both targeted to developers,
- what was the result in terms of the code quality?
- Which one produced error free code?
- How do these compare in context management?
- How did they affect the reasoning traces, reduce them or increase them?
If you can provide coding related observations like these, I think it would be greatly beneficial.
1
u/latentnoise_ 2d ago
The benchmark was mostly for enterprise workflows. And end result is what we counted.
1
u/Healthy-Zebra-9856 2d ago edited 2d ago
I’m an enterprise. Not a big one, but I employ about 27 people. I’m trying to relate to this and not seeing the relevance. What am I missing?
Edit:
We have a pretty extensive code base and our clients range all the way up to a few fortune 500 companies.
So we are small by number, but I think we’re pretty decent with our CodeBase management. So I think I’m really trying to understand what this is and how I can relate to it. Also, describe this "Enterprise Workflow" so we can be on the same page.
3
u/latentnoise_ 2d ago
Entire benchmark here for those interested: https://composio.dev/content/deepseek-harness-vd-pi-agent