Retro In-progress 6 min read

Transformer Circuits Thread Notes

Paper-by-paper notes on Anthropic's Transformer Circuits thread: core claims, methods in plain language, and what the evidence does and doesn't show.
Part of AI Safety & Mechanistic Interpretability Deep Learning
Series
7 posts
Published
Updated
Abstract shapes

The Transformer Circuits thread (opens in a new tab) is the running publication venue for Anthropic’s interpretability team. Since 2021 it has introduced, paper by paper, most of the standard toolkit of mechanistic interpretability: the residual-stream view of transformers, induction heads, superposition, sparse autoencoders, and attribution graphs.

These are my notes on the thread, one post per paper (or pair of closely related papers). Each post works through the paper’s core mechanism: how the thing actually works, how the experiments bear on it, and where the explanation runs out. Their structure follows the material rather than a fixed review template. The originals are free, interactive, and unusually well produced; these posts are written to be read alongside them, not instead of them.

The notes

Abstract shapes
Notes on A Mathematical Framework for Transformer Circuits

Notes on the 2021 paper that reframes transformers as operations on a shared residual stream: QK/OV circuits, virtual weights, and path decompositions of attention-only models.

Abstract shapes
Notes on In-Context Learning and Induction Heads

Notes on induction heads, the training phase change in which they form, and the six-part argument connecting them to in-context learning.

Abstract shapes
Notes on Toy Models of Superposition

Notes on how sparse features fit into superposition, the geometry and interference that result, and a toy-model account of memorization and double descent.

Abstract shapes
Notes on Towards Monosemanticity and Scaling Monosemanticity

Notes on decomposing MLP activations into interpretable features with sparse autoencoders, from a one-layer transformer to Claude 3 Sonnet.

Abstract stacks
Notes on Sparse Crosscoders

Notes on sparse crosscoders: one shared feature dictionary across layers or across models, and what that enables for cross-layer analysis and model diffing.

Abstract biology
Notes on Circuit Tracing and the Biology of a Large Language Model

Notes on cross-layer transcoders, local replacement models, and attribution graphs — and the case-study companion paper on Claude 3.5 Haiku.

Abstract biology
Notes on Tracing Attention Computation Through Feature Interactions

Notes on QK attributions, attention-head loadings, and what feature interactions reveal about why a transformer attends to one token rather than another.

The order is chronological, and chronology here is also the dependency graph: each paper leans on the vocabulary of the ones before it. The framework paper defines circuits and the residual stream; induction heads are the first circuit found in the wild; toy models explain why neurons are the wrong unit of analysis; the monosemanticity papers build the dictionary-learning response; crosscoders generalize dictionaries across layers and models; attribution graphs assemble all of it into end-to-end explanations of model outputs; and QK attributions recover the attention decisions those graphs had frozen in place.

What builds on what, 2021–2025. Each solid arrow is a direct dependency: the later paper leans on the earlier one’s result or vocabulary. Dashed arrows are looser links. The timeline snakes — top row left to right, then bottom row right to left — so reading order stays chronological.

Where the thread came from

The thread is a continuation of two earlier bodies of work on vision models, both published at Distill. The one-line descriptions below are the papers’ own.

Distill (feature visualization era):

The Distill Circuits thread:

Anthropic’s Transformer Circuits thread (the papers these notes cover):

The ongoing tail (major papers since, not yet covered by a post):

The thread also publishes shorter monthly “Circuits Updates”; these notes stick to the major papers.

Table of Contents