Hook

Their other posts in the index, biggest breakout first.
The AI lab that created Kimi just released some pretty groundbreaking research called Attention Residuals, which allows AI models to be trained in 25% more efficiently. 25% on these scales is a lot. Elon and Andre have already commented on this on tech Twitter. You've probably heard of that paper, attention is all you need, arguably the most famous AI research paper. This novel concept of attention and transformers was the breakthrough necessary for things like ChatGPT and Cloud that we use every day. Well, Moonshot AI I very cleverly took the same concept of token token attention and basically on a super high level created a layer to layer attention. How this worked previously is imagine a 100 step assembly line which are the model layers in this analogy. Each step in the assembly line depends on steps previous of it passing information forward. The downside of this is you can have important information that exist in the early layers of the models that just gets buried as it moves through all the other later. layers. So, activation residents provides an archive of sorts. It allows each layer to selectively and directly access information from the previous layers. This novel method of attention residents provided better reasoning, coding on benchmarks across the board. Check out the paper if you're interested in more of the technicals. Apparently, a 17-year-old high school student is even one of the first authors.