Hopefully this can solve the problem of Claude needing to compact itself every 10 minutes, blocking execution. It would be better if it was always compacting in the background. But that requires perhaps more compute than is realistic.
Recursive Language Models (RLMs)
21–30 of 38 posts
Re: Recursive Language Models (RLMs)
#22Re: Recursive Language Models (RLMs)
#23It’s not relying on the LM context much. You can generally code away for an hour before you run out of context and have to run a compression step or just start fresh.
Re: Recursive Language Models (RLMs)
#24This is old news! Agent-loops are not a model architechture
Loops aren’t recursion?
See e.g. https://textbooks.cs.ksu.edu/cc210/16-recursion/08-recursion...
Re: Recursive Language Models (RLMs)
#25please correct me if I'm wrong..this is just subagent architecture?
Re: Recursive Language Models (RLMs)
#26Re: Recursive Language Models (RLMs)
#271.Recursion is used to break down the large context and dispatch to different LLM calls to get the useful context.
2.This may lead to longer test-time execution on large contexts (even with parallelism in deep recursion), and the monetary cost may increase rapidly.
I think it’s a different idea from using RAG or manually maintaining a context window
correct me if I'm wrong
Re: Recursive Language Models (RLMs)
#28Re: Recursive Language Models (RLMs)
#29If you would setup an RLM, would you set a higher temperature for the root LLM calls and a lower temperature for LLM calls deeper in the recursion?
EDIT: makes me think of many computation systems in various substrates, and how they work. Focus vs distraction/creativity. ADHD workers in hierarchies of capitalism, purpose of breadth vs depth of exploration at various levels of the stack, who's at the "top" and why, etc etc
Re: Recursive Language Models (RLMs)
#30in today's news: MIT researchers found out about AI agents and rebranded it as RLM for karma.