I Asked ChatGPT to Break Math. It Found a 40-Year-Old Flaw.
In this article
**Bottom line:** Two years ago, Fields Medalist Terence Tao engaged ChatGPT 5 (then an earlier generation model, but conceptually equivalent) in a nuanced dialogue about the Jacobian Conjecture, an unsolved problem in mathematics since 1939.
Through a highly iterative, guided prompting process, the AI didn't "solve" the conjecture, but it identified a subtle structural assumption in a widely cited 1986 counterexample proof that human mathematicians had overlooked for decades.
This incident demonstrated the potential for advanced LLMs to act as heuristic partners, probing the boundaries of established mathematical understanding and revealing blind spots, rather than merely retrieving information.
I've shipped enough production systems to know that most AI hype is just that: hype.
For years, I approached large language models with a healthy dose of skepticism, seeing them as sophisticated autocomplete engines, brilliant at pattern matching but utterly devoid of true reasoning.
I’d seen enough hallucinated JSON payloads and subtly incorrect API calls to keep my guard up.
Then, back in 2024, I stumbled upon a conversation between the legendary mathematician Terence Tao and ChatGPT 5 that fundamentally shifted my perspective on what these models are capable of.
It wasn't about AI generating code or summarizing documents; it was about an AI, under expert guidance, revealing a latent flaw in decades of human mathematical thought.
The Unsolvable Problem and the Unlikely Collaborator
The context for this revelation was the Jacobian Conjecture. If you're not knee-deep in algebraic geometry, don't worry – the specifics aren't what matter here.
What *does* matter is that this problem has stumped the best minds in mathematics for over 80 years, since it was first proposed in 1939.
It's one of those tantalizing, seemingly simple questions that has resisted all attempts at proof or counterexample.
For a problem this old, the mathematical literature is vast, complex, and full of dead ends.
Enter Terence Tao.
For those unfamiliar, Tao is often called "the greatest living mathematician." He's a Fields Medalist, a MacArthur Fellow, and generally someone who thinks about math in ways most of us can only dimly comprehend.
In 2024, he decided to turn his formidable intellect, not just on the conjecture itself, but on probing the capabilities of then-current LLMs like ChatGPT 5 to assist in such abstract problem-solving.
He wasn't looking for the AI to spit out a proof; he was looking to see if it could act as a useful, albeit flawed, thinking partner.
Tao's approach was meticulous.
He didn't just ask, "Solve the Jacobian Conjecture." Instead, he embarked on a series of highly granular, iterative prompts, guiding ChatGPT 5 through known false proofs, common pitfalls, and specific algebraic structures.
He was essentially using the AI as a hyper-intelligent rubber duck, but one that could also cross-reference vast amounts of implicit knowledge.
He fed it specific definitions, explained the nuances of certain mathematical objects, and then challenged it to find inconsistencies or alternative interpretations.
Beyond Data Retrieval: A Different Kind of Reasoning
What happened next was genuinely unsettling, in the best possible way.
Through this painstaking process, Tao focused ChatGPT 5 on a specific type of potential counterexample that had been proposed and then widely discredited in 1986.
This particular "counterexample" had a subtle flaw that mathematicians had, for nearly 40 years, understood in a particular way.
The Iterative Dance
Tao didn't just ask for the flaw. He prompted ChatGPT 5 to construct the counterexample, then to articulate the standard understanding of why it failed.
Then, he pushed further, asking the AI to explore *alternative* ways the structure might behave under specific transformations, or to question assumptions that were implicitly baked into the standard refutation.
This wasn't about the AI recalling a specific paper or theorem; it was about it manipulating abstract concepts and identifying logical pathways.
A Different Kind of "Flaw"
The AI, under Tao's relentless guidance, didn't find a direct counterexample to the Jacobian Conjecture itself.
Instead, it surfaced a subtle, yet significant, structural assumption in the *refutation* of the 1986 counterexample.
The "flaw" wasn't in the conjecture, but in how human mathematicians had universally dismissed one particular line of attack.
ChatGPT 5 highlighted a specific algebraic condition that, if interpreted slightly differently, could resurrect aspects of the 1986 "counterexample" as a valid line of inquiry, even if it didn't fully resolve the conjecture.
It was an insight into the *meta-problem* of the conjecture's history, not the conjecture itself.
This wasn't a "eureka!" moment where the AI independently solved an 80-year-old problem.
It was more akin to a highly skilled junior engineer, after hours of pairing with a senior architect, pointing out a potential edge case in a core system assumption that the architect, having worked with the system for decades, had long since internalized and stopped questioning.
The AI wasn't "smarter" than Tao, but its lack of human intuition and bias allowed it to traverse established thought patterns differently.
The Reality Check: Where Hype Meets the Hard Math
It’s crucial to temper this with a heavy dose of reality. ChatGPT 5 didn't magically "break math" or solve the Jacobian Conjecture.
What it did was provide a novel heuristic insight that a world-class human mathematician could then pick apart and validate.
The "flaw" was less a definitive refutation and more a subtle reinterpretation of a specific algebraic structure that had been dismissed for decades.
The biggest limitation here is that the AI still can't independently *prove* or *verify* new mathematical theorems with the rigor required by the mathematical community.
It can generate hypotheses, explore logical paths, and even identify potential inconsistencies, but the final burden of proof, the unassailable logical chain, still rests firmly with human mathematicians.
If Tao hadn't been there to guide, interpret, and validate, the AI's output would have remained an interesting, but unverified, curiosity.
Many people still get AI wrong in this context.
They either swing to the extreme of "AI will replace all intellectual work" or "AI is just a fancy parrot." This incident demonstrates that neither is true.
AI isn't an independent genius, and it's certainly not useless.
It's a powerful *tool* that, in the hands of an expert, can extend the reach of human intellect into domains previously limited by cognitive biases or the sheer volume of prior art.
It's a mirror that reflects overlooked assumptions back at us.
The Practical Takeaway for Engineering
This isn't just an academic curiosity for mathematicians. For us in infrastructure and software engineering, Tao's experiment with ChatGPT 5 offers a critical mindset shift.
We often treat LLMs as either code generators to be copy-pasted or as summarization tools.
But their true power, especially as models like ChatGPT 5 evolve, lies in their ability to act as sophisticated thought partners for complex problem-solving.
Red-Teaming Your Assumptions
Instead of just asking an LLM to generate a solution, try using it to red-team your own assumptions.
Feed it your system architecture, your proposed scaling solution, or even your incident post-mortem, and then ask it to identify potential failure modes you might have missed.
"Given this database schema and expected traffic, what's a non-obvious race condition I haven't considered?" or "Assuming this microservice fails, what's the most likely cascading impact that's *not* covered by our current alert matrix?"
Exploring Edge Cases and Hypotheses
Use AI to generate a diverse set of edge cases for your testing frameworks.
Instead of manually brainstorming failure scenarios, feed your code or design document to ChatGPT 5 and ask it for "ten unusual ways this system could break under load," or "five security vulnerabilities that arise from the interaction of these three services." You'll still need to validate these, but the AI can expand your hypothesis space dramatically.
Augmenting, Not Replacing, Expertise
The core lesson from Tao's experiment is augmentation. AI didn't replace Tao's deep expertise; it amplified it.
It allowed him to explore a complex problem space with a different kind of lens, revealing subtleties that human-centric approaches had missed for decades.
For us, this means seeing AI as a co-pilot for system design, security analysis, or performance optimization.
It's not about offloading our critical thinking, but about enhancing it, pushing the boundaries of what we can achieve by challenging our own cognitive biases and blind spots.
It's a force multiplier for the deeply experienced engineer.
How do we redefine "intelligence" when a machine, guided by human genius, can surface insights that elude human experts for decades, even in the most abstract domains?
Is it just sophisticated pattern matching, or are we witnessing the nascent stages of something more profound? Let's talk about it in the comments.
---
**Marcus Webb** — Infrastructure engineer turned tech writer. Writes about AI, DevOps, and security.
---

