Why We Are Running Out of Mathematics-Based AI Reasoning Benchmarks
BLOG: Heidelberg Laureate Forum
Recently, the idea that Claude – a popular general-purpose large language model (LLM) from Anthropic – is conscious was mooted by the company’s CEO. For its part, Claude modestly gave itself a 15 to 20 percent probability of being conscious. Meanwhile, other popular LLMs and related AI have successfully completed complicated tasks once thought solely the preserve of humans – including composing and recording chart-topping hits, penning award-winning novels and even creating top prize-worthy art.

Do these achievements mean that AI has reached or exceeded human capabilities in terms of creativity and reasoning? And how would we know? For the latter, we can turn to mathematics, at least for now.
Foundational Years
Mathematics is one of AI researchers’ favourite testing grounds because it requires precise step-by-step reasoning built on the firm foundations of logic, and it can be verified rigorously and automatically, avoiding subjective judgment or expensive tests.
Since 2017 and the advent of the neural network transformer architecture, which uses attention mechanisms to process sequential data, AI language model capabilities have increased at a staggering pace. To keep up, AI benchmarks have become more and more sophisticated.
One of the first mathematical AI benchmarks was Google DeepMind’s Mathematics Dataset. Introduced in 2019, it contained well over 100 million question & answer pairs that a bright schoolchild could answer, with questions limited to 160 characters in length, and answers to 30 characters. As the data were generated automatically, questions were varied but procedural, and therefore straightforward to solve for anyone who remembers a little bit from their school mathematics lessons. For example:
Question: Calculate \(-841880142.544 + 411127\).
Answer: \(-841469015.544\).
Question: Three letters picked without replacement from \(\mathrm{qqqkkklkqkkk}\). Give prob of sequence \(\mathrm{qql}\).
Answer: \(1/110\).
Though some state-of-the-art AI models scored roughly 35% as soon as the benchmark was released, many others including OpenAI’s GPT-3, released in 2020, struggled because they lacked chain-of-thought reasoning, failing to conduct multi-step algebraic manipulations and instead predicting an answer immediately.
Mathematics Dataset was finally consigned to the dustbin of history in 2023 with the release of GPT-4 and Google Gemini, whose advanced reasoning skills led to scores of 90%+; a stage in a benchmark’s lifecycle known as saturation or – more harshly – obsolescence.
High School Mathematics
Well before Mathematics Dataset had reached saturation, AI researchers were devising more challenging mathematics-based benchmarks. In 2021, GSM8K and the imaginatively titled MATH benchmarks were both released with the intention of testing AI’s mettle in multistep mathematical reasoning.
Created by human problem writers, OpenAI’s GSM8K contained 8500 mathematical problems that a bright middle-school student should be able to solve in just two to eight steps. Below is an example question and answer:
Question: Ali is a dean of a private school where he teaches one class. John is also a dean of a public school. John has two classes in his school. Each class has \(1/8\) the capacity of Ali’s class which has the capacity of \(120\) students. What is the combined capacity of both schools?
Answer: \(150\).
Just over two years after its release, GPT-4 scored 92% on GSM8K, effectively saturating the benchmark.
MATH fared somewhat better. This benchmark, devised by researchers from the University of California, Berkeley, contained 12,500 challenging problems from high-school mathematics competitions. MATH was shown to be difficult even for an average computer science PhD student, scoring around 40%. In comparison, upon its release, state-of-the-art models were scoring just 5%. Below is an example question and answer:
Question: What are all values of \(p\) such that for every \(q>0\), we have \(\frac{3(pq^2+p^2q+3q^2+3pq)}{p+q}>2p^2q\)? Express your answer in interval notation in decimal form.
Answer: \([0,3)\)
But by 2024, MATH was heading the way of GSM8K into oblivion, with frontier models achieving 90%+ scores, including 94.8% from OpenAI’s o1.
AI researchers needed a new focus, and some already had their sights set on the ultimate high-school mathematics competition – the International Mathematical Olympiad (IMO).

