The unlock

AI proposes conjectures, searches for algorithms, and works with proof assistants to check results. The biggest practical gains may come from better methods, not famous prize-winning proofs.

The hard part

A proof does not automatically produce a fast algorithm. Mathematical optimization is only as useful as its model of the real world.

How to read these scenarios

These are positive possibilities, not promises or timeline forecasts. Lists put the most intriguing ideas first: an editorial judgment about interest and transformative potential, not likelihood or arrival date. The labels describe what must happen next, not numerical probabilities.

Products are useful tools and services; cures include potential treatments and prevention, not claims of proven cures; insights are discoveries that help us understand the world.

Positive possibilities

Most intriguing first

5 scenarios to explore

ProductPlausible next step

A design engine for better machines

Engineers specify loads, materials, cost, and performance; software proposes highly efficient components worth manufacturing.

Why AI helps
Better optimization methods can explore designs that manual iteration would never reach.
What still has to happen
Physical models, manufacturability, and real-world testing still determine whether a design works.
Read details
Full details: A design engine for better machines

Solving math · Product

A design engine for better machines

Plausible next step

Engineers specify loads, materials, cost, and performance; software proposes highly efficient components worth manufacturing.

Engineering design often involves choosing among millions of combinations of dimensions, materials, and operating parameters. AI-assisted optimization could help explore those combinations while a physics model checks constraints such as stress, temperature, or vibration.

The output is most valuable when an engineer can inspect the tradeoffs rather than accept one mysterious 'best' answer. A lightweight component that is impossible to manufacture, difficult to repair, or sensitive to small defects may be worse than a simpler design.

What this could look like

A manufacturer searches for a lighter motor bracket that carries the same load. The system proposes several shapes with different manufacturing and maintenance tradeoffs, and engineers test the finalists.

Who benefits, and how

  • Less material or energy for a specified performance target.
  • More design alternatives before committing to physical tooling.

What would make it real

  1. Validate the simulation against physical measurements.
  2. Include tolerances, fatigue, manufacturing constraints, and repairability in the evaluation.

Physical models, manufacturability, and real-world testing still determine whether a design works.

Explore the evidence

Background, not proof this scenario is available.

Permanent link · opens in a new tab
ProductBreakthrough-dependent

A much better virtual wind tunnel

Aircraft, turbines, and ventilation systems become cheaper to develop and more efficient to operate.

Why AI helps
New mathematical and computational methods could make turbulent flows cheaper and more accurately predictable.
What still has to happen
The Navier–Stokes existence-and-smoothness problem is not itself a solution to turbulence. Chaotic prediction limits remain.
Read details
Full details: A much better virtual wind tunnel

Solving math · Product

A much better virtual wind tunnel

Breakthrough-dependent

Aircraft, turbines, and ventilation systems become cheaper to develop and more efficient to operate.

Turbulent flow contains interacting structures at many scales. Resolving every relevant eddy can be prohibitively expensive, so practical simulations use approximations. New mathematics and AI-assisted modeling could improve those approximations or concentrate computation where it matters.

A useful system would predict not just a best estimate but also when its confidence is low. Engineers still need physical measurements to check whether the model works for a new aircraft shape, operating regime, or unusual weather condition.

What this could look like

A designer compares several turbine-blade shapes virtually, then uses a smaller set of physical tests to confirm efficiency and loading at different operating conditions.

Who benefits, and how

  • Faster iteration on turbines, aircraft, and building ventilation.
  • Better understanding of where flow causes energy loss, noise, or stress.

What would make it real

  1. Demonstrate reliable performance on flows outside the training examples.
  2. Quantify uncertainty and check drag, lift, and loads against independent experiments.

The Navier–Stokes existence-and-smoothness problem is not itself a solution to turbulence. Chaotic prediction limits remain.

Explore the evidence

Background, not proof this scenario is available.

Permanent link · opens in a new tab
InsightPlausible next step

New bridges between scientific ideas

A relationship discovered in geometry or algebra becomes a reusable tool across several disciplines.

Why AI helps
AI can identify patterns and propose conjectures that mathematicians then rigorously test.
What still has to happen
Interesting patterns are not proofs, and a valid proof may have no immediate engineering application.
Read details
Full details: New bridges between scientific ideas

Solving math · Insight

New bridges between scientific ideas

Plausible next step

A relationship discovered in geometry or algebra becomes a reusable tool across several disciplines.

AI can compare large collections of mathematical objects and identify properties that seem connected. Such patterns can suggest a conjecture that a mathematician would not have thought to test.

The valuable endpoint is more than a statistical association: it is an explanation, a theorem, or a reusable method. Researchers must search for counterexamples and establish where a proposed relationship does and does not apply.

What this could look like

An unexpected relationship between two measurements of a mathematical structure leads researchers to a new conjecture. A proof explains the relationship and makes it useful beyond the original dataset.

Who benefits, and how

  • New research directions that cross established specialties.
  • Reusable tools that may simplify other proofs or calculations.

What would make it real

  1. Test the proposed relationship on deliberately difficult and out-of-distribution examples.
  2. Produce an independently checkable argument rather than relying on model confidence.

Interesting patterns are not proofs, and a valid proof may have no immediate engineering application.

Explore the evidence

Background, not proof this scenario is available.

Permanent link · opens in a new tab
ProductPlausible next step

Software with checkable guarantees

Critical controllers arrive with machine-checkable evidence that they meet specific requirements.

