Recursive Coding Agents - Raymond Weitekamp, OpenProse
Recursive coding agents, inspired by recursive language models (RLMs), unify tool calling and reasoning to make AI agents reliable outcome-deliverers rather than mismanaged geniuses. RLMs externalize the prompt as a variable and use a read-evaluate-print loop (REPL) to symbolically decompose problems, enabling small models like Qwen 3.59B to beat frontier models on long reasoning tasks. Applying RLM principles to coding agents—through dynamic workflows (Claude Code) or the OpenProse language—allows agents to recursively call themselves, verify sub-agent work, and capture golden sessions for repeatable reliability.