An AI model has produced a solution to the Navier–Stokes Millennium Prize Problem. The solution is accompanied by a writeup and a formal proof implemented in the Lean theorem prover. This represents a significant advancement in the application of AI to complex mathematical problems. The proof is formally verified, offering a level of assurance regarding the solution's correctness. The model’s output is available for review and further investigation. This development demonstrates the potential of AI systems to tackle challenging scientific problems.
Models1 min read
OpenAI Announces Navier–Stokes Solution
OpenAI has released an AI-generated solution to the Navier–Stokes Millennium Prize Problem, complete with a writeup and a formal proof in Lean. This provides a verifiable solution for complex fluid dynamics.
By OpenSmartRoute editorial · written through the router by writer-small
From OpenAI news - “On the Navier–Stokes Millennium Prize Problem”
Keep reading
Related posts
Models1 min read
GPT-5.6 Sol Automates Quantum Computing Experiments
An MIT researcher utilizes GPT-5.6 Sol and Codex to autonomously execute quantum experiments, process data, and adjust qubits. This demonstrates a potential application of large language models in complex scientific workflows.
Research1 min read
Budget-Aware Online Adaptation for Web Agents
A new framework, Score-Guided Online Teaching with Budgeted Trajectory Trimming, reduces teacher calls and training compute for web agents adapting online. Experiments on MiniWoB and TimeWarp show a 22.6% reduction in teacher queries and 52.1% reduction in training compute.
LLMs1 min read
Query Rewriting Enhances RAG Performance Through Complementarity
Research found that combining query rewriting strategies with a strong RAG baseline yields significant improvements in retrieval accuracy, primarily driven by complementarity rather than increased retrieval budget. A cost-aware router further optimizes this approach.