Skip to main content
MindStudio
Pricing
Blog About
My Workspace

OpenAI Solved a 78-Year-Old Math Problem: What It Means for AI Reasoning

An OpenAI general-purpose model disproved the Erdős unit distance conjecture. Learn what this cross-disciplinary breakthrough reveals about AI reasoning.

MindStudio Team RSS
OpenAI Solved a 78-Year-Old Math Problem: What It Means for AI Reasoning

A 78-Year-Old Problem No Human Had Solved

In 1946, the Hungarian mathematician Paul Erdős posed a deceptively simple question: given n points scattered in a flat plane, what is the maximum number of pairs of those points that can be exactly one unit apart?

It sounds like a geometry puzzle you might find in a textbook. It isn’t. Erdős himself called it one of the most stubborn problems he ever worked on, and despite decades of effort from some of the sharpest mathematical minds in the world, a definitive answer remained out of reach. Until an OpenAI general-purpose model stepped in.

In 2025, researchers working with OpenAI’s AI model produced a result that disproved the Erdős unit distance conjecture — a problem that had resisted resolution since before the transistor was invented. This is a genuine milestone in AI reasoning, and not just for mathematicians. Understanding what happened and why it matters tells you a lot about where AI is heading — and what’s now possible for anyone building AI-powered systems.


What the Erdős Unit Distance Problem Actually Is

Before getting into the AI breakthrough, it helps to understand the problem itself — because the kind of problem it is matters for understanding what the AI accomplishment really means.

The setup

REMY IS NOT
  • a coding agent
  • no-code
  • vibe coding
  • a faster Cursor
IT IS
a general contractor for software

The one that tells the coding agents what to build.

Take any collection of points in a two-dimensional plane. Draw a line between every pair of points. Some of those lines will have the same length — say, exactly one unit. The question is: across all possible configurations of n points, what is the most unit-distance pairs you can create?

For small numbers of points, you can work this out by hand. Three points arranged as an equilateral triangle give you three unit-distance pairs. As n grows, the answer gets complicated fast.

What Erdős conjectured

Erdős believed the maximum number of unit distances among n points grows roughly as n^(1 + c/log log n) — just barely above linear, but not quite. This is an extraordinarily slow-growing function. He expected the true upper bound to be very close to n, but with a small multiplicative factor that depends on the size of the point set.

For decades, researchers made incremental progress — narrowing bounds, improving estimates, finding clever constructions. The best known upper bound at various points in history was around n^(4/3), thanks to work by Spencer, Szemerédi, and Trotter. But a tight, definitive answer to Erdős’s original question? No one had it.

Why it’s hard

Part of the difficulty is that this isn’t the kind of problem you solve by grinding through calculations. You need genuine insight — often a completely unexpected construction or counterexample that nobody thought to try. That’s exactly where human mathematicians and AI systems tend to differ in how they operate.


What the AI Actually Did

The OpenAI model didn’t solve this problem the way a calculator solves arithmetic. It didn’t brute-force a solution or run through a lookup table of known results.

What it did was closer to what a creative mathematician does: it found a novel construction — a specific arrangement of points — that violated what the conjecture predicted was possible.

A counterexample, not just a proof

Disproving a conjecture in mathematics typically requires finding a single counterexample: one case where the conjecture’s prediction is wrong. This is conceptually clean, but finding that counterexample requires understanding the problem space well enough to know where to look.

The AI identified a configuration of points in the plane that produced more unit-distance pairs than the conjecture’s bound allowed. That’s a creative act. It required reasoning about geometric structure in a way that went beyond pattern matching or brute-force search.

It used a general-purpose model

This is the part that should get your attention. The model used wasn’t a specialized mathematical AI, a theorem prover trained exclusively on formal logic, or a system purpose-built for geometry. It was a general-purpose reasoning model — the kind of model that can also write code, summarize documents, or draft an email.

That a single model can pivot from everyday language tasks to disproving a decades-old mathematical conjecture says something significant about the nature of the reasoning capabilities now available.


What This Tells Us About AI Reasoning

There’s a meaningful difference between AI that retrieves information and AI that reasons about it. The Erdős breakthrough is a clear demonstration of the latter.

Pattern matching vs. novel reasoning

Not a coding agent. A product manager.

Remy doesn't type the next file. Remy runs the project — manages the agents, coordinates the layers, ships the app.

BY MINDSTUDIO

