The impossible closet — pack five ideas into two neurons
Two neurons give you a 2-D space. Each feature the network wants to store becomes an arrow (a direction) in that space. Two arrows can be perfectly perpendicular — after that, every new feature must squeeze in at an angle. Keep pressing add and watch the overlap grow: that overlap is interference, the tax on every readout.
The sparsity loophole — overlap is fine if nobody shows up
Five overlapping features, two neurons, thousands of inputs. Each feature fires on a random fraction of inputs — that fraction is the slider. The histogram shows every readout the decoder makes: gold = features that were truly on (should read 1), grey = features that were off (should read 0). Slide right and watch the two piles smear into each other.
Readout = dot product with the feature's direction, "detected" above 0.85. Real learned toy models use ReLU with a negative bias — same idea: small interference gets filtered, big collisions get through.
Why the network does it on purpose
The network has two honest options: dedicate its two neurons to two features and drop the rest, or superpose everything and eat the interference. Which is cheaper? Both strategies run live below across the whole sparsity range — errors per input, measured, not derived. Find the crossover.
Each point: 350 simulated inputs. Dedicated = store 2 features perfectly, ignore the rest. Superposed = pack all of them and read through the interference.
The neuron that means everything — and nothing
Now look at the same system the way early interpretability did: one neuron at a time. Present each pure concept and watch the two neurons respond. Then try to finish the sentence "neuron 1 is the ______ detector". You can't — and that's the point.
Present a few different concepts and keep an eye on which neurons cross the firing threshold.
Crash test — make the features collide
You are the input now. Toggle features on and off, and the two neurons store their sum; the decoder then tries to read every feature back. One feature at a time works perfectly. Then press cat + car — the interference adds up into a phantom "mug" the network never saw. Press cat + moon and both vanish entirely.