The finale closes the decoding boundary: exact deterministic selection, named softmax probabilities, and no claim beyond mechanics.
highlighted = computed this step
What is exact
Greedy and top-k selection are exact deterministic operations on integer logits. The final greedy output remains a, b. The exact register is the vocabulary order, the displayed logits, and the selection rule.
exact selection=a,b
What is named
Softmax probabilities are named because they use exponentials. The diagram shows symbols rather than decimal weights. The selection can be exact while the probability mass remains outside the exact register.
softmax=named boundary
Summary
Greedy and top-k selection are exact and deterministic. Softmax probabilities are the named boundary. This pins the decoding mechanics; it is not learning, not meaning, and not a claim that the output is correct or intelligent. The book pins deterministic decoding mechanics: compare logits, choose argmax or top-k, and name the softmax probabilities rather than computing them.