← Latest papers
🤖 AI

Explore Before You Solve: The Speed--Depth Trade-off in Epistemic Agents for ARC-AGI-3

This paper critiques the ARC-AGI-3 public benchmark for being solvable by trivial non-intelligent strategies due to a speed-depth trade-off vulnerability, and proposes the AERA agent, which employs an adaptive "explore-before-solve" framework to achieve superior performance by balancing action efficiency with information gain.

Original authors: Liew Keong Han

Published 2026-05-26
📖 6 min read🧠 Deep dive

Original authors: Liew Keong Han

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: The "Guessing Game" Problem

Imagine you walk into a room with a locked box. You don't know the combination, and you don't know what the box does. You have a limited number of tries to open it. If you guess the wrong code too many times, you lose.

This is exactly how the ARC-AGI-3 benchmark works. It puts an AI in a new, unknown game and asks it to figure out the rules and the goal just by playing. The AI is scored on efficiency: if a human takes 10 steps to solve it, and the AI takes 20, the AI gets a very low score. If the AI takes 100 steps, it gets almost zero credit.

The paper argues that current AI systems are terrible at this because they try to solve the puzzle immediately without exploring it first. They guess the answer based on a hunch, and if they are wrong, they waste all their turns.

The Core Discovery: The Public Games Were "Broken"

Before building their solution, the authors did something surprising: they tried to solve all 25 public games using the "dumbest" strategies possible.

They found that every single one of the 25 public games could be beaten without any intelligence at all.

  • The "Magic Button": For 18 games, simply pressing a specific button (or clicking a specific spot) that causes a computer error (a "crash") tricks the system into thinking you won.
  • The "Spam" Strategy: For 8 games, you just have to press the same button 50 to 200 times in a row.
  • The "Blind Guess": For the remaining games, a random guess or a single probe works.

The Takeaway: The public test is flawed. It cannot tell the difference between a super-intelligent robot and a robot that just got lucky or is spamming buttons. The real test is the private set of 55 games, which we can't see yet.

The Solution: AERA (The "Curious Detective")

Since the public games were too easy to trick, the authors built a new AI agent called AERA to see if it could actually learn to explore properly. They designed it to act like a human detective rather than a guessing machine.

AERA follows a three-step process, which they call the Speed–Depth Trade-off:

  1. EXPLORE (The "Probe" Phase):

    • Analogy: Imagine you are in a dark room. Instead of running blindly toward a door you think is there, you first tap the walls with a stick to see where the obstacles are.
    • How it works: AERA takes a few small, safe actions just to see what happens. It asks, "If I do this, what changes?" It builds a mental map of the rules.
    • The "Budget": The authors found that spending about 40% of your total allowed moves just exploring is the sweet spot. If you explore too little, you guess wrong. If you explore too much, you run out of moves before you can actually solve the puzzle.
  2. VERIFY (The "Double-Check" Phase):

    • Analogy: You think the door is behind the bookshelf. Before you run to it, you peek around the corner to make sure you aren't wrong.
    • How it works: AERA tests its best guess with a few specific actions to see if it holds up. If the guess fails, it goes back to step 1.
  3. PLAN (The "Sprint" Phase):

    • Analogy: Now that you know the layout, you sprint to the door.
    • How it works: Once AERA is confident, it stops exploring and executes the solution quickly to maximize its score.

The Results: Why "Dumb" AI Fails

The authors tested this "Curious Detective" (AERA) against two other types of AI:

  1. The Random AI: Just presses buttons randomly. (Score: 0)
  2. The "No-Explore" AI: Tries to solve the puzzle immediately without checking anything first. (Score: 0)

Why did the "No-Explore" AI fail?
Because it didn't have a map. It tried to plan a route through a maze it had never seen. It got stuck immediately.

How did AERA do?

  • On a small test of 5 games, AERA solved 2 of them (a huge improvement over 0).
  • On the full set of 25 public games, AERA solved 4 of them.
  • Crucially, AERA achieved a score of 0.21, while the "dumb" strategies scored 0.00.

This proves that exploration is the missing ingredient. The AI didn't need to be "smarter" in terms of raw brain power; it just needed to be more curious.

The "Speed vs. Depth" Metaphor

The paper introduces a concept called the Speed–Depth Trade-off.

  • Speed: How fast you finish the puzzle (fewer moves).
  • Depth: How much you learn about the rules with each move.

The authors argue that the scoring system (RHAE) punishes you quadratically for being slow. This means if you take twice as many steps as a human, you don't just get half the points; you get one-quarter the points.

To get a good score, you have to be on the "Pareto Frontier"—the perfect balance where you learn just enough (Depth) to stop wasting time, but not so much that you run out of moves (Speed). AERA tries to find this perfect balance automatically.

The "Model Size" Surprise

The authors found something weird about the size of the AI brain:

  • Small Brain (0.5B parameters): When forced to explore, it actually did better than when it tried to plan immediately. It was "dumb" enough to accidentally hit the right button by trying random things.
  • Big Brain (1.5B parameters): When forced to explore, it did worse than when it just guessed. It was "too smart" and confident in its wrong guesses, so it didn't try enough random things to find the lucky break.

Lesson: Being smarter doesn't always mean being better at exploring. Sometimes, a little bit of "confusion" helps you find the right answer faster in a totally new world.

Summary

  1. The Problem: Current AI benchmarks are too easy to "cheat" on, and AI systems are too eager to guess without learning the rules first.
  2. The Fix: Build an AI that pauses to explore (like tapping a dark room with a stick) before it commits to a solution.
  3. The Result: This "Explore-then-Solve" approach allows even small AI models to solve puzzles that "smart" but impatient models cannot.
  4. The Reality Check: The public test games were so simple that even a "crash bug" or "spamming a button" could win. The real test of intelligence is still the hidden, private set of games where these tricks won't work.

The paper concludes that true intelligence isn't just about knowing the answer; it's about knowing how to find the answer when you start with nothing.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →