Legacy Concept Lab
Superposition, Sparse Features & Monosemanticity
Frontier LMs heavily rely on superposition: neurons implement many overlapping features
#11SuperpositionRepresentations
key equation
Phase 5: Representation & interpretabilityConcept 11 of 100
Why It Matters for Modern Models
- Frontier LMs heavily rely on superposition: neurons implement many overlapping features
- Monosemantic dictionaries being applied to Claude-class models for interpretability & safety
What Tutorials Skip
What is still poorly explained in textbooks and papers:
- Simple geometric story for why superposition is useful (capacity vs interference trade-offs)
- Interactive views of how sparse autoencoders carve up activation space into overlapping feature directions
Interactive Visualization
Core Math (Optional Deep Dive)
If you want intuition first, start with the key equation and the visualization. Come back here for the full walkthrough.
Key Equation
Features are represented not by one neuron each, but as sparse directions in activation space. Formalized via dictionary learning:
where are activations, columns of are features, and are sparse codes.
Sparse autoencoders applied to transformer MLP activations recover relatively interpretable, "monosemantic" features.