← Latest papers
🤖 AI

Agentick: A Unified Benchmark for General Sequential Decision-Making Agents

The paper introduces Agentick, a unified benchmark featuring 37 procedurally generated tasks across diverse modalities and difficulty levels to enable fair comparison and drive progress in sequential decision-making for RL, LLM, VLM, hybrid, and human agents.

Original authors: Roger Creus Castanyer, Pablo Samuel Castro, Glen Berseth

Published 2026-05-11
📖 4 min read☕ Coffee break read

Original authors: Roger Creus Castanyer, Pablo Samuel Castro, Glen Berseth

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.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

Imagine you are trying to figure out who is the best "problem solver" in the world. You have three very different types of contestants:

  1. The Blank Slate: A robot that knows nothing and has to learn everything by trial and error (like a baby learning to walk).
  2. The Encyclopedia: A super-smart computer that has read almost the entire internet but has never actually done anything in the real world.
  3. The Hybrid: A mix of both.

The problem? Until now, we couldn't fairly compare them. It's like trying to compare a marathon runner, a chess grandmaster, and a swimmer by asking them all to "run a race." The swimmer would drown, and the chess player would get lost.

Enter "Agentick."

The authors of this paper have built a new, universal testing ground called Agentick. Think of it as a massive, procedurally generated "obstacle course" designed specifically so that any type of AI can compete on the same playing field.

The Obstacle Course (The Benchmark)

Agentick isn't just one game; it's a collection of 37 different mini-games (like mazes, puzzles, and treasure hunts) that get progressively harder. These games test six specific skills:

  • Navigation: Can you find your way?
  • Planning: Can you think ahead?
  • Reasoning: Can you solve logic puzzles?
  • Memory: Can you remember what happened 10 steps ago?
  • Generalization: Can you adapt to a new rule?
  • Teamwork: Can you work with (or against) others?

The Universal Translator (The Interface)

Here is the magic trick: Agentick speaks five different languages at the same time for every single moment in the game.

  • For the "Blank Slate" (RL): It shows a pixelated video game screen (like an old-school arcade game).
  • For the "Encyclopedia" (LLMs): It shows a text-based map using ASCII characters (like # for walls and . for empty space) or a written description.
  • For Humans: It shows a 3D-style view.

This ensures that no one is cheated. The "Encyclopedia" doesn't have to guess what the pixels mean, and the "Blank Slate" doesn't have to read a novel to understand the rules. They all see the exact same state of the world, just in the format they are best at.

The Results: Who Won?

The researchers ran over 90,000 games to see who performed best. Here is what they found, using simple analogies:

  1. No Single Hero: There is no "best" AI. It depends on the task.

    • The Blank Slate (RL) was amazing at Planning and Teamwork. It learned the exact mechanics of the game through repetition and became a master tactician.
    • The Encyclopedia (LLMs) was great at Navigation and Generalization. Because it had read so much, it could guess the right path in a new maze without needing to practice first.
    • The Verdict: Even the smartest AI (GPT-5 mini) only reached about 30% of the "perfect score." There is still a huge gap between what AI can do today and what it should be able to do.
  2. The "Thinking" Trick: How you ask the AI to think matters more than how big the AI is.

    • When the researchers told the LLMs to "think step-by-step" (a method called Chain-of-Thought) before acting, their performance tripled or even multiplied by ten. It's like telling a student, "Don't just guess; write down your logic first." Suddenly, they solve the puzzle much better.
  3. Short & Sweet is Better: For AI trying to navigate a map, text grids (ASCII) worked better than long, fancy descriptions.

    • Imagine trying to give someone directions. A simple map with symbols (# = wall, . = path) is often easier for a computer to process than a paragraph of text saying, "You are standing in a room with a wall to your left..." The compact symbols were more efficient for spatial reasoning.

Why This Matters

The paper argues that to build truly capable, autonomous agents (robots or software that can do things on their own), we need to stop treating these different types of AI as separate worlds. Agentick provides the common ground to see where each type shines and where they fail.

It suggests that the future of AI isn't just about making bigger models or training them longer; it's about combining the "learning by doing" of the Blank Slate with the "world knowledge" of the Encyclopedia, all while using the right "prompting" (instructions) to get the best out of them.

In short: Agentick is the first fair referee that can judge a chess player, a swimmer, and a runner in the same arena, proving that while we have made progress, we are still far from building the perfect autonomous agent.

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 →