The finale states the boundary: exact wiring and residual addition, with layernorm, positional encoding, and softmax named rather than decimalized.
highlighted = computed this step
What is exact
The block wiring is exact, and each residual add is exact vector addition. The example sum is (3,2). That is the pinned part of this book: component order and residual arithmetic.
residual sum=(3,2)
What is not claimed
Layernorm, positional encoding, and softmax are named rather than decimalized. This is not learning, not meaning, and not understanding. The book renders the block structure and the exact residual add, not the broader behavior of a real system.
not learning; not meaning; not understanding
Summary
The block wiring and residual adds are exact. Layernorm, positional encoding, and softmax are the named boundary. This pins the block structure; it is not learning, not meaning, and not understanding. The useful distinction is exact wiring plus exact residual addition around named components for normalization, position, and attention weights.