1d ago

Claude Dynamic Workflows Are Not Recursive Language Models, Researcher Argues

0
Original post

Here's why Claude's dynamic workflows of 4.8 are not RLM (Recursive Language Model), if you stick to a precise definition, but something new and equally interesting! It took the RLM authors months after the paper to really clarify what was unique about RLM (it's a bundle of ideas) and narrowing that down still seems to be difficult because definitions not used very precisely -- instead people are trying to assign/deduct credit too broadly... (RLM is a solid idea, just the core message getting lost without rigor.) Per common understanding of RLM, looking at new Claude: 1) programmatic access to context instead of stuffing prompt. ❌ (no more than regular tool use, 1M window instead) 2) persistent language REPL storing data over multiple steps. ❌ (writes orchestration script, then runs it) 3) can recursively call the same LLM, with clear return semantics. ✅ (yes, but indirectly via the script) The last two could be scored ~0.5 each, but either way it's only only 1/3 hits at best: so not a RLM... It's more like an evolution of the sub-agent model where the script manages the execution one-shot in an opaque way. IMHO that's a much healthier model for orchestration than some sub-agent implementations -- where it becomes too easy to micro-manage, then quickly gets clumsy & token heavy. https://claude.com/blog/introducing-dynamic-workflows-in-claude-code https://arxiv.org/abs/2512.24601

6:53 AM · May 29, 2026 View on X

That's the risk of publishing a paper that collects a variety of existing ideas together (often, no citation should be expected). Different decisions made along the same axes as RLM does not make the solution an RLM, does it?

I think this seems to be the biggest remaining point of disagreement: > The current dynamic workflows of Claude are not a REPL, thus a different approach than recommended by RLM.

Would you agree?

FWIW, I don't think either is better. The upfront workflow scripts more suited to production / heavy processing, and the REPL more suited to exploration / research, but they are conceptually different.

GradGrad@Grad62304977

@alexjc @willdepue @georgejrjrjr They cited them on the idea of programmatic context discovery (actually the part everyone is saying is the most obv) But if u see the blogs I linked, other aspects from RLM can provide big gains and things that Anthropic and cursor made blogs and introduced months after RLMs

8:50 AM · May 30, 2026 · 28 Views
8:59 AM · May 30, 2026 · 10 Views