Form Follows Function: Recursive Stem Model
Abstract
Recursive reasoning models such as Hierarchical Reasoning Model (HRM) and Tiny Recursive Model (TRM) show that small, weight-shared networks can solve compute-heavy and NP puzzles by iteratively refining latent states, but their training typically relies on deep supervision and/or long unrolls that increase wall-clock cost and can bias the model toward greedy intermediate behavior. We introduce Recursive Stem Model (RSM), a recursive reasoning approach that keeps the TRM-style backbone while changing the training contract so the network learns a stable, depth-agnostic transition operator. RSM fully detaches the hidden-state history during training, treats early iterations as detached "warm-up" steps, and applies loss only at the final step. We further grow the outer recursion depth and inner compute depth independently and use a stochastic outer-transition scheme (stochastic depth over ) to mitigate instability when increasing depth. This yields two key capabilities: (i) faster training than TRM while improving accuracy ( reduction in error rate), and (ii) test-time scaling where inference can run for arbitrarily many refinement steps (), enabling additional "thinking" without retraining. On Sudoku-Extreme, RSM reaches 97.5% exact accuracy with test-time compute (within ~1 hour of training on a single A100), and on Maze-Hard () it reaches ~80% exact accuracy in ~40 minutes using attention-based instantiation. Finally, because RSM implements an iterative settling process, convergence behavior provides a simple, architecture-native reliability signal: non-settling trajectories warn that the model has not reached a viable solution and can be a guard against hallucination, while stable fixed points can be paired with domain verifiers for practical correctness checks.
Cite
@article{arxiv.2603.15641,
title = {Form Follows Function: Recursive Stem Model},
author = {Navid Hakimi},
journal= {arXiv preprint arXiv:2603.15641},
year = {2026}
}
Comments
11 pages, 9 figures