Abstract
Inference-time scaling has become the dominant lever for improving language-model reasoning, but existing methods derive rollout diversity from a single source: stochastic token-level sampling. We argue that this single-axis sampling space is fundamentally limiting, and identify a second, fully deterministic and complementary axis: the layer span at which a frozen model's top decoder layers are recursively re-applied at high-uncertainty tokens. Different choices of produce distinct rollouts that solve different subsets of problems, with no stochasticity. We instantiate this axis through Entropy-Gated Latent Recursion (EGLR), a training-free decoding procedure that re-applies the top- layers for at most iterations until the next-token distribution converges. Combined with temperature samples, EGLR turns a single-axis stochastic rollout pool into an Cartesian sampling space at almost the same per-rollout cost. We characterize this space across instruction-tuned models and math reasoning benchmarks, and show that the -axis is genuinely complementary to temperature: on MATH-500 with Qwen2.5-3B-Instruct, the joint oracle reaches , percentage points beyond the temperature-only oracle () and points beyond the layer-only oracle (), confirming that the two axes capture genuinely complementary problems. The expanded rollout pool provides richer per-prompt candidates for any downstream procedure that consumes rollouts, including self-consistency, best-of- with verifiers, and group-relative RL training (GRPO), opening a new direction for inference-time scaling that does not rely on stochastic noise.