In the AI arms race, the mantra has long been "bigger is better." But a new paper from Samsung’s AI lab in Montreal is challenging that notion with a system that proves less can be much, much more. The Tiny Recursive Model (TRM), detailed in a paper by researcher Alexia Jolicoeur-Martineau, is a shockingly small 7-million-parameter model that runs circles around giant Large Language Models (LLMs) on complex reasoning tasks.
While models like GPT-4 and Gemini have billions or even trillions of parameters, they often stumble on puzzles that require strict, step-by-step logic, like Sudoku or the abstract reasoning challenges in the ARC-AGI benchmark. A single wrong step in their "chain of thought" can derail the entire answer.
TRM takes a different path. Instead of a single, massive forward pass, it uses a tiny two-layer network to recursively refine its answer. It takes an initial guess, loops through its own reasoning process to improve it, and repeats this cycle up to 16 times. This iterative process allows the model to self-correct and converge on a solution with extreme parameter efficiency.
The results are staggering. On the difficult Sudoku-Extreme benchmark, TRM achieves 87% accuracy, crushing a more complex predecessor model (HRM) that scored 55%. More impressively, it scores 45% on the ARC-AGI-1 benchmark, outperforming heavyweight contenders like Google’s Gemini 2.5 Pro, all while using less than 0.01% of the parameters.
A simpler, smarter loop
TRM’s elegance comes from simplifying a previous, more complicated approach called the Hierarchical Reasoning Model (HRM). The paper shows that HRM’s complexity, which involved two separate networks and shaky justifications based on brain biology and advanced math, was unnecessary.
