<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-CA">
	<id>https://helixprojectai.com:443/wiki/index.php?action=history&amp;feed=atom&amp;title=Tiny_Recursive_Model_%28TRM%29</id>
	<title>Tiny Recursive Model (TRM) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://helixprojectai.com:443/wiki/index.php?action=history&amp;feed=atom&amp;title=Tiny_Recursive_Model_%28TRM%29"/>
	<link rel="alternate" type="text/html" href="https://helixprojectai.com:443/wiki/index.php?title=Tiny_Recursive_Model_(TRM)&amp;action=history"/>
	<updated>2026-06-05T12:58:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://helixprojectai.com:443/wiki/index.php?title=Tiny_Recursive_Model_(TRM)&amp;diff=172&amp;oldid=prev</id>
		<title>Steve Helix: Created page with &quot;= Tiny Recursive Model (TRM) =  Tiny Recursive Model diagram (from Samsung SAIL Montréal)  &#039;&#039;&#039;Tiny Recursive Model (TRM)&#039;&#039;&#039; is a compact neural architecture proposed by Alexia Jolicoeur-Martineau at Samsung SAIL Montréal that demonstrates advanced reasoning capabilities despite being ~10,000x smaller than most large language models.  == Overview == TRM is designed around the principle of **recursi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://helixprojectai.com:443/wiki/index.php?title=Tiny_Recursive_Model_(TRM)&amp;diff=172&amp;oldid=prev"/>
		<updated>2025-10-08T18:13:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Tiny Recursive Model (TRM) =  &lt;a href=&quot;/wiki/index.php?title=File:TRM_Architecture.png&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;File:TRM Architecture.png (page does not exist)&quot;&gt;thumb|right|400px|Tiny Recursive Model diagram (from Samsung SAIL Montréal)&lt;/a&gt;  &amp;#039;&amp;#039;&amp;#039;Tiny Recursive Model (TRM)&amp;#039;&amp;#039;&amp;#039; is a compact neural architecture proposed by &lt;a href=&quot;/wiki/index.php?title=User:AlexiaJolicoeur&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:AlexiaJolicoeur (page does not exist)&quot;&gt;Alexia Jolicoeur-Martineau&lt;/a&gt; at Samsung SAIL Montréal that demonstrates advanced reasoning capabilities despite being ~10,000x smaller than most large language models.  == Overview == TRM is designed around the principle of **recursi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Tiny Recursive Model (TRM) =&lt;br /&gt;
&lt;br /&gt;
[[File:TRM_Architecture.png|thumb|right|400px|Tiny Recursive Model diagram (from Samsung SAIL Montréal)]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Tiny Recursive Model (TRM)&amp;#039;&amp;#039;&amp;#039; is a compact neural architecture proposed by [[User:AlexiaJolicoeur|Alexia Jolicoeur-Martineau]] at Samsung SAIL Montréal that demonstrates advanced reasoning capabilities despite being ~10,000x smaller than most large language models.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
TRM is designed around the principle of **recursive self-refinement**. Unlike typical LLMs that predict responses token-by-token in a single pass, TRM generates an initial draft, constructs an internal “latent reasoning” state (scratchpad), and then improves its own answer over up to 16 iterations. This mimics meta-cognition in a compact form.&lt;br /&gt;
&lt;br /&gt;
== Key Features ==&lt;br /&gt;
* **Tiny Model Size**: ~7M parameters&lt;br /&gt;
* **Deep Reasoning Loop**: Recursively improves answers across time steps&lt;br /&gt;
* **Superior Test Accuracy**:&lt;br /&gt;
  * 45% on ARC-AGI-1&lt;br /&gt;
  * 8% on ARC-AGI-2&lt;br /&gt;
  * Outperforms Gemini 2.5 Pro, DeepSeek R1, and O3-mini on these benchmarks&lt;br /&gt;
* **Minimal Training Data**: Trained on only ~1000 examples&lt;br /&gt;
&lt;br /&gt;
== Architecture Summary ==&lt;br /&gt;
* Two small networks: a **Reasoning MLP** and a **Prediction MLP**&lt;br /&gt;
* Reasoning loop feeds latent variables into the Prediction MLP&lt;br /&gt;
* Uses self-attention + scratchpad updates per reasoning step&lt;br /&gt;
* Final output selected after convergence or max iteration (n=16)&lt;br /&gt;
&lt;br /&gt;
== Comparison to LLMs ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Feature !! TRM !! Large Language Models&lt;br /&gt;
|-&lt;br /&gt;
| Parameters || ~7M || 70B–175B+&lt;br /&gt;
| Reasoning Style || Iterative, recursive || Single-pass prediction&lt;br /&gt;
| ARC-AGI Performance || ↑ Better on logic tasks || ↓ Weaker generalization&lt;br /&gt;
| Memory Footprint || Extremely low || High&lt;br /&gt;
| Explainability || Easier to trace steps || Often opaque&lt;br /&gt;
| Use Case Fit || Logic puzzles, verifiable computation || Open-ended language, wide context&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Relevance to Helix ==&lt;br /&gt;
TRM offers a feasible lightweight module for tasks that require:&lt;br /&gt;
* Deterministic verification&lt;br /&gt;
* Local reasoning on edge devices&lt;br /&gt;
* Constrained-resource environments&lt;br /&gt;
* Transparent reasoning chains (auditable steps)&lt;br /&gt;
&lt;br /&gt;
Possible integration points:&lt;br /&gt;
* [[Helix_Models_Overview]]&lt;br /&gt;
* [[Helix_Core_Ethos|Helix Core Ethos]] (as a trusted verification subagent)&lt;br /&gt;
* [[QSR_Runbook]] for recursive policy validation&lt;br /&gt;
* [[Runbooks_&amp;amp;_Protocols]]: as a fallback verifier model&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [https://github.com/SamsungSAILMontreal/TinyRecursiveModels GitHub – Tiny Recursive Models]&lt;br /&gt;
* [https://arxiv.org/abs/2510.04871v1 ArXiv Paper (2025-10-06)]&lt;br /&gt;
* Related: [[Helix LLaMA:8B – Operating Ontology]], [[Khronos: Experimental Runtime Agent]]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
MIT – freely reusable with attribution&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
{{Status|experimental}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Helix Models]]&lt;br /&gt;
[[Category:AI Research]]&lt;br /&gt;
[[Category:Recursive Reasoning]]&lt;/div&gt;</summary>
		<author><name>Steve Helix</name></author>
	</entry>
</feed>