Paste code or file contents
0 chars
Analysis
Paste code on the left and click Analyze to see token cost breakdown
Why token costs are quadratic — not linear
Each LLM re-reads the entire conversation history on every turn. A 20-turn session can cost 120× more than turn 1.
Run it on your actual codebase
The CLI scans your full repo — all files, real token counts, CI budget gates.
pip install -e ".[tiktoken]" && distill scan --path .