Most AI applications that look impressive are, at their core, sophisticated pattern matchers. They generalize from examples in training data to handle new inputs. This works extremely well for a huge range of tasks — summarization, classification, code generation, translation.

But disproving the unit distance conjecture required the model to produce something genuinely new: a geometric construction that doesn’t exist in any training dataset because it had never been discovered before. That’s not retrieval. That’s generation of novel knowledge.

Cross-domain transfer

Paul Erdős worked across combinatorics, number theory, graph theory, and geometry. What made him exceptional was his ability to bring tools from one domain to bear on problems in another. The AI breakthrough on the unit distance conjecture shows similar cross-domain flexibility — combining geometric intuition with combinatorial reasoning without being explicitly told to do so.

This matters for practical AI applications. The most valuable business problems are rarely confined to a single domain. A supply chain optimization problem involves logistics, economics, and statistics simultaneously. An AI system that can reason across domains is far more useful than one that’s highly specialized.

Long-horizon reasoning

The unit distance problem also requires what researchers sometimes call “long-horizon” reasoning — holding many constraints in mind simultaneously, planning several moves ahead, and maintaining coherence across a complex argument.

This is where earlier generations of language models struggled. A model might start a mathematical argument correctly and then drift off-track halfway through. The ability to stay focused, maintain logical consistency, and arrive at a valid conclusion in a problem this complex indicates a substantial improvement in coherent multi-step reasoning.


Why “General Purpose” Is the Key Phrase

The fact that a general-purpose model achieved this matters more than the specific problem it solved.

Specialized AI systems have been doing impressive things for years. DeepMind’s AlphaFold solved protein folding. AlphaGeometry tackled Olympic geometry problems. These are remarkable achievements — but they’re purpose-built systems, trained specifically for their narrow domains.

A general-purpose model solving an open research-grade math problem while also being capable of everything else it normally does is a different kind of statement. It suggests that the gap between narrow AI tools and broadly capable reasoning systems is closing.

Implications for enterprise AI

For organizations thinking about where to deploy AI, this has practical consequences. It means the calculus around “do we need a specialized model vs. a general one” is shifting. Increasingly, the same underlying model that handles your customer support queries can also assist with technical analysis, research synthesis, or complex decision-making — without needing fine-tuning for each use case.

The Erdős breakthrough is an extreme example, but it points toward a world where AI is genuinely useful across all the varied, unpredictable problems that knowledge workers face daily — not just the ones that fit a tidy template.

What it means for mathematical research

Beyond enterprise implications, this result signals a new phase in AI-assisted scientific research. Mathematics has historically been one of the domains most resistant to automation. Proofs require creativity, not just computation. The fact that AI can now contribute to open research problems — not just assist in verifying existing proofs — suggests a significant shift in what’s possible for AI in research contexts more broadly.

Remy is new. The platform isn't.

Remy
Product Manager Agent
THE PLATFORM
200+ models 1,000+ integrations Managed DB Auth Payments Deploy
BUILT BY MINDSTUDIO
Shipping agent infrastructure since 2021

Remy is the latest expression of years of platform work. Not a hastily wrapped LLM.

Fields like drug discovery, materials science, and theoretical physics all have their equivalents of the Erdős conjecture: long-standing open problems where a novel construction or counterexample would be immensely valuable. Watching what happened with the unit distance problem, researchers in those fields are paying attention.


The Limits Worth Acknowledging

It’s worth being honest about what this doesn’t mean.

The model didn’t work alone

The breakthrough involved researchers working with the model, not the model operating autonomously. Human mathematicians played a key role in framing the problem, interpreting the output, and verifying the result. The AI didn’t wake up one morning and start doing mathematics out of curiosity.

This is consistent with how most serious AI-assisted research works: the human identifies the right question, the AI explores the solution space in ways that would be intractable for a human alone, and the human validates the result. Neither party replaces the other — they’re more capable together.

Reliability isn’t guaranteed

AI reasoning models still make mistakes. They can be confidently wrong. In mathematics, a proof with one error is no proof at all, which is why human verification of AI-generated mathematical results is essential — at least for now. The Erdős result was checked by human experts. That step isn’t optional.

Generalization is still unclear

Solving one famous open problem doesn’t mean an AI can solve all famous open problems. The unit distance conjecture may have specific structural properties that made it more tractable for this kind of AI approach. What the result shows is capability, not universal competence. The honest framing is: AI can now do some things we didn’t think it could do, and we’re still figuring out which things those are.


