Grimoire
Tree — 05
causal/3
features/3
probing/1

Interpretability

Methods for reading a trained network rather than training a better one: sparse dictionaries over activations, causal interventions on the residual stream, and the circuit-level claims those techniques license.

Seven entries. Two are stubs and are marked as such — read them as open questions rather than answers.

Entries
05.1
Activation Patching
Causal intervention swapping activations between clean and corrupt runs.
O(L·n)
05.2
Attribution Patching
First-order approximation to patching via a single backward pass.
O(L·n)
05.3
Crosscodersstub
Shared dictionaries fitted across layers or across model checkpoints.
O(L·d·m)
05.4
Feature Absorptionstub
When one SAE latent swallows a more specific feature’s activation mass.
05.5
Logit Lens
Project intermediate residual states through the unembedding matrix.
O(d·V)
05.6
Path Patching
Restrict the intervention to a single computational path between components.
O(L²·n)
05.7
Sparse Autoencoders
Overcomplete dictionary learning on activations for monosemantic features.
O(d·m)