Recursive Language Models (RLMs)
11–20 of 38 posts
Re: Recursive Language Models (RLMs)
#12The authors use as an environment a Python REPL that itself can call other instances of the LM. The prompt is programmatically manipulated as a Python variable on the REPL.
The motivation is for the LM to use Python commands, including commands that call other LM instances, to figure out how best to modify the context at inference time.
The results from early testing look impressive at a first glance: An RLM wrapping GPT-5-mini outperforms GPT-5 by a wide margin on long-context tasks, at significant lower cost.
I've added this to my reading list.
Re: Recursive Language Models (RLMs)
#13Re: Recursive Language Models (RLMs)
#14This is old news! Agent-loops are not a model architechture
Re: Recursive Language Models (RLMs)
#15Re: Recursive Language Models (RLMs)
#16Re: Recursive Language Models (RLMs)
#17Re: Recursive Language Models (RLMs)
#18Re: Recursive Language Models (RLMs)
#19Re: Recursive Language Models (RLMs)
#20Hopefully 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.