RLM: Recursive Language Models for Large Codebases - Shashi, Superagentic AI
Source
AI Engineer
Author
AI Engineer
Date
Terms in this piece · Glossary
context window — The maximum amount of text a model can consider at once — its working memory for the current conversation or task.
Why it matters
A concrete answer to coding agents losing architecture and drowning in tool output on large repos: a REPL the model programs against, with focused sub-questions delegated recursively instead of accumulating in context windowThe maximum amount of text a model can consider at once — its working memory for the current conversation or task.Full definition →.