a visual course

What Inference
Really Is

(AI Inference)

What actually happens when an AI model runs — not how it's trained, but how it's used. In about half an hour.

A free, visual course on inference — the moment a trained AI model actually runs to give an answer. Training vs inference, the forward pass, an LLM's token-by-token loop, latency vs throughput, and how inference is made cheap.

in the real world

Every chatbot reply, phone face-unlock, fraud check and feed refresh is inference — and it's where almost all of AI's real-world compute (and cost) actually goes.

Start with the two phases →

Part 1 — The two phases

Part 2 — Inside a running model

Part 3 — Making it cheap

Part 4 — Out in the world