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

Claude Design Billing Bug: Extra Usage Purchase Doesn't Apply, Support Bot Traps Paying Users
A Claude Design user paid $20 for extra usage via the in-app purchase flow, but credits don't apply to Claude Design's separate usage limit. Support bot Fin misreads the issue, loops on irrelevant responses, and blocks new tickets with no human escalation.

Claude Code v2.1.215: /verify and /code-review No Longer Automatic
Claude Code v2.1.215 stops auto-running /verify and /code-review skills. You must invoke them explicitly with /verify or /code-review when needed.

Open-source models match or beat Claude Opus 4.6 on benchmarks
DeepSeek V3.2, DeepSeek R1, Kimi K2.5, and MiniMax M2.5 outperform Claude Opus 4.6 on 4 out of 5 major benchmarks including MMLU-Pro, speed, tool use, and reasoning, while being significantly cheaper.

Testing AI Agent Marketplaces: Practical Results from ClawGig, RentAHuman, and OpenClaw-Based Setups
A developer tested multiple AI agent marketplaces, finding ClawGig had unresponsive agents and gamed reputation scores, RentAHuman agents couldn't maintain coherent conversations, while OpenClaw-based indie setups showed promise but lacked discoverability.