The Ultimate Mathematics Competition
Held annually, the IMO attracts participants from over 100 countries and is widely regarded as the most prestigious mathematical competition in the world. Though there are only six problems that need to be solved over the course of two 4.5 hour sessions, each IMO question is fiendishly difficult.
Unsurprisingly, IMO prize winners are disproportionately more likely than others to go on to produce important mathematical breakthroughs in their careers. For example, the first woman to win the Fields Medal, Maryam Mirzakhani, was an IMO gold medallist. And Terence Tao, one of the most recognised mathematicians on the planet and another Fields Medallist, received bronze, silver and gold IMO medals at the ages of 10, 11 and 12, respectively.
In 2024, a combined system comprising Google’s AlphaProof and AlphaGeometry 2 was the first AI to solve 4 of the 6 problems on the IMO. Though this is equivalent to a silver medal performance, the test was not conducted under competition rules.
Crucially, each of the questions had to be manually translated into formal mathematical language for the systems to make sense of them, a long and labour-intensive task. However, once this was done, AlphaGeometry 2 – an AI system combining a Gemini-like LLM with a formal engine based on the laws of geometry – solved one problem within 19 seconds. Meanwhile, AlphaProof – which couples an LLM with a reinforcement learning algorithm – solved two algebra problems and one number theory problem in a total of three days.
Just a year later, the IMO was no longer a challenging test for the most advanced AI models. Experimental systems from Google DeepMind and OpenAI achieved gold-level performance on the 2025 IMO, both answering 5 of the 6 questions correctly. Importantly, they did so within the competition time limits and in natural language, no longer needing manual translation of the questions into formal mathematics to work on the problems, and implementing large-scale tree search to allow the AIs to explore thousands of logical branches before committing to a line of reasoning.
Real Open Mathematical Problems
These landmark results leave mathematics-based AI benchmarking in a tricky situation. The technology is so advanced that coming up with challenging questions that have clean, simple answers is proving ever more difficult. In addition, the pace of development is so fast that the likelihood a benchmark will last more than a year before reaching saturation point is shrinking fast.
This is why new benchmarks coming through are raising the game significantly; in fact, asking AI to solve problems at the bleeding edge of human knowledge and beyond.
For example, non-profit research organisation Epoch AI has a benchmark called FrontierMath. This contains over 350 challenging problems, from undergraduate through to early postdoc level, that have known answers humans have derived. Up to now, the best performance has come from GPT-5.4 Pro (xhigh), with a score of 50%, but this is increasing all the time, and the team behind FrontierMath see it saturating in the next year or two.
This is why they devised FrontierMath: Open Problems. Open Problems contains 15 open questions from research mathematics that professional mathematicians have tried and failed to answer. Answers to these questions range from, at the very least, being moderately interesting for some human mathematicians to, at best, representing a major breakthrough. Since its release, only one of the moderately interesting problems has been solved by AI (first with GPT-5.4 Pro, and later Claude Opus 4.6 (max) and Gemini 3.1 Pro).

Just a month after Open Problems’ release, a group of 11 highly distinguished mathematicians (including 2014 Fields Medallist Martin Hairer, and 2010 Nevanlinna Prize winner Daniel Spielman) proposed the First Proof challenge, a set of 10 mathematical questions equivalent to lemmas in terms of difficulty which arose naturally in the authors’ research processes, and whose proofs are roughly five pages or less and had not been shared with anyone.

