The arithmetic, with the awkward parts left in.
Every number on this page is either a published list price or a measurement from one real week on the Triss codebase. Where Triss does not pay off, that is on the page too.
One measured week — not a projection
209 calls on the Triss codebase itself. Flash for bulk reads, pro for reviews.
Cache read 1.08M — 18.5% of input tokens were cache hits (mostly on pro). Without cache the week would have cost ≈$2.69 instead of $2.22. Cache is the main lever after delegation.
DeepSeek pricing — off-peak USD per 1M (peak 2×) — 2026-08
Source: DeepSeek's official pricing notice and price card; effective 2026-08-16 16:00 UTC. CLI source: src/usage.js DEEPSEEK_PRICING — override via TRISS_PRICE_<MODEL>. Peak: 01:00–04:00/06:00–10:00 UTC; rest off-peak.
Calculator is honest: workerCost = IN*(1-hit)*inputPrice + IN*hit*cachePrice + OUT*outputPrice — previously cache was ignored and averaged as $0.0052/$0.0131. Cache write for DeepSeek = $0.
A two-file read roughly breaks even: the round trip plus the summary costs about what doing it directly would.
Architecture decisions, ambiguous requirements — being wrong is expensive. Cheap models are for volume, not verdicts.
