← Latest papers
🤖 machine learning

Predicting Task Difficulty Without Rollouts

This paper proposes a method for predicting task difficulty directly from task descriptions without executing costly rollouts across 17 diverse agentic benchmarks, demonstrating that token-level entropy serves as a reliable predictive signal while exposing limitations in traditional metrics like AUC and revealing hidden environment flaws.

Original authors: Stefan Krsteski, Charlotte Meyer

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

Original authors: Stefan Krsteski, Charlotte Meyer

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 Crystal Ball Problem for Robot Brains

Imagine you are building a video game. Before you let players loose on a new, tricky level, you want to know: is this level too easy, too hard, or just right? In the world of artificial intelligence, specifically with "AI agents" (smart computer programs that can take actions like writing code or navigating websites), this question is a massive headache. Usually, to find out how hard a task is, you have to let the AI try it hundreds of times. This is like testing a new rollercoaster by riding it a thousand times just to see if it's too scary. It takes forever, costs a fortune in computer power, and slows down progress.

This paper lives in the corner of computer science where researchers try to predict how difficult a task will be before the AI even tries it. They are looking for a way to read the "recipe" of a task and guess the difficulty, rather than waiting for the AI to burn its fingers on the stove. The key idea they play with is entropy, which sounds fancy but is basically a measure of "surprise" or "confusion." If a computer reading a task description gets very confused and doesn't know what word to say next, that task might be hard. If it flows smoothly, the task might be easy. The researchers wanted to know: Can we use this "confusion meter" to predict difficulty without running the expensive tests?

The "No-Run" Crystal Ball

The authors, Stefan Krsteski and Charlotte Meyer from Andromede AI, decided to test if they could build a crystal ball for task difficulty. Instead of waiting for an AI to struggle through 17 different types of challenges—ranging from solving math problems to navigating the web—they tried to guess the difficulty just by looking at the text description of the task.

They gathered a massive dataset of over 5,000 tasks and watched how 497 different AI agents performed on them. First, they calculated the "real" difficulty by seeing how often the agents succeeded or failed. Then, they tried to predict that difficulty using only the task's text.

The Big Surprise: The "Confusion" Meter Works (Sort Of)
The team found that the best way to guess difficulty wasn't just counting how long the task description was or using a standard AI summary. Instead, the winner was token-level entropy. Imagine an AI reading a task sentence by sentence. At every single word, the AI has to guess what comes next. If the AI is very sure, it's easy. If the AI is torn between many possibilities and feels "uncertain," that's high entropy.

The researchers found that if they tracked this uncertainty as the AI read the task, they could predict difficulty with surprising accuracy. When they tested this on tasks similar to what they had seen before, their predictions matched the real difficulty about 40% of the time (a correlation of 0.399). That's not perfect, but it's a huge leap from random guessing. However, when they tried to predict the difficulty of brand new types of tasks they had never seen, the accuracy dropped to about 22%. It's like a student who aced the practice test but stumbled a bit on the real exam; the method works, but it hasn't mastered the art of generalizing to the unknown yet.

The "AUC" Trap
One of the paper's most important warnings is about a popular way of measuring success called "AUC." The authors show that AUC can be a liar. They explain that AUC can look very high even if your difficulty predictions are terrible, as long as you can tell the difference between a smart AI and a dumb AI. It's like grading a test where you get a high score just for knowing who is smart, without actually knowing which questions are hard. The paper argues we need to stop using AUC for this specific job and use ranking methods instead, which actually tell us if we can order tasks from easy to hard correctly.

Finding Hidden Flaws
The most playful and useful part of their discovery is what happens when the prediction doesn't match reality. The authors call this the "residual."

  • If the AI predicts a task is easy, but the agents fail miserably, the task might be broken or impossible (like a math problem with a typo that makes it unsolvable).
  • If the AI predicts a task is hard, but the agents breeze through it, the task might be contaminated (meaning the AI has seen the answer before, such as prior exposure to the solution).

By looking at the gap between what they expected and what actually happened, they found they could spot these hidden issues. For example, they looked at a specific coding task that was supposed to be hard but was actually easy because the answer was leaked; their method flagged it immediately.

The Bottom Line
This paper suggests that we can indeed peek into the future of AI difficulty without running expensive simulations, using the "confusion" level of the AI as our guide. It's not a magic wand that solves everything perfectly, especially for totally new types of problems, but it's a powerful tool. It allows designers to spot broken tasks or opportunities for prior exposure before they waste millions of dollars on testing. As AI gets smarter and tasks get longer and more complex, having a way to guess the difficulty upfront might be the only way to keep the whole system from getting stuck in a loop of endless, expensive trial-and-error.

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 →