The Elephant in Your Usage Dashboard
Announcing the Skim Audit — a free agent-spend analysis
99% of your agent bill is LLM tokens. Roughly half of those tokens are doing work that never needed a model.
Last week, an engineer at a well-funded agent-platform startup shared a screenshot of his company's usage dashboard in a conversation with us. It was a good dashboard — clean, honest, itemized per agent. It showed a small fleet of five or six agents spending $803 in a single week. And it showed something else, in a quiet corner of the cost breakdown: of every dollar spent, about 99 cents went to LLM tokens. Compute was under a penny. Storage was zero.
The dashboard was offered as evidence of cost control. Look — we have budgeting built in. We can see everything.
But a dashboard measures spend. It does not shrink it. Knowing that one agent burned $661 on 7.3 million tokens is not the same as spending less. A speedometer is not a brake.
The elephant
Here is what nearly everyone in the room is not looking at: a large share of those tokens are not doing intelligence work. They are doing clerical work at intelligence prices.
When an agent reads the web the default way, it feeds raw HTML into the model — navigation bars, cookie banners, script tags, tracking pixels, footers, all of it — and pays token rates for every character. Our measured median across real pages: raw HTML is about four times larger than the clean article inside it. That means roughly three-quarters of every web-reading token an agent buys is spent on content nobody, human or machine, wanted.
Fetching a page is deterministic. Stripping the boilerplate is deterministic. Parsing a table is deterministic. None of it needs a model. All of it is being billed as if it does. That is the elephant — it is massive, it is standing in the middle of the usage dashboard, and the industry's attention is pointed at the other side of the room, debating which LLM to switch to.
What the numbers look like
We ran an executive-level estimate on that startup's dashboard (anonymized here; the numbers are theirs, the assumptions are ours and stated plainly).
Clean reading alone: for assistant- and research-style agents, a conservative 25-35% of input tokens are raw web content. Cleaning removes about three-quarters of those tokens. That is roughly a 20% cut to the total LLM bill — about $690 a month on their current fleet — and the reads that produce it cost $0.002 each. The savings-to-cost ratio is around 100 to one.
A full deterministic layer: clean reading plus four non-competing pieces of boring infrastructure — prompt caching, a search API, a retrieval store, and a code sandbox for math and data work. Each attacks a different slice of token waste. Combined, an honest range is 45-60% of the LLM bill. On their fleet: roughly