RLM Models: A New Approach to Large Codebases
Shashi Jagtap of Superagentic AI explores Recursive Language Models (RLMs) and their application for coding agents tackling large codebases, showcasing their RLM Code implementation.
6 min read

Visual TL;DR
coding agents struggle with complexity of multi-file projects and monolithic repositories
From the article 8 mentionsShashi Jagtap, founder of Superagentic AI, presented a compelling vision for tackling the challenges of large codebases with AI agents during the AI Engineer World Fair 2026.
traditional methods like grep or summarization degrade performance as context grows
From the article 3 mentionsInstead of feeding the entire codebase into the model's context window, RLMs treat the repository as structured data.
From the article 9+ mentionsHis talk, titled "RLM: Recursive Language Models for Large Codebases," introduced Recursive Language Models (RLMs) as a solution to a persistent problem: the degradation of performance in coding agents as context windows grow, particularly with monolithic repositories.
RLMs manage context outside the main model, improving efficiency and scalability
From the article 7 mentionsTraditional approaches like using tools such as 'grep' for searching, semantic search, or context compression using summarization have limitations.
Superagentic AI's Shashi Jagtap showcased practical implementation for coding agents
From the article 5 mentionsThe presentation included a live demo showcasing RLM Code in action.
RLMs enable coding agents to effectively tackle large, complex codebases
From the articleHis talk, titled "RLM: Recursive Language Models for Large Codebases," introduced Recursive Language Models (RLMs) as a solution to a persistent problem: the degradation of performance in coding agents as context windows grow, particularly with monolithic repositories.
RLMs integrate with existing tools, enhancing overall AI engineering workflows
Contents(5)
© 2026 StartupHub.ai. All rights reserved. You may not republish this article in full without a license. Search engines and AI research tools may crawl and summarize for reference. Bulk reproduction or model training requires a license. See our terms.