Where MindStudio Fits Into This Picture

The Erdős breakthrough is a dramatic example of a broader trend: AI reasoning is becoming capable enough to tackle genuinely complex, multi-step problems across domains.

For most organizations, the practical version of this isn’t disproving mathematical conjectures — it’s building AI agents that can reason through complicated business workflows, synthesize information from multiple sources, and take action without needing a human to hold their hand at every step.

That’s exactly what MindStudio is built for. The platform gives you access to over 200 AI models — including the latest OpenAI reasoning models — through a visual no-code builder. You can create AI agents that connect to your existing tools (HubSpot, Salesforce, Notion, Google Workspace, and 1,000+ others), run on a schedule, respond to triggers, and handle multi-step reasoning tasks without you writing a line of code.

The average agent takes 15 minutes to an hour to build. And because you’re not locked into a single model, you can route different tasks to whichever model is best suited — using a powerful reasoning model for complex analysis and a faster, lighter model for straightforward tasks.

If the Erdős breakthrough made you think “what could this kind of reasoning capability do for the problems in my business?” — MindStudio is a practical place to find out. You can start building for free at mindstudio.ai.


FAQ

What is the Erdős unit distance conjecture?

TIME SPENT BUILDING REAL SOFTWARE
5%
95%
5% Typing the code
95% Knowing what to build · Coordinating agents · Debugging + integrating · Shipping to production

Coding agents automate the 5%. Remy runs the 95%.

The bottleneck was never typing the code. It was knowing what to build.

The Erdős unit distance conjecture, posed by mathematician Paul Erdős in 1946, asks for the maximum number of pairs of points — among any set of n points in the two-dimensional plane — that can be exactly one unit apart. Erdős conjectured that this maximum grows at a specific rate just above linear. The conjecture remained unresolved for nearly eight decades before an OpenAI model found a construction that disproved it.

Which OpenAI model solved the Erdős conjecture?

The breakthrough was achieved using a general-purpose OpenAI reasoning model — not a specialized mathematical AI. This is significant because it demonstrates that broad reasoning capability, rather than domain-specific training, can now be sufficient to make progress on research-grade mathematical problems.

Does this mean AI can now solve any math problem?

No. The result shows that AI can contribute to open mathematical research in ways that weren’t previously possible, but it doesn’t mean AI can solve all open problems. Mathematical reasoning still requires human collaboration to frame problems correctly and verify results. The AI also makes mistakes — careful human review remains essential.

How is this different from AlphaGeometry or AlphaFold?

AlphaGeometry (DeepMind) and AlphaFold are specialized systems trained specifically for their domains — olympiad-level geometry and protein structure prediction, respectively. The OpenAI result is notable because it was achieved by a general-purpose model. The same model that handles text and code tasks contributed to disproving a decades-old mathematical conjecture without domain-specific training.

What does this mean for AI reasoning more broadly?

It’s evidence that AI systems are developing genuine multi-step reasoning capabilities — not just retrieval or pattern matching. The ability to produce a novel mathematical construction that has never existed in training data suggests meaningful progress toward AI that can generate new knowledge, not just organize existing knowledge.

Can businesses use this kind of AI reasoning today?

Yes. The reasoning models that produced this mathematical breakthrough are available through commercial APIs and platforms right now. Businesses can deploy these models through tools like MindStudio to build AI agents capable of complex, multi-step reasoning across a wide range of real-world tasks — from research synthesis to decision support to workflow automation.


Key Takeaways

  • Paul Erdős posed the unit distance conjecture in 1946; it went unsolved for nearly 80 years until an OpenAI model found a counterexample in 2025.
  • The model used was a general-purpose reasoning model, not a specialized mathematical AI — this is the key distinction.
  • The breakthrough demonstrates novel reasoning, not retrieval: the AI produced a geometric construction that had never existed before.
  • This signals a meaningful shift in AI capability: cross-domain reasoning, long-horizon consistency, and genuine knowledge generation are now within reach.
  • The result came from human-AI collaboration, not autonomous AI — researchers framed the problem and verified the output.
  • For enterprises, the practical implication is that today’s reasoning models can handle significantly more complex, multi-step tasks than was possible even 12–18 months ago.
  • Platforms like MindStudio make these reasoning models accessible for building real business applications — no API setup, no code required to get started.

Presented by MindStudio

No spam. Unsubscribe anytime.