AI News HubLIVE
In-site rewrite6 min read

What it Means to Be a Mathematician When AI Does the Math

This article explores how AI's rapid progress in mathematics challenges traditional research, prompting mathematicians to reassess their roles. It analyzes three potential futures: AI as a tool, a collaborator, or an autonomous oracle.

SourceIEEE Spectrum AIAuthor: Benjamin Skuse

--> Raven.config('https://[email protected]/147999').install(); AI in Mathematics Is Forcing Big Questions - IEEE Spectrum

Sign InJoin IEEE

What it Means to Be a Mathematician When AI Does the Math

Share

FOR THE TECHNOLOGY INSIDER

Enjoy more free content and benefits by creating an account

Saving articles to read later requires an IEEE Spectrum account

The Institute content is only available for members

Downloading full PDF issues is exclusive for IEEE Members

Downloading this e-book is exclusive for IEEE Members

Access to Spectrum 's Digital Edition is exclusive for IEEE Members

Following topics is a feature exclusive for IEEE Members

Adding your response to an article requires an IEEE Spectrum account

Create an account to access more content and features on IEEE Spectrum , including the ability to save articles to read later, download Spectrum Collections, and participate in conversations with readers and editors. For more exclusive content and features, consider Joining IEEE .

Join the world’s largest professional organization devoted to engineering and applied sciences and get access to all of Spectrum’s articles, archives, PDF downloads, and other benefits. Learn more about IEEE →

Join the world’s largest professional organization devoted to engineering and applied sciences and get access to this e-book plus all of IEEE Spectrum’s articles, archives, PDF downloads, and other benefits. Learn more about IEEE →

Close

Access Thousands of Articles — Completely Free

Create an account and get exclusive content and features: Save articles, download collections, and post comments — all free! For full access and benefits,

subscribe

to Spectrum.

CREATE AN ACCOUNTSIGN IN

What it Means to Be a Mathematician When AI Does the Math

Benjamin Skuse

5m

10 min read

Peter Adams

DarkBlue1

In the mid-noughties, when music by the Killers and Franz Ferdinand blared out of every pub and nightclub I passed, I spent my days and nights struggling through a Ph.D. in applied mathematics. My research focused on simulating how special light waves interact in liquid crystals and using simple equations to approximate and understand those interactions. When I look back at my thesis now, liquid crystal technology is old hat, and I imagine my work could be completed with AI assistance in a matter of days—maybe hours.

But the same cannot be said for the work of the pure mathematics Ph.D. students with whom I shared a cramped office at the University of Edinburgh. At the time, I felt sorry for these colleagues, who day after day sat at their desks, seemingly tearing their hair out and making no progress. (Though I was struggling too, I was at least always making some headway.) When we finished and went our separate ways, some hadn’t even published a paper.

Now, in hindsight, I finally understand why they toiled for years on abstract mathematical problems that only a handful of people in the world care about. It wasn’t arrogance, as I thought at the time; they weren’t trying to prove their superior intelligence by being the first to solve a seemingly intractable mathematical problem. It wasn’t even a form of masochism (which was my second guess)—penance for some imagined inadequacy. I realized they derived joy, satisfaction, and meaning from the long journey toward understanding.

Gluekit

“Sometimes, understanding just strikes you as being very beautiful.” —Jeremy Avigad, Carnegie Mellon University

“Sometimes, understanding just strikes you as being very beautiful. Sometimes it’s a feeling of accomplishment, like completing a marathon,” muses Carnegie Mellon University mathematician Jeremy Avigad. “But it’s not quite either of those: It’s just a wonderful feeling when you’ve been thinking long and hard about something complex, difficult, and then—all of a sudden—it just comes together.”

This feeling has driven mathematicians throughout history. Likewise, the way mathematicians pursue that feeling has changed little over the centuries. They notice or imagine links, patterns, or properties in numbers, shapes, or logical structures. From this, they write conjectures—unproven statements of their speculation. They or other mathematicians then use logical reasoning and the tools of mathematics in often creative ways to prove or disprove those conjectures. Finally, yet other mathematicians verify (or challenge) the proofs.

Invariably, this process requires a whole heap of thinking time. “I went to a pure maths camp with classes where we would sit with hard maths problems for half an hour and no one would say anything—everyone was just thinking,” says Krystal Maughan, a mathematician and computer scientist about to get her Ph.D. at the University of Vermont. “But then we would work together and kind of tease out the problem.”

This is the age-old joy of math in action. But today’s AI systems are starting to make inroads into bypassing this slow, deliberative process. Taking this trend to its logical conclusion, what happens if AI makes the mathematician’s struggle completely unnecessary? Might AI even sideline humanity completely?

AI’s Growing Role in Mathematics

For decades, computation has accelerated mathematical progress. This began 50 years ago, when mathematicians used a computer to prove the four-color theorem, which asks whether any map can be colored using no more than four colors, with no adjacent regions sharing the same color. The answer is yes, and the computer proved it, controversially, by checking 1,936 cases in a way no human could realistically verify.

Yet throughout this computational era, even in proofs relying on massive computational resources, the role of the human mathematician has remained central. Humans propose conjectures, guided by intuition. They devise strategies to prove them, guided by creativity and experience. And humans verify whether those proofs are correct.

