Steering doubles as interpretability

Every technique used to build a steering vector can be read a second way, not as a control mechanism but as a measurement of what the model is doing internally. If a behavior really does live along one direction, that direction should show up in the activations even when nobody is steering anything, and this theme collects the evidence that it does.

The page covers several kinds of that evidence: a visual check that a dataset's activations separate cleanly along the intended behavior, a token-by-token comparison showing a vector lighting up at the right words, a cross-layer comparison showing nearby vectors resemble each other, and a decomposition of one trait direction into several interpretable pieces underneath it. A third paper now joins as more than background too, contributing its own direct study of the residual stream's basis, mostly uninformative on its own except for a handful of outlier directions that carry disproportionate weight.

Three papers meet in this theme, each treating the residual stream -- the transformer's running sum of layer outputs -- as an object to be read, not just a channel for computation. CAA (2023) contributes a battery of techniques that double as diagnostics: PCA visualization of contrastive activations checks whether a behavior's activations separate at all, revealing behavioral clustering, a sudden separation by target behavior emerging around one-third of the way through the network's layers, distinct from the trivial letter clustering produced by prompt format alone. Token-level cosine similarity analysis and inter-layer similarity and transfer read steering vectors as feature detectors and track how much of their meaning survives across depth, against the backdrop of the linear representation hypothesis and prior evidence that sentiment is linearly represented. Persona Vectors (2025) decomposes a direction rather than only reading it whole: SAE decomposition of persona vectors ranks a sparse autoencoder's decoder directions by cosine similarity to a persona vector, pulling out interpretable sub-features for traits like evil, sycophancy, and hallucination, each checked causally by steering with it. Sparse autoencoders are no longer background for that technique alone: Cunningham et al. (2023) is now itself a corpus paper, contributing its own study of the residual stream and the fine print on its basis -- not usually expected to be privileged, but partially so because of outlier dimensions, the disproportionately large residual-stream coordinates the paper finds sitting under its own apostrophe-feature case study.