← Lab
logitcrystal
mixedshipPythonModel behavior & reasoningJuly 12, 2026
the question
Where in depth does a transformer's next-token top-1 prediction crystallize, and does that depth follow a constant relative fraction, a constant absolute layer, or a constant distance from the last layer?
what came out
The lens top-1 is unrelated to the answer through most of depth then snaps in the last one or two layers: crystallization at layer 22.8, 26.2, 34.1 for the 24, 28, 36-layer Qwen2.5 models, always about two from the end. A tuned lens decodes no earlier. Relative-fraction versus constant-distance clock stays unresolved with three sizes.
method & receipts
- Result: mixed
- Pre-registered — the prediction was written down and committed before the run.
- Reproducible — one script re-runs the whole thing from scratch.
- Tested — a correctness/benchmark suite ships alongside the code.
→ read the code and re-run it
github.com/v-code01/logitcrystal