Process arbitrarily large text files that exceed context window limits using the Recursive Language Model (RLM) paradigm. Use when the user asks to analyze, summarize, search, or extract information from large files (logs, codebases, legal documents, datasets, books) that are too big to fit in context. Triggers include requests like "analyze this large file", "process all my logs", "summarize this book", "find patterns across this codebase", "extract all X from this document", or any task involving files larger than ~100KB. Requires the rlm_mcp MCP server to be installed.
2026-01-29