rlm
01Skill Claude CodeCodex
Recursive Language Model (RLM) loop for processing a context that is too large to read into the conversation directly. Loads the context as a variable in a persistent Python REPL and answers the query by writing code that probes, chunks, and programmatically sub-queries a cheap LLM (llmquery) over slices of it, then…
393 2mo ago A 227 tokens
original MIT