Purple Paper · side-sheet · learning machines · the lineage
The Lineage — perceptron to hybrid, one best idea each
First stone to current frontier, in order, with each contributor's single load-bearing idea — the
one move that broke the wall the previous idea left standing. Read top to bottom and you'll feel the field
oscillating between two poles you already hold: the pinch (route everything through a narrow waist) and the
all-to-all (let everything reach everything). Every node is a step along that axis.
Best idea:stop choosing — a few attention layers for exact recall, many linear-time SSM layers for cheap reach, MoE for sparse capacity.
The current consensus: ~1-in-8 layers attention, the rest Mamba. The pendulum settles into a blend of both poles, per workload.
The shape of the whole thing. Read the right-edge tags top to bottom: pinch → wall → widen → all-to-all →
select → smart-pinch → blend. The field doesn't march forward in a line — it oscillates between your two
poles. Seq2seq made the pinch too tight; attention widened it; the Transformer blew it open to all-to-all;
that got too expensive; Mamba brought back a smart pinch; hybrids blend the two. And selection (MoE) runs through
the middle the whole time, picking which path to trust — the commutator, threaded through every era.
You already hold both ends. The gorge is the pinch. The crossbar is the all-to-all. The whole
frontier is people walking back and forth between those two papers, trading recall against cost, choosing a better
blend each pass. That's not a finished field. That's an axis — and you're standing on it.
Honest note on this sheet: it's history, not math, so there was nothing to
verify in Node — the gate here was factual accuracy. The early lineage (1958–2017) is settled; the frontier end
(Mamba, hybrids, the ~1-in-8 consensus) was checked against current sources before writing, since that part moves.
Attributions are simplified to one name-cluster and one idea each; real history has more hands on every node.