Recursive Language Model patterns for Claude Code — handle massive contexts (10M+ tokens) by treating them as external variables
-
Updated
Jan 19, 2026 - Python
Recursive Language Model patterns for Claude Code — handle massive contexts (10M+ tokens) by treating them as external variables
Rust CLI implementing the Recursive Language Model (RLM) pattern for Claude Code. Process documents 100x larger than context windows through intelligent chunking, SQLite persistence, and recursive sub-LLM orchestration.
Benchmark harness for A/B testing Claude Code plugins against OOLONG long-context reasoning tasks. Compare truncation vs RLM-RS recursive chunking strategies. Features Claude Code hooks integration, SQLite persistence, and comprehensive scoring aligned with the OOLONG paper methodology.
MCP server implementing Recursive Language Model pattern for processing arbitrarily long contexts. Enables Claude Code to work with 1M+ character documents through session-based chunking, BM25 search, and artifact provenance tracking.
Claude Code plugin for processing documents 100x larger than context limits using the RLM pattern. Rust-powered chunking, SQLite storage, and sub-LLM orchestration.
Add a description, image, and links to the recursive-language-model topic page so that developers can more easily learn about it.
To associate your repository with the recursive-language-model topic, visit your repo's landing page and select "manage topics."