TinyThink / README.md
raayraay's picture
Update README.md
2c6e434 verified

A newer version of the Gradio SDK is available: 6.8.0

Upgrade
metadata
title: TinyThink
sdk: gradio
short_description: Interactive visualization of recursive reasoning concepts
authors:
  - raayraay
  - samiksha-bc
sdk_version: 6.3.0

🧠 TinyThink: Glass-Box Reasoning Visualization

An interactive educational demo that visualizes the concept of recursive reasoning from the paper "Less is More: Recursive Reasoning with Tiny Networks" (Samsung SAIL Montreal, 2025).

What This Demo Shows

This Space provides a visual explanation of how Tiny Recursive Models (TRM) approach complex reasoning tasks:

  • Step-by-step visualization of how a model iteratively refines its answer
    • ARC-AGI style puzzles rendered with the official 10-color palette

      • Educational content explaining the recursive reasoning mechanism

      • ⚠️ Important Note

    • This is a visualization/simulation demo, not actual TRM inference. The animation demonstrates the concept of recursive refinement—showing how a model progressively improves its answer over multiple iterations.

  • For the real model implementation, see:
    1. Recursive depth over model size – Multiple "thinking" iterations
      1. Latent state refinement – The model updates internal representations z

        1. Progressive answer improvement – Each iteration corrects previous errors

        2. This challenges the "bigger is better" paradigm in AI reasoning.

      2. Try It Out

    2. Select different ARC-AGI puzzles and watch the visualization of how recursive reasoning progressively transforms an initial guess into the correct solution.

Created as an educational tool to make AI research accessible. Inspired by the innovative work of Samsung SAIL Montreal.