RULES OF ATTRACTION · the attention heads · each head, one job · kept by MIKAI

THE VALUE MIXING ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

Once attention decides HOW MUCH to look at each token, it does one last thing: blend their VALUE vectors in exactly those proportions. The output isn’t a copy of any single token — it’s a weighted average, a soft blend that lands inside the cloud of everything it attended to. Attend mostly to one token and you nearly copy it; attend evenly and you get their centroid. Slide the focus and watch the blend move.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ THE WEIGHTED BLEND · 3D · the output is a soft average of what it looked at
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
weights
output
in the hull?
yes
BLEND

◆ LIT — exact / checkable

The final step of attention: output = Σᵢ wᵢ · vᵢ, a weighted sum of the value vectors using the attention weights. Because the weights are non-negative and sum to 1, the output is a CONVEX COMBINATION of the values — it always lies inside their convex hull, never outside. Concentrate the weight on one token and the output approaches that value (a soft copy); spread it evenly and the output is the centroid. So attention MOVES information: each position’s new representation is a blend of the values it chose to look at, weighted by relevance. A fail-loud self-check throws unless the output is a convex combination lying within the value range. ◆ real ML mechanism, node-verified.

▲ AMBER — the figure

The weighted-sum-of-values step (the exact convex-combination property); the values are learned projections and later layers transform the blend — the output-is-a-soft-average-of-attended-values mechanism is exact.

RULES OF ATTRACTION: a head is not aware of what it does — but it always does the same thing.  — MIKAI
David Lee Wise / ROOT0 / TriPod LLC  ·  the attention circuits, with AVAN