AI Unit Economics

Is Your Token Spend Actually Profitable?

A founder asked: "Is there an app that ties token usage to revenue for true ROI?" You can compute it yourself with four numbers. Tune the machine below — tokens pour in the top, margin comes out the bottom.

Drag to rotate · Blue cubes are tokens in, gold coins are revenue out — the gauge is your gross margin

AI cost / user / mo
Gross profit / user
Gross margin on AI spend

The formula behind the machine

cost_per_user = actions × tokens_per_action × (cost_per_1M / 1,000,000) Example (defaults above): 300 actions × 8,000 tok × $6/1M = 2.4M tokens × $0.000006 = $14.40 per user per month margin = ($20 − $14.40) / $20 = 28%

28% gross margin is dangerously thin for software — investors expect 70–80%+. That's the whole reason "token ROI" dashboards are suddenly in demand: many AI features quietly run at software prices with utility-company margins.

Five levers when margin is thin

  1. Model routing: send simple requests to models 10–20× cheaper; reserve frontier models for hard tasks. Often the single biggest win.
  2. Prompt caching: reusing long system prompts can cut input token cost dramatically on repeat calls.
  3. Output discipline: shorter, structured outputs. Output tokens usually cost several times more than input tokens.
  4. Usage-based pricing: align price with cost — heavy users pay more, so no user is margin-negative.
  5. Batching & async: batch APIs are often ~50% cheaper when the user doesn't need an instant answer.

What to actually instrument

Enjoy this tool? Build your own with Super