Most of the comments landed on a blunt explanation: this is a network-effects story more than a foundations story. Lean has a large community, a large library, and active institutions behind it, so people can formalize the next theorem instead of rebuilding the universe first. Several commenters pushed back on the idea that everyone should converge on one prover anyway. They treated theorem provers less like mathematical notation and more like programming languages or editors, where multiple ecosystems can coexist if each is good enough for its users.
The highest-signal technical split was between low-level trust and high-level productivity. Metamath got praise for its tiny verifier, explicit proofs, and ability to swap in different logical foundations because the axioms live in the database rather than the kernel. Lean got praise for being a much better programming environment, with
tactics and metaprogramming in the same language, which makes large-scale proof development far more humane. Isabelle entered as the strongest case that automation still matters more than current AI hype in many workflows. Commenters described
Sledgehammer as already giving researchers fast proof search and counterexamples without LLMs, though with weaker expressiveness than a dependently typed system.
The mood around LLMs was sharply split, but the practical consensus was narrower than the rhetoric. Few people disputed that machine assistance will help translate, scaffold, or brute-force formalizations. What they did dispute was whether that solves the hard part. The hard part is choosing good abstractions, definitions, and reusable library structure. Several commenters said current models can emit a lot of valid Lean code, but that line count says little if the result is ugly, brittle, or impossible for humans to maintain. Security concerns around adversarial proofs also came up, but the more grounded point was that proof assistants were built to reject honest mistakes, not to safely execute hostile machine-generated artifacts without review.