概要
RLM (Recursive Language Model) provides a powerful pattern for Claude Code to interact with extremely large textual contexts that would otherwise exceed typical LLM token limits. Instead of attempting to cram vast amounts of information directly into the prompt, RLM allows Claude to load, inspect, strategically chunk, and recursively sub-query these external contexts. This method ensures that critical information can be processed and synthesized, making Claude exceptionally capable of analyzing extensive log files, comprehensive codebases, or entire encyclopedias without incurring prohibitive costs or hitting context window limitations.