---
title: "How can a 7M-parameter recursive model outperform much larger models on ARC-AGI?"
description: "Understand the nested recursion, adaptive computation, and Q-head behind the 7M-parameter Tiny Recursive Model."
canonical_url: "https://fanout.sh/ai/lessons/tiny-recursive-model-arc-agi"
md_url: "https://fanout.sh/ai/lessons/tiny-recursive-model-arc-agi.md"
access: "public"
---

# How can a 7M-parameter recursive model outperform much larger models on ARC-AGI?

Understand the nested recursion, adaptive computation, and Q-head behind the 7M-parameter Tiny Recursive Model.

## Public overview

How a 7M parameter model beats 1T models at Sudoku, Mazes, and ARC-AGI.

TRM Architecture: Uses recursive computation with three nested loops: Innermost Loop (latent recursion): Phase A (reasoning, updating z) + Phase B (refining answer y) Middle Loop (deep recursion): 2 warm-up rounds without gradients + 1 final with gradients Outermost Loop: Up to 16 repetitions with adaptive computation time via learned Q head

The key insight: small models can match or beat massive ones through recursive depth instead of parameter count.

---
This representation contains public Fanout content only. Protected Pro lessons, account data, billing, checkout, and pricing are not included.

Browse the public content map: https://fanout.sh/sitemap.md
