Terry Tao on AI Proof Checkers: Lean, Collaboration, and Formal Maths

Terry Tao's Vision for Computer-Assisted Proofs
In a 2014 panel, Terry Tao predicted that mathematicians would soon work in collaborations of hundreds and have their results verified not by human referees but by automated proof-checkers like Lean. The statement was met with incredulity at the time, but Tao, one of the world's most celebrated mathematicians, is now an evangelist for AI in math.
Key Details from the Source
- Proof-checkers like Lean can break a problem into small chunks, solve bit-by-bit, and reassemble with confidence that every piece is correct.
- Tao foresees papers written not in LaTeX but in a formal language that smart software converts to.
Every so often you'll get a compilation error — the computer does not understand how you derived this step.
- The approach is covered in the book adaptation The Proof in the Code: How a Truth Machine Is Transforming Math and AI by Kevin Hartnett, published by Quanta Magazine.
- Tao's background: born 1975 in Adelaide, Ph.D. at Princeton under Erdős's recommendation. He won the International Math Olympiad gold at 13.
What This Means for Developers
For AI coding agents, formal proof checkers like Lean represent a paradigm where AI can verify correctness autonomously. It's analogous to type-checking in compilers — but for mathematical logic. Developers working on agentic coding tools (e.g., Claude Code, Cursor) should watch this space: automated verification of code correctness via formal methods could become a standard feature.
📖 Read the full source: HN AI Agents
👀 See Also

Pope Leo XIV's Encyclical on AI: Key Takeaways for Developers
The Vatican released an encyclical on AI ethics. The document highlights LLM interpretability issues, cultural biases in training data, and the environmental cost of AI.

Anthropic Reports Evidence of Mass Claude Distillation by AI Competitors
Anthropic has shared evidence that DeepSeek, Moonshot, and MiniMax were using approximately 24,000 fake accounts to conduct mass distillation of Claude, with over 16 million exchanges recorded.

UK Home Office Used AI-Hallucinated Document to Deny Asylum Claim, Judge Finds
A senior UK judge ruled the Home Office likely used AI-generated hallucinated evidence—a non-existent country policy note—to refuse an asylum claim. The missing document was never found, and the judge compared the practice to relying on bogus evidence.

Claude Code Cache Bugs Can Increase API Costs 10-20x
Two cache bugs in Claude Code can silently increase API costs by 10-20 times. The issues were reported on Reddit and discussed on Hacker News.