•5 min read
Stop Growing the Context Window. Start Delegating It.
Recursive Language Models flip the long-context race: instead of bigger windows or lossy summaries, models delegate context to sub-LLMs and code.
Recursive Language Models flip the long-context race: instead of bigger windows or lossy summaries, models delegate context to sub-LLMs and code.
Recursive Language Models suggest a different approach to long-horizon memory: keep raw context addressable, then use scripts and sub-LLMs to query it when...