LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?
1–10 of 44 posts
Re: LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?
#2I think this says something interesting about how transformers organise computation internally. The mid-stack reasoning circuits are coherent enough that you can loop through them twice without distribution mismatch. The encoding/decoding boundaries are not.
Re: LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?
#3Re: LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?
#4I extended this to a 2×2 design (two languages × two content types) and the result is even starker: by layer 10, cross-language same-content pairs are more similar than same-language different-content pairs. The model cares about what you're saying, not what language you're saying it in.
This is also what makes layer duplication work — those mid-stack layers operate in a space where input and output distributions match, so you can loop through them without breaking anything. The encoding and decoding boundaries are where the blue walls show up in the heatmaps.
Re: LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?
#5Has anyone started to implement this technique in Llama.cpp or similar inference tool?
I am working with TurboDerp to integrate this into the Exllama v3 format.
Re: LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?
#6As in, this entire cloud buildout is unnecessary because it becomes like using a calculator.
Reach out to chat.
Re: LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?
#7Re: LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?
#8We've discovered the language. It changes the economics of computing. As in, this entire cloud buildout is unnecessary because it becomes like using a calculator. Reach out to chat.
Re: LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?
#9This work here is obviously more complex than that, but suggests something similar is going on with early layers transforming to some sort of generalized basis functions defining a universal language representation.