compression with a quality contract
A short course 3 modules · ~16 min total

Token Economics

Before you reach for a compression tool, understand what it compresses. Three focused lessons: what a token is, why agent loops get expensive, and how to compress them without changing a single decision the model makes.

The one-sentence version. An LLM charges by the token. An agent re-sends its whole history every turn, so cost grows with the square of the conversation. Compression removes tokens the answer doesn't depend on — and the only honest kind is one you can prove didn't change the model's decision.

The three modules

What you'll be able to do

New here? Take the modules in order. Know tokens cold? Jump to Module 2 for cost mechanics and the compression toolbox, or Module 3 for proof and the tier ladder — both cross-link to Concepts and Techniques for implementation depth.