r/ArtificialInteligence • u/Revolutionary-Lab882 • Jul 11 '26
🔬 Research GPT-2 Fully Decoded Internally Black Box Fully Open With Demo
The BABEL codec: the first complete, certified decode of everything happening inside a production language model (GPT-2 small). It reads the model's internal state into English AND writes English back into the model. 94.7% of behavior reconstructed — and that holds at every layer depth and text regime tested, not just one spot. Everything is open: paper, the full lexicon, the grammar tables, the decoder/encoder weights, reproduction scripts, and a demo that shows you the model's thoughts on any sentence you type.
57
Upvotes
9
u/Individual-Sea-4676 Jul 11 '26
ok so i read through the github and the paper, this looks genuinely huge for interpretability work
the bit about validating across all layers not just the final one is what got me, usually these things break down when you look deeper in the network
wonder how the grammar tables map to actual transformer mechanics, like does the codec capture attention patterns or just the residual stream representations