IdeaCredIdeaCred

chriscowncrow/TinyRecursiveModels

57

🔍 Explore recursive reasoning with TinyRecursiveModels, a compact 7M parameter neural network achieving high scores on tough tasks without massive resources.

What's novel

🔍 Explore recursive reasoning with TinyRecursiveModels, a compact 7M parameter neural network achieving high scores on tough tasks without massive resources.

Code Analysis

13 files read · 4 rounds

A research codebase implementing small (~7M param) non-autoregressive transformers that solve ARC-AGI visual reasoning puzzles through iterative recursive hidden-state refinement with adaptive computation time (ACT) halting and puzzle-specific learned embeddings.

Strengths

Genuinely novel recursive reasoning architecture with truncated BPTT for memory-efficient deep iteration, clever distributed SignSGD for sparse puzzle embeddings, and a well-designed ARC evaluator with pass@K aggregated voting across training steps.

Weaknesses

No test suite exists, significant code duplication across model variants (trm_hier6 hardcodes 6 levels), and the README is deeply misleading—presenting a research codebase as a downloadable consumer application with 'double-click to run' instructions.

Score Breakdown

Innovation
4 (25%)
Craft
52 (35%)
Traction
13 (15%)
Scope
59 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+0

Craft

Ci-1
Tests-2
Polish+0
Releases+0
Has License+5
Code Quality+16
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+2
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+5
Devto Reactions+0
Community Contribs+2

Scope

Commits+5
Languages+3
Subsystems+10
Bloat Penalty+0
Completeness+7
Contributors+6
Authored Files+12
Readme Code Match+3
Architecture Depth+5
Implementation Depth+8

Evidence

Commits

9

Contributors

2

Files

41

Active weeks

3

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

3

Forks

0

License

MIT