Now AI is challenging the status quo. In just a few years, large language models (LLMs) have evolved from “stochastic parrots,” capable of little more than regurgitating basic mathematics scraped from the internet, into advanced mathematical reasoning machines.

Last summer, systems from Google DeepMind and OpenAI reached a level equivalent to the world’s most mathematically gifted high school students, achieving gold-medal status at the International Mathematical Olympiad. In this annual competition, contestants must solve six notoriously difficult problems from various areas of mathematics.

Earlier this year, Google DeepMind’s experimental AI system Aletheia achieved an even more significant milestone when it autonomously produced publishable Ph.D.-level research results. While the work itself is obscure mathematically—calculating structure constants in arithmetic geometry—the significance lies in the complex reasoning it displayed in tackling an unsolved mathematical problem. And more recently, a new general-purpose AI system from OpenAI disproved an important conjecture in combinatorial geometry. This result would have been worthy of publication in a major mathematics journal if humans had been the authors, and top mathematicians hailed the feat as a milestone for AI in mathematics, demonstrating independent, original, and sophisticated thinking.

Another shift has come from combining LLMs with mathematical tools known as proof assistants, which have been around for more than a decade. These systems—such as Isabelle, Lean, and Rocq—are specialized programming languages that check mathematical proofs step-by-step, verifying their logical correctness. Traditionally, mathematicians have had to translate their theorems and proofs into this machine-readable format by hand, a laborious process known as formalization. Now, LLMs are starting to remove this bottleneck, automating the translation of informal proofs into formal code that proof assistants can verify.

LEAN PROOF

/- Euclid’s theorem on the infinitude of primes. Here given in the form: for every n, there exists a prime number p ≥ n. -/ theorem exists_infinite_primes (n : ℕ) : ∃ p, n ≤ p ∧ Prime p := 1let p := minFac (n ! + 1) have f1 : n ! + 1 ≠ 1 := ne_of_gt have h1 : p ∣ n ! := dvd_factorial (minFac_pos _) h 3have h2 : p ∣ 1 := (Nat.dvd_add_iff_right h1).2 (minFac_dvd _) pp.not_dvd_one h2 ⟨p, np, pp⟩

Versions of such systems, sometimes called reasoning agents, are becoming highly sophisticated. In February, for example, the AI company Math, Inc. used its aspirationally named reasoning agent Gauss to formalize a proof that had earned the mathematician Maryna Viazovska, of EPFL, in Switzerland, a Fields Medal in 2022. Gauss first helped human mathematicians complete the formalization of Viazovska’s solution to the 8-dimensional sphere-packing problem in a matter of days, and then autonomously formalized the more complicated 24-dimensional case in just two weeks.

Such achievements suggest that AI is already capable of handling some mathematical tasks long considered uniquely human. As the technology advances, more of the day-to-day work of human mathematicians is likely to become fair game for AI.

Mathematicians Debate AI’s Role in Discovery

Gluekit

Human mathematicians could become “priests to oracles.” —Yang-Hui He, London Institute for Mathematical Sciences

In September 2025, I attended the 12th Heidelberg Laureate Forum—an annual conference that brings hundreds of young mathematicians and computer scientists together with their intellectual idols. AI dominated the conversation and, from the get-go, tension was in the air.

Speakers described a future in which superhuman AI mathematicians transcend human knowledge and capabilities: forming conjectures, searching solution spaces, proving conjectures, and finally verifying the proofs and generalizing the results, all without human involvement. If this future comes to pass, Yang-Hui He of the London Institute for Mathematical Sciences memorably declared, human mathematicians could become “priests to oracles.”

While such startling predictions were being voiced on stage, my gaze was drawn to the audience. Frowning, fidgeting, and exchanging furtive glances—the crowd’s unease was palpable. Trill White, a student at Australia’s Deakin University, later recalled sitting in that hall and thinking: “ ‘That’s devastating. What will people have to contribute to mathematics? Will it become something that no one understands?’ I did get a sense that this is going to change everything.”

Gluekit

“We certainly started realizing AI has the potential to replace us.” —Jessica Randall, Google Developer Groups

Jessica Randall, a South African mathematician for Google Developer Groups, says she sensed a collective existential dread rising among the young mathematicians. “I could feel everyone was worried, because they hadn’t thought that far ahead,” she says. “It was like a big bombshell that hit us, and we certainly started realizing AI has the potential to replace us.”

Some established mathematicians, including He, seem comfortable with AI taking on tasks that are currently the preserve of human mathematicians. That’s because they just want to know the answers to the biggest questions in mathematics—such as the six remaining Millennium Prize Problems—even if AI does it all. “A lot of mathematicians are pragmatic and just want to understand. They would sell their soul for the solution to a problem,” jokes Avigad. “Whatever it takes, right?”

But this “just want to know” camp is by no means the only faction: Most mathematicians do not hope or expect AI to replace them entirely. Instead, two broad alternatives are emerging. The first is a human-centric aspiration that prioritizes human understanding of mathematics and treats AI as a tool, much like a calculator. The second is a collaborative “teamwork makes the dream work” vision, where humans and AI work together to tackle problems neither could solve alone.

The Human Ro

[truncated for AI cost control]