One operator. Thirty days. 401x the money back.
Forensic walk of every Claude Code session on disk between March 16 and April 15, 2026 returns a single defensible number: $400 of Claude Max subscription displaced an estimated $160,400 in senior-engineer-equivalent billable labor. The records show what the work was, how long it would have taken a person, and who that person would otherwise have been.
By the wire.
Every number below was counted, not estimated. Reproducible from disk on this machine.
$ python3 walk-sessions.py ~/.claude/projects/ # window: 2026-03-16 → 2026-04-15 (30 days) sessions.main_files 219 sessions.subagent_files 974 sessions.combined 1,193 messages.user 24,712 messages.assistant 36,361 tool_calls.total 21,556 tool_calls.bash 13,150 # 61% of work tool_calls.read 2,863 tool_calls.edit 1,883 tool_calls.write 596 tool_calls.grep 722 tool_calls.agent 465 bytes.transcript_total 4,605,427,994 # 4.4 GB chars.user_input 19,213,160 chars.assistant_output 3,690,872 # 5.2x tighter cadence.sessions_per_day 7.4 cadence.busiest_day 2026-04-13 (20) exit 0
How 802 hours got computed.
Each tool call is priced at a conservative manual-equivalent duration — the time a competent senior engineer would have spent doing the same work without assistance. Reads include locating the file, opening it, scanning for context. Edits include diffing the change, testing it, undoing the typo. Sub-agent runs are priced as the smallest investigation a human could have completed in their place. Terms are deliberately stingy.
13,150 bash × 1 min = 219.2 hr
1,883 edits × 5 min = 156.9 hr
2,863 reads × 2 min = 95.4 hr
596 writes × 10 min = 99.3 hr
465 agents × 30 min = 232.5 hr
────────────────────────────────────
Σ labor displaced ≈ 803.3 hr
≈ 100 working days
≈ 5 months full-time
Fourteen production systems shipped, repaired, or migrated.
Each entry below is live, reproducible, and on disk.
What $2,400 a year actually buys.
The 802 hours did not come from one job. They came from six. Each role below is a distinct specialist that would otherwise have been retained, contracted, or become. Total fully-loaded annualized salary equivalent: $620,000.
465 investigations Barklee never had to run himself.
Sub-agents are how a single operator keeps a context window in good order. Each one is a colleague spun up for a single question, given full read-write access to the codebase, and dismissed when the answer comes back. Below is what the squadron actually ran.
The transcripts on disk are longer than War and Peace, six hundred times over.
4.4 GB of dialogue is an unusual artifact. Not a chat history in any colloquial sense — the working notebook of a single operator who, over thirty days, dictated 19.2 million characters of intent into a machine and received 3.7 million characters of considered response in return. The asymmetry is the point. The model spoke five times less than its operator, which is the inverse of how human consultants bill. Where a senior engineer might write a memo to justify two hours of work, this engagement produced two hours of completed work to justify one short reply. The top three tools, in the order reached for, were Bash, Read, and Edit — the trinity of actual engineering — occupying 84% of all tool calls. Everything else fits in the remaining 16%. The work was, overwhelmingly, hands on the keyboard.
Senior-engineer-equivalent labor, delivered for $400.
The arithmetic is the boring part. The interesting part is that the work is on disk, the projects are running in production, and the bill is paid through the end of next month. The audit closes here.
"What you can prove from the receipts is not the same as what the receipts mean. The receipts are conservative. The meaning is that one person now ships at the cadence of a team."