AnalysisAI ModelsJuly 12, 2026
RLM: Recursive Language Models for Large Codebases

Recursive Language Models (RLM) from an MIT paper help coding agents handle large codebases by loading the repo into a programmable REPL. The model writes code to inspect it and recursively delegates sub-tasks to avoid context overload.