Hook

Their other posts in the index, biggest breakout first.
What if a cheap, a fast AI could remember everything? Because right now AI memory comes with a brutal catch. The model that remembers everything, Transformers, cost a fortune. And the cheap ones are an ends, stay fast by keeping one tiny memory and then just paving over the past. For years, you had to pick one of these two. The new design refuses to pick, and the trick behind it is almost embrasingly simple. As the R&N runs, it just takes snapshots. It photographs its own memory at checkpoints along the way. Little saves it can come back to later. So when it needs something from the past, it doesn't just re-read the whole sequence. It pulls the relevant snapshots and blends them together. And the best part is that it's a dial. Effective memory now grows with the length of what you feed it, so you can slide anywhere between R&N cheap and transformer complete. The payoff here is that it closes the gap with transformers on recall and beats every older recurring model on language and long contests. So finally, memory you can actually afford to keep. Link is in my bio.