Mechanistic story
Awaiting repeated prefixStep forward until the current token repeats an earlier prefix.
Induction heads are a proposed attention circuit for in-context learning. One head carries the previous token; another finds an earlier matching token and copies what came next. Ablate, patch, and distract the circuit to test the mechanism.
Repeated prefixes create candidate copy paths.
Arcs show the previous-token relay and the earlier matching prefix.
Step forward until the current token repeats an earlier prefix.
Ablation should reduce copying; patching should restore the missing signal.
Attention patterns alone are correlational. A mechanistic claim gets stronger when ablation removes behavior, activation patching restores it, and the effect generalizes across controlled token patterns.
The earlier head writes previous-token information into the residual stream. A later head uses that signal to match an earlier prefix and increase the logit of its continuation.
Training curves can show a phase change when induction heads form.
A diagonal attention stripe can coexist with redundant or compensating mechanisms.
Remove the head or path and measure the behavior’s drop against matched controls.
Restore a clean activation into a corrupted run and inspect whether copying returns.
Freeze prompts, tokenization, positions, model checkpoint, head identities, ablation rule, patch source, and behavioral metric before claiming a circuit.
Change the repeated prefix while preserving length and frequency. The proposed match should move predictably.
Compare the target head with random heads, same-layer heads, and path-specific interventions.
Patch clean signals into corrupted runs and localize where the correct continuation reappears.
Hover or focus each view to expose what it can and cannot establish.
The values are illustrative. These papers introduce transformer circuits, induction heads, causal tracing, and activation patching methodology.
Develops composition, QK/OV circuits, and interpretable attention paths.
INDUCTION HEADSConnects induction heads with a phase change in in-context learning.
CAUSAL TRACINGUses causal tracing to localize model computations.
PATCHING METHODSFormalizes edge-level activation patching and circuit discovery.
Preserve the tokens, intervention, effect size, and controls. Then see how Superpowers builds inspectable agent tools and caches repeatable computer-use evaluations.