The finale states the boundary: exact dot scores and exact causal masking, with softmax named. This is mechanics, not a claim about what real systems learn or mean.
highlighted = computed this step
What is exact
The exact register is the score matrix and the causal mask. The score in the lower-right cell is 2 because Q3 dot K3 equals 2. Those are the mechanics this book pins: displayed vectors to exact scores, then exact positional masking.
S3,3=2
What is not claimed
Softmax is named, not decimalized. This does not claim learning, does not claim meaning, and does not claim that the model attends to what matters. It only renders the score, mask, and named-weight structure.
not learning; not meaning; not what matters
Summary
The scores and causal mask are exact; softmax is the named boundary. This pins the attention mechanics. It is not learning, not meaning, and not a claim that the model attends to what matters. The important split is exact Q dot K scores plus exact causal mask before the named softmax boundary.
attention mechanics: exact scores, exact mask, named softmax