Economics
Token pricing is the smallest line in the bill. Here is the whole bill, with the parts vendors leave out.
Clients arrive with a number from a pricing page and a spreadsheet that says this will cost forty dollars a month. The real figure is usually five to fifteen times that, and the gap is entirely in the lines nobody quotes.
Order-exception triage, 40,000 items a month, a mid-sized model, 8% escalation:
Total around USD 1,300 a month, against a manual baseline of roughly USD 9,400 for the same volume. The economics work comfortably — but they work at 1,300, not at 340, and a business case built on the pricing-page number will look like a failure the moment the real invoice lands.
Because human review usually dominates, the highest-leverage optimisation is almost never a cheaper model. Moving escalation from 8% to 4% on the example above saves more than eliminating inference entirely.
That is why we track escalation as a first-class metric from day one, and why most of our post-launch work is retrieval and guardrail tuning rather than prompt or model changes. It is also why "we switched to a cheaper model and costs went up" is a real thing we have seen: the cheaper model escalated more.
Context stuffing. The easiest way to raise accuracy is to retrieve more, and it silently multiplies the token bill. We cap context per task and measure whether each additional chunk earns its place.
Unbounded retries. A retry loop without a ceiling turns one bad upstream day into a four-figure surprise. Every loop gets a hard limit and an alert.
Re-embedding the world. A daily full re-index of a 200,000-SKU catalogue when 400 SKUs changed. Incremental indexing is a two-day change that pays for itself in a fortnight.
Logging everything forever. Full payload retention at high volume becomes the largest line within a year. Tiered retention — full detail for 30 days, structured summary for two years — keeps the audit trail and drops the bill by most of it.
Cost per task appears in the monthly report next to accuracy and escalation rate, and it is the number we are measured on. If it rises without a corresponding rise in volume or accuracy, that is our problem to explain, in writing, before you ask.
We also state the floor honestly: below roughly 2,000 items a month, fixed infrastructure and evaluation costs dominate and per-task economics stop being flattering. At that scale the case has to be made on quality, consistency or turnaround rather than cost — and sometimes it genuinely can be, but we would rather say it upfront than let a spreadsheet say it later.
Recognise the process?
Bring one process that is eating your team's week. We will tell you on the call whether it is a good candidate — and we say no to roughly a third of what we are asked about.