#Recursive-language-model
Showing 3 of 3 repositories tagged #recursive-language-model, ranked by stars
avilum
minrlm
A small Recursive Language Model: let any LLM run code on its context instead of stuffing it into the prompt.
Score
100
★ 72
⑂ 5
+1/day
Python
zircote
rlm-rs
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.
Score
50
★ 57
⑂ 5
+1/day
Rust
KillerShoaib
RLM-From-Scratch
Implementation of Recursive Language Model paper from scratch
Score
0
★ 45
⑂ 4
—
Python