Definition
Plain language
The step-by-step process of a language model turning its internal numbers into actual words, one piece at a time.
As stated in the literature
The procedure converting a model's output probability distribution into emitted tokens via strategies like greedy selection, nucleus sampling, or speculative decoding; the regime where commitment failures and latency tradeoffs surface.
Also called: decode, decoded
Why it matters: The decoding strategy shapes both how good and how fast an answer is, trading off quality, variety, and the time you wait for a reply.
For example, when a chatbot replies word by word, decoding is the step choosing each next word from the model's internal list of probabilities.
Heard on the show
“So back to that opening claim, which you can now fully decode.”Episode 242 — Making a Vision Model Better by Showing It Blurry Images