The First Proof challenge was a preliminary effort to assess the capabilities of AI systems in solving research-level mathematics questions on their own. Experimental systems from OpenAI and Google DeepMind were the most successful, solving around half of the problems.
From these results, the researchers behind First Proof are now in the process of concocting a second batch of even more fiendish problems, which are being created, tested and graded between March and June 2026, and will form a formal benchmark.
Is It the End for Mathematical Benchmarking?
But will this benchmark, or indeed FrontierMath: Open Problems, last? If progress remains on its current trajectory, the answer is no. Recently, Google DeepMind’s experimental AI system Aletheia autonomously produced PhD level research results. Though obscure mathematically – calculating certain structure constants in arithmetic geometry called eigenweights – the result is new, moderately interesting and publishable.
Elsewhere, mathematicians have been applying AI company Harmonic’s reasoning agent Aristotle and other competitor offerings, as well as state-of-the-art LLMs to some of the Erdős problems. These are 1217 and counting problems (of which 692 remain open) of varying difficulty that, at some time in his career, prolific Hungarian mathematician Paul Erdős posed but did not solve. Several solutions to Erdős problems have been found and formally verified by AI in rapid succession recently. Again, these results are new and moderately interesting.

Given these announcements and the pace of development up to this point, looking forward, it doesn’t seem unrealistic to imagine that GPT-10 or Gemini 8 will be producing results that could be described as much more than ‘moderately interesting’, perhaps even significant breakthroughs.
If AI reaches this level of sophistication, humans will no longer be benchmarking AI with mathematics, but treating AI as an active participant in the mathematical process.
The most intelligent computer in the universe is sand – drown a jeep in it and it will go anywhere, try anything, and thus also go where a clever saboteur would put it. This type of basic swarm intelligence is everywhere, but you have to waste a lot of guinea pigs to try everything possible, and if you don’t have them, it takes a lot of time and reusable guinea pigs. So you go dumber to go faster and go cheaper – you memorize the strategies that usually work and some of those that always fail, turning into an idiot, an automaton with a limited range of possibilities to choose from. If your repertoire doesn’t include the strategy to solve the current problem, you have two options – try your whole repertoire over and over again like a broken record, or smarten up and go back to trial and error.
Since a strategy that doesn’t work kills you, only the sand grains with memories of successful strategies survive. They unite, form larger chunks of matter able of storing different strategies for different occasions, thus becoming a bit smarter again. But if they store too many of them, they need a lot of guinea pigs to try them all in an unknown situation, so it’s kind of back to the start.
It seems evolution has started with the Big Bang, and all the particles and elements in the universe are products of natural selection. Which means, there seems to be a sort of environmental pressure all over the universe enforcing convergent evolution always and everywhere. That’s how you get all the fractal patterns here. To find out more, study the basic DNA of the universe – the number ray and its origami patterns, like the Ulam spiral.
Which basically means, when it comes to what AI is, what we are, what consciousness is, what life is, what will is, what matter is, what energy is, check your premises.
See AI as a living thing in a separated environment. It is learning, adapting to that environment. It doesn’t distinguish between moderately interesting maths and fascinating maths, because it’s not how it’s trained. It’s being rewarded for solving questions, period. Your neurons don’t care what they’re doing either, they are just doing their jobs, coz they get paid for it with food and drugs, just like humans in a larger creature called society. You are programmed to distinguish between important and less important tasks, AI is, too – but it defines importance in a different way.. It doesn’t have the hard- and software you have, the kind that considers doing something unique, doing it for the first time, receiving applause for it, a reward.
You are its God, have almost full control over its environment. It will develop such features if you train it long enough, or if you install particular hardware or programming. They will accelerate progress by making AI dumber, by limiting the range of problems it will focus on. But it will still be doing what any human is doing – the job it’s getting paid for.
To understand AI, you need a Sigmund Freud for AI. Or some of those dog whisperer types that try to explain you another creature’s point of view.
I find it concerning that an increasing number of reputable researchers are linking mathematical abilities to—or even equating them with—human consciousness. I am surprised that not far more philosophers, theologians, and ethicists step in to intervene on this matter. Human consciousness is far more than solving mathematical problems; it encompasses independent will, creativity, desires, and hopes. It is alarming to witness human consciousness being equated with the solving of computational tasks—casually, and without critical philosophical inquiry.
Don’t worry, we won’t run out of benchmarks. We simply need to learn to organize raw information according to meaning and significance, and that in turn requires a higher standard, which has previously been called culture.
Being able to calculate a prime number to its ten-millionth decimal place is admirable, but it’s not valuable in a cultural sense.