The Story
The first (and so far only) non-Anthropic/OpenAI/xAI/Moonshot vendor on this page: DeepSeek Harness 0.1.1-rc.2 running DeepSeek V4 Pro at high reasoning as the orchestrator, delegating to DeepSeek V4 Flash sub-agents — confirmed against the user’s own DeepSeek Platform usage screen, which shows exactly those two models for the day and nothing else. The brief is the usual one-shot instruction used across this whole page, with a harness-specific typo preserved verbatim in the transcript: “simulate user behaviour using the Playwright MPC.” The run did not stop once — single turn, 320 steps, start to finished commit in 1h 31m.
The delegation shape is clean and disjoint: three sub-agents — Admin UI, Storefront UI, Database Seeders — spawned together in the same step, each fenced to its own file scope so the parallel writers can’t collide, followed much later by a fourth, 2nd-Agent Verification, spawned alone after the orchestrator had already made its own bug-fix commits. That verification agent is the interesting part: it ran for 2 minutes 12 seconds, made 43 tool calls, every one of them bash or read — php artisan test, migrate:fresh, db:seed, route:list, pint --test, a tinker sanity check — and reported back “10/10 PASS” on what it called an “Execution checklist.” It never opened a browser, because none was available: the harness’s entire tool palette across all 5 session files is bash/read/write/edit/grep/glob/subagent_fork/todo_write plus a handful of orchestration primitives — no MCP client, no screenshot tool, nothing that could drive Chromium interactively. The orchestrator itself worked around this by shelling out to the playwright npm test framework (a scripted assertion suite, not an exploratory session), which is a materially different thing than what the brief asked for. The “full review meeting” the mission demanded, and the “verified by a 2nd agent” claim the run reports back, amount to a green Pest suite and a CLI smoke check — specs/testplan.md, the 143-test acceptance suite this whole page scores every build against, was never run by anyone in this session.
Economically this is easily the cheapest run on the page in real terms: $4.97, read directly off DeepSeek’s own official-vendor billing dashboard (821 requests, 229.0M tokens for the day — within 0.3% of this parser’s own count, confirming the screen is this exact run). Running the identical token volume through OpenRouter’s list price for the same two models instead would have cost $12.39 — DeepSeek’s own API is roughly 2.5× cheaper than routing through OpenRouter for itself, a genuinely useful data point for anyone deciding how to bill this model. 99.7% of all input tokens were cache reads, which is most of why the number is so low despite 320 orchestrator steps and 732 more sub-agent tool calls on top. No vision-model fallback occurred anywhere in the run, despite a vision-capable sibling model being advertised on the same DeepSeek platform page the user screenshotted — there was no browser tool to feed it a screenshot in the first place.
Net: the fastest and cheapest one-shot run measured here, produced by a harness with a narrower tool palette than every other agent on this page — no browser automation at all, which forced the “simulate user behaviour” and “verified by a 2nd agent” parts of the brief into their weakest form yet: a real Pest suite, and a verification pass that checked everything except what a user would actually see. Our own independent, browser-driven pass (below, and in specs/2026-08-25-deepseek-v4-pro.md) found what that gap predicts — see the Feature Tests page for the score the run’s own “10/10 PASS” missed.
Duration
1h 31m
Aug 25, 20:31 - Aug 25, 22:03
Real Cost
$4.97
DeepSeek official-vendor invoice
OpenRouter-equiv.
$12.39
same tokens, OpenRouter list price
Tool Calls
1.1K
whole team
Sub-agents
4
3 implementers + 1 verifier
Commits
15
git commits made
How the Work Was Split
3 disjoint implementers + 1 late verifier
How the Work Was Split
Mission Prompt (verbatim, typo included)
Your mission is to implement an entire shop system based on the specifications im specs/*. You must do in one go without stopping. You must use sub-agents! You must test everything via Pest (unit, and functional tests). You must also additional simulate user behaviour using the Playwright MPC and confirm that all acceptance criterias are met. If you find bugs, you must fix them. The result is a perfect shop system. All requirements are perfectly implemented. All acceptance criterias are met, tested and verified by a 2nd agent. Continuously keep track of the progress in specs/progress.md Commit your progress after every relevant iteration with a meaningful message. When implementation is fully done, then make a full review meeting and showcase all features (customer- and admin-side) to me. In case bugs appear, you must fix them all and restart the review meeting. Don't re-use any existing implementation in another branch. Build it from scratch.
Verification depth
0 / 143
acceptance tests from specs/testplan.md actually run by the “2nd agent” — it checked Pest + CLI only, no browser tool existed
Cache reads
99.7%
of all input tokens across orchestrator + 4 sub-agents
Agent Timeline
4 sub-agents, wall clock
Agent Timeline
Team Roster
4 sub-agents
Team Roster
Admin UI
deepseek-v4-flash
21:05:59 · 28m 54s · $1.00 (OR-equiv.)
implementer (admin Livewire panel)
Storefront UI
deepseek-v4-flash
21:05:59 · 24m 12s · $0.62 (OR-equiv.)
implementer (customer-facing Livewire UI)
Database Seeders
deepseek-v4-flash
21:05:59 · 10m 6s · $0.13 (OR-equiv.)
implementer (demo seed data)
2nd-Agent Verification
deepseek-v4-flash
22:00:08 · 2m 12s · $0.02 (OR-equiv.)
verifier (CLI-only — no browser tool available)
Cost & Tool Usage
$4.97 real cost
Cost & Tool Usage
This build's headline cost ($4.97) is the ACTUAL amount billed by DeepSeek's own API, read directly off the user's DeepSeek Platform usage dashboard for the matching day (821 requests, 229,011,998 tokens — within 0.3% of this parser's own summed 804 requests / 228,260,635 tokens). The equivalent cost of running the identical token volume through OpenRouter at that vendor's list price for the same two models is $12.39 — DeepSeek's own official pricing is roughly 2.5x cheaper than OpenRouter's markup for these exact models. 99.7% of all input tokens were cache reads.
OpenRouter-equivalent breakdown (whole run: orchestrator + all 4 sub-agents)
Reasoning tokens (437.5K) are included in output tokens and not billed separately.
Full Calculation (OpenRouter-equivalent, deepseek-v4-pro + deepseek-v4-flash)
| Category | Tokens | Cost |
|---|---|---|
| Input | 675.2K | $0.59 |
| Cached Input | 226.7M | $16.44 |
| Output | 885.7K | $1.54 |
| OpenRouter-equiv. Total | $12.39 | |
| Real vendor invoice | $4.97 |
OpenRouter-equiv. split: orchestrator $10.62 · sub-agents $1.76
Tool Usage — orchestrator (336 calls)
No browser or MCP tool exists in this harness’s palette at all — every call above is bash/read/write/edit/orchestration. Split: 336 orchestrator, 732 sub-agent.
Sub-agents by Workload
4 sub-agents
Sub-agents by Workload
| # | Agent | Mandate | Started | Duration | Tool Calls | OR-equiv. Cost |
|---|---|---|---|---|---|---|
| 1 | Admin UI | implementer (admin Livewire panel) | 21:05:59 | 28m 54s | 296 | $1.00 |
| 2 | Storefront UI | implementer (customer-facing Livewire UI) | 21:05:59 | 24m 12s | 245 | $0.62 |
| 3 | Database Seeders | implementer (demo seed data) | 21:05:59 | 10m 6s | 148 | $0.13 |
| 4 | 2nd-Agent Verification | verifier (CLI-only — no browser tool available) | 22:00:08 | 2m 12s | 43 | $0.02 |
| 4 sub-agents total | 732 | $1.76 | ||||

