← Latest papers
🤖 AI

AGI Maze as a Benchmark Framework for World-Modeling Agents

The paper introduces AGI Maze, a lightweight grid-based benchmark framework designed to expose the inability of current large language models to construct persistent, manipulable world-state representations required for solving partially observable, stateful tasks, even when provided with working memory mechanisms.

Original authors: Alexey Potapov

Published 2026-07-02
📖 5 min read🧠 Deep dive

Original authors: Alexey Potapov

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

The Big Idea: Why "Smart" Chatbots Get Lost in a Maze

Imagine you have a very smart friend who can write poetry, solve math problems, and tell jokes. This friend is like a Large Language Model (LLM). They are amazing at predicting what word comes next in a sentence.

However, the paper argues that if you put this friend in a dark, twisting maze where they can only see the wall right in front of them, they get lost. They might guess the next step, but they can't build a mental map of the whole maze in their head. They are great at finishing a story, but bad at simulating a world.

To prove this, the authors created a new test called AGI Maze.


What is AGI Maze? (The "Text-Based Video Game")

Think of AGI Maze as a video game you play entirely through text messages.

  • The Setup: You are in a grid (like a checkerboard). You have a start point, a treasure chest, a key, and an exit.
  • The Catch: You cannot see the map. You don't know where the walls are. You only know where you started.
  • The Gameplay: You type "Go Right." The game replies, "You hit a wall." Then you type "Go Down." The game says, "You found a key!"
  • The Goal: You have to figure out the layout of the maze, find the key, open the chest, and escape—all while remembering where you've been and where the walls are, without ever seeing a picture.

Why is this hard?
The maze has "tricks" to make it even harder:

  1. Rivers: If you step on a river, you get swept away downstream automatically, but the game doesn't tell you which way the water flows. You have to guess.
  2. Pits: If you fall in a hole, you might pop up in a different part of the maze entirely.
  3. Time Limit: You only have a certain number of steps to finish. If you wander aimlessly, you run out of time.

The Experiment: Can AI Solve It?

The authors tested several popular AI models (like GPT-4o and Gemini) on these mazes. They treated the AI like a human player who only has the text descriptions to go on.

The Results were surprising:

  • The "Vanilla" AI: When the AI just tried to guess the next move based on the chat history, it failed miserably. On small mazes, it often did worse than a computer program that just picks a random direction (a "random-walk").
  • The Problem: The AI wasn't building a map in its "mind." It was just guessing the next word based on the last few sentences. It couldn't hold a stable picture of "where I am" and "where the walls are."

The "Notebook" Trick

The authors realized that humans can't solve a complex maze without a pencil and paper. We draw the map as we go. So, they gave the AI a "notebook" (by letting it write notes in its own chat history before making a move).

  • The Setup: Before the AI says "Go Right," it first writes a note: "I am at the bottom left. I went up and hit a wall. I think the key is to the right."
  • The Result: This helped the stronger AI models significantly. They went from failing to solving about 60-70% of the mazes.
  • The Catch: Even with the notebook, the AI still struggled. It didn't naturally build a perfect, structured map. It just wrote messy notes. And for the smaller, less powerful AI models, the notebook trick didn't help at all—they still got lost.

What Does This Tell Us?

The paper concludes with a few key takeaways:

  1. Prediction vs. Understanding: Current AI is great at predicting the next word in a sentence (like finishing a story), but it is bad at simulating a changing world (like navigating a maze). It doesn't naturally keep a "mental model" of reality.
  2. Memory is Hard: Just giving the AI a long list of past messages (its "memory") isn't enough. It needs to actively organize that information into a map or a plan, which it currently struggles to do on its own.
  3. The Test is a Tool, Not a Final Score: The authors aren't saying "AI is useless." They are saying, "Here is a specific tool (AGI Maze) to show us exactly where AI is failing." It highlights that to build truly smart agents, we need to teach them how to build and use internal maps of the world, not just how to chat.

The Analogy Summary

  • Current LLMs are like a tour guide who has memorized a script. If you ask them to describe a city they've never visited, they can guess the words, but if you ask them to navigate a blindfolded maze, they stumble because they don't have a map.
  • AGI Maze is the blindfolded maze test.
  • The "Notebook" is giving the tour guide a pen and paper. It helps them a little, but they still aren't natural cartographers.

The paper argues that for AI to become truly intelligent (AGI), it needs to learn how to draw its own maps and update them as it explores, rather than just guessing the next sentence.

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 →