RLM
Run recursive self-calling LLMs with sandboxed execution environments
The Panel's Take
RLM (Recursive Language Model) is a plug-and-play Python inference library that lets you run models that call themselves recursively within configurable sandboxed execution environments. Rather than a fixed inference pipeline, RLM exposes the recursive call graph as a first-class primitive — models can iterate, self-correct, and re-invoke themselves across different environments without special orchestration glue. The library was first published in December 2025 and has accumulated 3,498 stars on GitHub. It targets researchers and engineers exploring architectures where the model itself controls how many times it reasons before committing to an output — a capability becoming central to advanced reasoning systems but usually buried in proprietary labs. Why it matters: most open-source inference tools treat the model as a stateless function. RLM bets that the next wave of reasoning breakthroughs comes from architectures where inference depth is dynamic and model-controlled. Early adopters are using it to reproduce recursive reasoning experiments without access to frontier-model APIs.
Share this verdict
RLM verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/rlm-recursive-language-model-inference-library-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare RLM with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/rlm-recursive-language-model-inference-library-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/rlm-recursive-language-model-inference-library-2026" alt="RLM Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/rlm-recursive-language-model-inference-library-2026)<iframe src="https://shiporskip.io/embed/rlm-recursive-language-model-inference-library-2026" title="RLM ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“Finally a clean abstraction for recursive inference without building the scaffolding yourself. The sandbox configurability means you can experiment with different execution environments without rewriting your harness each time. For researchers reproducing chain-of-recursive-thought papers, this cuts setup time dramatically.”
“3,500 stars is respectable but the library is still at v0.x with no production deployments publicly documented. Recursive self-calling can blow up token costs exponentially if you're not careful about termination conditions. Until there's clearer documentation on guardrails and cost controls, treat this as a research toy, not production infra.”
“Recursive inference is one of the key unlock mechanisms for models that self-improve their reasoning at test time. RLM democratizes this capability at a moment when OpenAI and Anthropic are building proprietary versions internally. The researcher who masters this abstraction today has a significant head start.”
“For creative applications — iterative story refinement, self-critiquing copy — recursive inference is genuinely useful and RLM makes it accessible. The open sandbox model means you can wire it to any content generation pipeline without vendor lock-in.”