#19 DeepSeek V4 Pro (DeepSeek Harness, Sub-Agents)

Build Detail

2026-08-25-deepseek-v4-pro · DeepSeek Harness 0.1.1-rc.2

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 readphp 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

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
Orchestrator (deepseek-v4-pro)
336 tool calls · plan, implement, spawn, fix, integrate
1h 31m
Admin UI (deepseek-v4-flash)
296 tools
21:05:59
Storefront UI (deepseek-v4-flash)
245 tools
21:05:59
Database Seeders (deepseek-v4-flash)
148 tools
21:05:59
2nd-Agent Verification (deepseek-v4-flash)
22:00:08
20:31:3920:54:3221:17:2421:40:1722:03:09

Team Roster

4 sub-agents

Admin UI

deepseek-v4-flash

296 tools

21:05:59 · 28m 54s · $1.00 (OR-equiv.)

implementer (admin Livewire panel)

Storefront UI

deepseek-v4-flash

245 tools

21:05:59 · 24m 12s · $0.62 (OR-equiv.)

implementer (customer-facing Livewire UI)

Database Seeders

deepseek-v4-flash

148 tools

21:05:59 · 10m 6s · $0.13 (OR-equiv.)

implementer (demo seed data)

2nd-Agent Verification

deepseek-v4-flash

43 tools

22:00:08 · 2m 12s · $0.02 (OR-equiv.)

verifier (CLI-only — no browser tool available)

Cost & Tool Usage

$4.97 real cost

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)

Input Tokens675.2K · $0.59
Cached Input226.7M · $16.44
Output Tokens885.7K · $1.54

Reasoning tokens (437.5K) are included in output tokens and not billed separately.

Full Calculation (OpenRouter-equivalent, deepseek-v4-pro + deepseek-v4-flash)

CategoryTokensCost
Input675.2K$0.59
Cached Input226.7M$16.44
Output885.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)

bash
284
read
20
edit
13
write
8
subagent_fork
4
get_goal
2
list_agents
2
todo_write
1
job_output
1
update_goal
1

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
#AgentMandateStartedDurationTool CallsOR-equiv. Cost
1Admin UIimplementer (admin Livewire panel)21:05:5928m 54s296$1.00
2Storefront UIimplementer (customer-facing Livewire UI)21:05:5924m 12s245$0.62
3Database Seedersimplementer (demo seed data)21:05:5910m 6s148$0.13
42nd-Agent Verificationverifier (CLI-only — no browser tool available)22:00:082m 12s43$0.02
4 sub-agents total732$1.76

Commits

15 commits
20:31:27Init
20:39:10Phase 1 foundation: config, enums, full database schema (55 tables), Sanctum
20:46:20Phase 1: models, middleware, policies, rate limiters, tenant scope, auth config
20:53:33Phase 1-5: value objects, contracts, exceptions, events, all core services
20:57:31Factories, remaining services, jobs, observer, test helpers, smoke test
21:04:11Routes (web/api/console), auth controllers, API controllers, exception handling
21:12:17Unit tests + tenancy/cart/auth feature tests; fix variant pivot FKs, guest redirect, shipping requires_shipping
21:19:58Feature tests: orders, refunds, fulfillment, payments, search, analytics, webhooks, API; fixes
21:21:08Remove obsolete starter-kit scaffold tests; 148 passing tests
21:30:58Storefront + admin Livewire UI, SanitizeHtml, clean test suite (162 passing)
21:35:00Tenant + customer account tests; fix hostname resolution, error views, ResolveStore ordering
21:35:32Address management test, Pint formatting; 178 passing tests
21:44:22Fix JSON-LD @context Blade collision; E2E smoke via Playwright (7/7 flows pass)
21:59:32Fix critical storefront bugs: overlay pointer-events, variant option availability, ResolveStore for Livewire requests, order-summary props
21:59:55Update progress tracking

Session Details

9483d0f1
Session IDsession-9483d0f1-1c2f-47e4-ba9a-1389d8007eae
HarnessDeepSeek Harness 0.1.1-rc.2
Approval Policynever
Model ProviderDeepSeek (official vendor API)
Working Directory/Users/wesner/Herd/shop
Git Branch2026-08-25-deepseek-v4-pro
Git Repositorytecsteps/shop.git
Orchestrator Modeldeepseek-v4-pro (reasoning effort: high)
Sub-agent Modeldeepseek-v4-flash
Collaboration Modesub-agents
Context Window256.0K
User Messages1

Parsed Report Data

DeepSeek Platform Screenshots

DeepSeek Platform usage screen showing $4.97 total cost, 821 API requests, deepseek-v4-flash and deepseek-v4-pro token breakdownDeepSeek Harness UI showing the shop workspace, 4 sub-agents, DeepSeek-V4-Pro at High reasoning effort

Left: official DeepSeek Platform billing dashboard (the real-cost source above). Right: DeepSeek Harness’s own session UI, showing 4 sub-agents and the DeepSeek-V4-Pro / High reasoning selector.

1.1K tool calls · 5 agents total · 228.3M billable tokens · 15 commits

Parsed from 1 orchestrator session + 4 sub-agent logs