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

THE SUCCESSOR HEAD ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

Some attention heads learn ORDER. Show one a token that sits in a sequence — a number, a weekday, a month — and it reliably nudges the model toward the NEXT one. ‘Monday’ leans on ‘Tuesday’, ‘three’ on ‘four’. A tiny arithmetic reflex, discovered inside real language models. Slide through the tokens and watch it step.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ THE STEP · 3D · one -> two, Monday -> Tuesday
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
input token
sequence
predicts
= successor

◆ LIT — exact / checkable

A successor head maps an ordinal token to the next element of its ordered set: succ(t) = seq[(index(t)+1) mod n]. The instrument runs this over weekdays, numbers, and months. A fail-loud self-check throws unless Monday→Tuesday, three→four, and the sets WRAP (Sunday→Monday, December→January) — the exact deterministic step. Successor heads were IDENTIFIED in trained GPT-2-scale models (Gould et al. 2023) implementing this increment through a shared ‘numeric’ direction.

▲ AMBER — the figure

This is a hand-built demonstration of the FUNCTION a successor head performs, not the trained weights; a real head computes it approximately, over learned embeddings, and can misfire out of distribution. The mapping shown here 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