Context as a Variable: How Recursive Language Models Fix Context Rot
Every frontier model gets dumber as context grows — long before the window is full. Recursive Language Models (RLMs) fix it by treating the prompt as a variable in a Python REPL and recursing over it: GPT-5-mini beats GPT-5 by 34 points, and 10M+ token inputs stop collapsing.
