<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>RLM on Text Matrix</title><link>https://txtmix.com/tags/rlm/</link><description>Recent content in RLM on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/rlm/index.xml" rel="self" type="application/rss+xml"/><item><title>RLM 推理范式拆解：用 CodeAct REPL 让 LLM 自己递归处理无限长上下文</title><link>https://txtmix.com/posts/tech/alexzhang13-rlm-recursive-language-models-guide/</link><pubDate>Thu, 18 Jun 2026 15:06:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/alexzhang13-rlm-recursive-language-models-guide/</guid><description>&lt;h1 id="rlm-推理范式拆解用-codeact-repl-让-llm-自己递归处理无限长上下文">RLM 推理范式拆解：用 CodeAct REPL 让 LLM 自己递归处理无限长上下文&lt;/h1>
&lt;p>&lt;code>alexzhang13/rlm&lt;/code> 改造的对象是&amp;quot;如何调用 LLM&amp;quot;这件事本身。传统接口 &lt;code>llm.completion(prompt, model)&lt;/code> 把整段 prompt 塞进上下文窗口；RLM 提出的 &lt;code>rlm.completion(prompt, model)&lt;/code> 把 prompt 当成代码环境里的变量，让 LLM 在 REPL 里&lt;strong>编程式&lt;/strong>地审视、拆解、递归调用自己。截至 2026 年 6 月，这个由 MIT OASYS 实验室开源的项目（5,108+ Stars、842+ Forks、MIT 许可证、配套论文 arXiv:2512.24601）已经发展出 7 种 sandbox 适配器（local / ipython / docker / modal / prime / daytona / e2b），并附带基于 Prime Intellect prime-rl 的训练环境。&lt;/p></description></item></channel></rss>