@samhogan: RLMs pretty much solved context btw You can shove tens of millions of tokens into a good RLM harness and it just works.…

X AI KOLs Following News

Summary

A developer shares their experience with Recurrent Language Models (RLMs), claiming they effectively handle extremely long context windows with tens of millions of tokens, representing a significant advancement in context handling capabilities.

RLMs pretty much solved context btw You can shove tens of millions of tokens into a good RLM harness and it just works. I’m spending all my free time here.
Original Article
View Cached Full Text

Cached at: 04/20/26, 09:39 AM

RLMs pretty much solved context btw You can shove tens of millions of tokens into a good RLM harness and it just works. I’m spending all my free time here.

Similar Articles

alexzhang13/rlm

GitHub Trending (daily)

Recursive Language Models (RLMs) introduce a task-agnostic inference paradigm enabling language models to handle near-infinite contexts by recursively calling themselves over input, with an accompanying open-source inference engine and training environment.

Can Language Models Actually Retrieve In-Context? Drowning in Documents at Million Token Scale

arXiv cs.CL

This paper systematically studies in-context retrieval at million-token scale, introducing BlockSearch, a 0.6B LM retriever, and analyzing attention dilution. The model matches or outperforms dense retrieval on benchmarks like MS MARCO and NQ, and significantly outperforms on tasks requiring different similarity notions, highlighting the potential of in-context retrieval while emphasizing attention control under extreme context growth.