Frontier Lab Notes

Mechanistic Interpretability MOC

Mechanistic interpretability tries to understand neural networks by identifying the internal algorithms, features, circuits, and causal pathways that produce behavior.

Why It Matters

Frontier labs care because:

Core Ideas

Residual Stream

The residual stream is the shared workspace across transformer layers. Attention and MLPs write updates into it.

Connects to:

Circuits

A circuit is a set of components that causally produce a behavior.

Examples:

Primary source:

Superposition

Models may represent more features than dimensions by placing features in superposition.

Primary source:

Sparse Autoencoders

Sparse autoencoders try to decompose activations into more interpretable features.

Primary sources:

Causal Interventions

Techniques:

The point is causality, not just correlation.

Starter Project

Replicate a tiny induction-head analysis:

Deliverable:

Papers / Resources

What Good Looks Like

You can:

Related