ZW

Heads-up display · refreshed daily

AI velocity
receipts.

Every claim on the home page about AI-in-the-loop is downstream of one number: how much I actually drive coding agents. This page reads my local agent CLI stats cache and lays it out: tokens, sessions, tool calls, and capability-tier mix. No edits, no hand-tuning. If activity drops, that shows up here too.

Total tokens · 7d input + output
Total tokens · 30d input + output
Tool calls · 30d 7d: —
Cache read · lifetime — messages

01 Daily token volume

Last 30 days of total tokens per day (input + cached + output). Bars are CSS-only — no chart library, just the numbers as they came back from the API.

02 Capability-tier mix · 30d

Which capability tiers I route work to — frontier models for hard reasoning, fast models for cheap mechanical passes. Vendor- and model-neutral by design. Tokens are the sum of input (uncached + cache reads + cache writes) and output. Sorted by total.

No model breakdown yet — first run will populate this.

03 How this page works

Generated by a small script that reads my local agent CLI stats cache and emits vendor-neutral capability-tier totals.

Updated …