Why AI helps
AI-assisted formal proofs can help developers verify bounded properties and find counterexamples.
What still has to happen
Guarantees cover the stated specification and assumptions—not every interaction with an unpredictable world.
Read details
Full details: Software with checkable guarantees

Solving math · Product

Software with checkable guarantees

Plausible next step

Critical controllers arrive with machine-checkable evidence that they meet specific requirements.

Formal verification translates a precise requirement into a mathematical statement about a program. AI can help write the specification, propose a proof, or find an input that violates it; a proof checker then verifies the logical steps.

The specification is the contract. A proof that a controller never commands a forbidden speed is useful, but it does not prove the speed sensor is accurate or that the forbidden-speed rule covers every hazard. Specifying the right behavior remains human engineering work.

What this could look like

A controller for a laboratory instrument includes a checked guarantee that certain incompatible actuators cannot be enabled at the same time, under a stated model of its hardware.

Who benefits, and how

  • Stronger assurance for narrowly defined safety and correctness properties.
  • Counterexamples that help developers find mistakes before deployment.

What would make it real

  1. Have domain experts review the requirements and environmental assumptions.
  2. Check that the verified model corresponds to the actual compiled program and hardware interfaces.

Guarantees cover the stated specification and assumptions—not every interaction with an unpredictable world.

Explore the evidence

Background, not proof this scenario is available.

Permanent link · opens in a new tab
ProductAlready emerging

More computing from the same chips

Libraries that run particular scientific and AI calculations faster without replacing the hardware.

Why AI helps
AI can search enormous spaces of mathematically equivalent algorithms and benchmark the useful ones.
What still has to happen
Gains on particular operations must translate into reliable, end-to-end improvements; this is not a universal speedup.
Read details
Full details: More computing from the same chips

Solving math · Product

More computing from the same chips

Already emerging

Libraries that run particular scientific and AI calculations faster without replacing the hardware.

Much of modern computing repeatedly performs a small set of operations, such as multiplying matrices. A better algorithm can reduce the work required for one of these operations without changing the chip. AI can search for mathematical shortcuts, then benchmark promising candidates on the hardware where they will run.

The useful product would be a tested library update, compiler improvement, or specialized kernel—not a new physical processor. A faster kernel only accelerates the part of an application that uses it: data movement, networking, and other calculations may still dominate.

What this could look like

An engineering team runs the same simulation, at the same required accuracy, on its existing servers. A new numerical library shortens some calculations; the team measures the entire job before deciding whether the upgrade is worthwhile.

Why a faster kernel is not the same as a faster application

Illustrative calculation, not a measured benchmark or forecast. A faster part does not speed up the whole task equally.

Overall speedup: 1.33×. The same work takes 75% of the original time (25% less).

Both bars use the same scale: 100% is the original total execution time. The model assumes no extra overhead and the same amount of work.

Total speedup = 1 / ((1 − p) + p / s)

p is the share of original time accelerated; s is its speedup. At p = 50% and s = 2, the task is 1.33× as fast—not 2×.

Illustrative calculation using Amdahl’s law, not an AlphaTensor benchmark or a prediction. Assumes the workload is unchanged and introduces no new overhead. Change the accelerated share and its speedup to see the whole-job effect.

Who benefits, and how

  • More experiments within an existing computing budget.
  • Potentially less energy per completed task, if the real workload becomes more efficient.

What would make it real

  1. Beat the current library on representative workloads, including memory transfer and setup costs.
  2. Preserve required numerical accuracy and demonstrate gains across relevant hardware.

Gains on particular operations must translate into reliable, end-to-end improvements; this is not a universal speedup.

Explore the evidence

Background, not proof this scenario is available.

Permanent link · opens in a new tab

The big unsolved frontiers

A landmark proof and a practical invention are different achievements. Here is what might connect them.

P versus NP: the most dramatic conditional payoff

If P = NP and the solution yields practical algorithms, many precisely specified search and optimization problems could become tractable, including finding proofs within manageable length bounds.

The distinction that matters: Most researchers expect P ≠ NP. That result would establish limits, not unlock a universal invention engine. Practical P = NP would also undermine much current cryptography.

Riemann hypothesis: sharper knowledge of primes

A proof would establish stronger bounds on the distribution of primes and settle results that currently assume it.

The distinction that matters: It would not automatically make factoring easy or break encryption. Useful new algorithms might emerge from the proof methods.

Birch–Swinnerton-Dyer: better arithmetic tools

Effective methods accompanying a proof could improve how computers study rational solutions of elliptic curves.

The distinction that matters: A proof alone need not give an efficient solver, and it does not imply breaking elliptic-curve encryption.

Hodge conjecture: a deeper geometry toolkit

A solution would clarify which particular topological features of algebraic varieties arise from algebraic substructures.

The distinction that matters: It could reshape pure mathematics; no specific downstream invention is currently established.

Yang–Mills and the mass gap: firmer quantum foundations

A rigorous construction with a positive minimum excitation energy could introduce new tools for strongly interacting quantum field theories.

The distinction that matters: There is no established direct route from this proof to an energy source or a new material.

Goldbach and Collatz: intellectual discoveries first

Solving these famous number-theory problems could reveal powerful new proof techniques.

The distinction that matters: Neither currently has a known direct invention attached. The value may be in the methods rather than the statement.

Evidence & further reading

Background for the capabilities and scientific constraints above. These sources do not establish that every scenario will happen.

Possibility in focus