# ARC Prize 2025: Technical Report

Source: https://www.youtube.com/watch?v=Zr19vc6-8m8
Recap page: https://rapidrecap.app/video/Zr19vc6-8m8
Generated: 2026-01-20T21:03:57.268+00:00

---
## Quick Overview

The ARC Prize 2025 technical report reveals that the winning model, a small recursive model called Kernel-Martino, outperformed larger models like GPT-4 and Anthropic's models on reasoning tasks by employing a novel strategy of recursive self-refinement guided by an internal critic, achieving a 24% score on the private test set, significantly better than the larger models' performance.

**Key Points:**
- The winning model for the ARC Prize 2025 was a small recursive model named Kernel-Martino, developed by a team including Francois Chollet and Mike Noop.
- Kernel-Martino achieved a 24% score on the private test set, surpassing models like GPT-4 and Anthropic's models on reasoning tasks.
- The core innovation is the recursive self-refinement loop, where the AI actively explores solutions rather than relying solely on memorized data or simple next-token prediction.
- The report highlights a significant shift from static grids (like the original ARC benchmark) to interactive environments requiring planning, memory, and goal acquisition.
- The winning model used 138,000 tokens for the task, whereas GPT-4 used 138,000 tokens and performed worse, illustrating efficiency over sheer size.
- The researchers call the model's ability to recognize the problem structure and reason from scratch the most 'deming' part of the report.

![Screenshot at 00:25: The speaker introduces the ARC Prize 2025 technical report, which details the effort led by Francois Chollet and Mike Noop to address limitations in current AI reasoning capabilities.](https://ss.rapidrecap.app/screens/Zr19vc6-8m8/00-00-25.jpg)

**Context:** The video discusses the results of the ARC Prize 2025 competition, focusing on a technical report detailing the winning submission. The ARC (Abstraction and Reasoning Corpus) challenges AI systems to solve novel problems that require abstraction and reasoning, going beyond simple pattern recognition based on training data. The competition aims to test genuine intelligence, contrasting the performance of smaller, dynamically reasoning models against massive, pre-trained language models (LLMs).

## Detailed Analysis

The video summarizes the ARC Prize 2025 technical report, announcing that the winning entry was a relatively small recursive model named Kernel-Martino, developed by a team including Francois Chollet and Mike Noop. This model achieved a 24% score on the private test set, outperforming larger models like GPT-4 and Anthropic's models on reasoning tasks. The key difference in Kernel-Martino's success is its method: instead of relying on the brute force of massive parameter counts or recalling data from the internet, it employs recursive self-refinement. The model forms a hypothesis about the solution, tests it, and refines its internal network based on the interaction with the environment, effectively simulating an internal critic and learning from scratch for each puzzle. This approach contrasts sharply with traditional LLMs that primarily predict the next token based on vast pre-training data. The report emphasizes that this shift from static testing grids to dynamic environments requiring planning and exploration is the major development since the benchmark began. The authors refer to this recursive process as 'jagged intelligence' and note that it forces the model to reason, unlike models that simply memorize patterns, even if the sheer computation required is high.

### ARC Prize 2025 Report Overview

- Report dropped Monday, January 19th, 2026
- Huge effort led by Francois Chollet, Mike Noop, and a team of people
- Discusses the core problem of AI reasoning.

### Winning Model & Score

- Winning model is Kernel-Martino, a small recursive model
- Scored 24% on the private test set
- Outperformed larger models like GPT-4 and Anthropic models.

### Reasoning Methodology

- Uses recursive self-refinement guided by an internal critic
- Tests hypotheses by interacting with the environment
- Contrasts with LLMs that rely on massive data/token prediction.

### The Shift in ARC

- Moving from static grids to environments requiring planning, memory, and goal acquisition
- The gap between knowing stuff and figuring stuff out is closing.

### Paper Awards Section

- First place went to NVA RCI with 24%
- Second place went to the Architects using Recursive Self-Refinement
- Third place was Minds AI focusing on pure engineering.

![Screenshot at 00:00: Title card for the AI Podcast Daily episode, featuring the 'Become A Member Today!' graphic.](https://ss.rapidrecap.app/screens/Zr19vc6-8m8/00-00-00.jpg)
![Screenshot at 00:14: The speaker mentions the ARC Prize 2025 technical report dropped this morning, highlighting the substantial effort involved.](https://ss.rapidrecap.app/screens/Zr19vc6-8m8/00-00-14.jpg)
![Screenshot at 01:48: Visual representation of the ARC task structure: a grid of colored squares, illustrating the input/output format.](https://ss.rapidrecap.app/screens/Zr19vc6-8m8/00-01-48.jpg)
![Screenshot at 03:35: The speaker contrasts the winning model's slow, deliberate reasoning against the fast, superficial nature of standard LLM responses.](https://ss.rapidrecap.app/screens/Zr19vc6-8m8/00-03-35.jpg)
![Screenshot at 08:49: The hosts discuss the 'jagged intelligence' concept described in the report, which involves true exploration rather than rote memorization.](https://ss.rapidrecap.app/screens/Zr19vc6-8m8/00-08-49.jpg)
