Token economics in 30 seconds
LLM cost has two unintuitive properties that drive almost every production decision. First, output tokens cost 3-5x more than input tokens on every major API — Anthropic, OpenAI, Google all use this asymmetry. Second, latency and cost are coupled: the same things that slow a model down (more output tokens, reasoning chains, large context) also raise the bill.
If you internalize only one thing from this lesson: cost is dominated by output tokens, latency is dominated by time-to-first-token (TTFT) plus generation speed. Optimizing for one usually helps the other; they trade off only at the margins.
