Glassbox research lab
Small models under glass
Independent experiments on narrow neural networks small enough to run, inspect, and break in the browser. Three are below, the same shipped weights as the study pages: 3.16M to 13.77M parameters. A fifth, the 91.26M flagship, runs live too, at /live-lm-91m.
The point is not a transformer explainer: every arc, bar, and read-out here is measured from one model at one moment, with its controls and corrections kept next to the claim.
one instrument
read straight out of the forward pass that writes the answer — nothing recomputed, nothing precomputed
What actually moved the needle
The front page keeps one ranking: mechanisms that changed validation loss, each measured against its own baseline. Solid bars isolate the mechanism with a parameter-matched control; the hatched bar includes extra capacity.
This is the project’s research layer: what changed the numbers, how large the effect was, and whether the comparison isolates the mechanism or still mixes in model size.
Each bar names the finding behind it, and every finding is a link: the findings log is on the site in full, corrections included.
The four read-outs, in plain words
Every live model uses the same instrument, so the vocabulary stays consistent across Bulgarian text and DNA.
This is the layer: not a claim that the model is better, but a way to inspect one decision and test which parts helped make it.
attention — where it looked
Before writing anything, the model scores every earlier symbol — how much do you matter for what comes next? Those scores are the arcs you see, and each row of them adds up to 100%.
logit lens — when the answer forms
Each layer's working state can be read out early, as if that layer were the last one. You watch a guess turn into a commitment as it moves up through the network.
attribution — what wrote it
The answer's score is split among the parts that produced it — each attention head, each layer's feed-forward block — so you can see which pushed for it and which pushed against. The pieces add back up to the whole, exactly.
ablation — whether it mattered
The only one of the four that is not just watching: switch a part off, run the model again, see whether the answer changes. Most parts turn out to be redundant; a few are load-bearing.
Corrections stay visible
Null results and withdrawn claims stay on the same site as the wins. A here means a claim was tested against its own control and did not survive it.
Five selective-learning variants lost to the plain baseline. The useful selectivity was in the optimizer, not the loss.
selective learning →A restorer feature detects the target concept, but switching it off has not changed the output on checked phrases.
try it yourself in the lab →One Bulgarian reading benchmark was discarded because a randomly initialized network matched every trained model.
zero-shot benchmarks →A claimed memory gap was withdrawn after a position-signal mismatch explained the margin.
telling it the time →A loudness-based rule named the wrong induction head. Causal checks replaced that ranking.
when induction appears →
The house rules: multiple for margin claims, a when capacity could explain a win, one device for model comparisons, and traces checked against the untraced forward pass. Read the full protocol.