Act I · Analysis
Weighing the Pack's Appetite
How many tokens are depot agents consuming? approx, give me percentiles
The rune-keeper delved into the archives — ~/.claude/projects/, where 747 JSONL session logs lay dormant. Each file a record of an agent's journey: input tokens, cache creation, cache reads, output tokens.
Through batch processing of all 690 sessions with data, the true hunger emerged: 4.38 billion tokens consumed across the project's lifetime. The median pup devours 1.8M tokens per run, but the fat tail is real — P99 reaches 84.3M, and one absolute unit consumed 374.3M.
The split between orchestrator sessions (125, median 5.7M) and subagents (565, median 1.5M) revealed a near-even divide: 2.36B vs 2.02B. The pack eats together.