Skip to main content
Cognitive Revolution

Mathematical Superintelligence: Harmonic's Vlad Tenev & Tudor Achim on IMO Gold & Theories of Everything

91 min episode · 3 min read
·
Mathematical Superintelligence

Episode

91 min

Read time

3 min

Topics

Remote Work, Startups, Leadership

AI-Generated Summary

Key Takeaways

  • Formal Verification as Trust Layer: Aristotle outputs proofs in Lean, a programming language whose kernel checks every logical step against three minimal axioms — propositional extensionality, quotient soundness, and the axiom of choice. This means correctness is computationally certified without human peer review. As AI generates increasingly long proofs (potentially thousands of pages), formal verification becomes the only scalable trust mechanism, making informal output verification practically impossible at frontier capability levels.
  • Lean's Three-Axiom Foundation: All of mathematics, computer science, physics modeling, economics, and statistics can be derived from just three axioms in Lean. The axiom of choice alone states that a non-empty set has a selectable element. Lean's kernel is intentionally small and thoroughly vetted, meaning the surface area requiring human trust is minimal. Mathlib, the open-source repository built on Lean, functions as a computationally certified, searchable encyclopedia of all formalized mathematical knowledge.
  • Aristotle's Three-Component Architecture: The system combines a Monte Carlo tree search driven by language models (exploring high-level proof paths, not just grinding small steps), an informal lemma-guessing module that proposes candidate waypoints between proof start and end points (functioning as context management rather than reliable reasoning), and a geometry module modeled on DeepMind's AlphaGeometry. The informal module makes large quantities of errors — its value is generating diverse candidates, not accuracy.
  • Formal vs. Informal: The Debate Is Settled: DeepMind's AlphaProof used formal methods for its 2024 silver medal result, then shifted to informal for 2025. OpenAI used informal methods for its 2025 gold result. Harmonic used formal methods for gold. The founders argue that as AI-generated proofs grow longer, informal outputs become unverifiable by humans or other systems. The computational cost of verification must not scale linearly with proof complexity — only formal methods solve this.
  • Software Verification as the Next Frontier: The same formal reasoning pipeline that proves mathematical theorems applies directly to software correctness. Aristotle API users are already checking cryptography implementations for collision vulnerabilities and verifying autopilot controller stability. As AI generates million-line codebases autonomously — Cursor reportedly generated a Chromium-compatible browser at 1.5 million lines — Python and Java become inadequate because they optimize for human readability rather than machine-verifiable correctness.

What It Covers

Harmonic co-founders Vlad Tenev and Tudor Achim explain how their AI system Aristotle achieved IMO gold medal performance in 2025 using formally verified proofs in Lean, why formal verification beats informal reasoning at scale, and how mathematical superintelligence could eliminate intellectual bottlenecks across science, software, and engineering by 2030.

Key Questions Answered

  • Formal Verification as Trust Layer: Aristotle outputs proofs in Lean, a programming language whose kernel checks every logical step against three minimal axioms — propositional extensionality, quotient soundness, and the axiom of choice. This means correctness is computationally certified without human peer review. As AI generates increasingly long proofs (potentially thousands of pages), formal verification becomes the only scalable trust mechanism, making informal output verification practically impossible at frontier capability levels.
  • Lean's Three-Axiom Foundation: All of mathematics, computer science, physics modeling, economics, and statistics can be derived from just three axioms in Lean. The axiom of choice alone states that a non-empty set has a selectable element. Lean's kernel is intentionally small and thoroughly vetted, meaning the surface area requiring human trust is minimal. Mathlib, the open-source repository built on Lean, functions as a computationally certified, searchable encyclopedia of all formalized mathematical knowledge.
  • Aristotle's Three-Component Architecture: The system combines a Monte Carlo tree search driven by language models (exploring high-level proof paths, not just grinding small steps), an informal lemma-guessing module that proposes candidate waypoints between proof start and end points (functioning as context management rather than reliable reasoning), and a geometry module modeled on DeepMind's AlphaGeometry. The informal module makes large quantities of errors — its value is generating diverse candidates, not accuracy.
  • Formal vs. Informal: The Debate Is Settled: DeepMind's AlphaProof used formal methods for its 2024 silver medal result, then shifted to informal for 2025. OpenAI used informal methods for its 2025 gold result. Harmonic used formal methods for gold. The founders argue that as AI-generated proofs grow longer, informal outputs become unverifiable by humans or other systems. The computational cost of verification must not scale linearly with proof complexity — only formal methods solve this.
  • Software Verification as the Next Frontier: The same formal reasoning pipeline that proves mathematical theorems applies directly to software correctness. Aristotle API users are already checking cryptography implementations for collision vulnerabilities and verifying autopilot controller stability. As AI generates million-line codebases autonomously — Cursor reportedly generated a Chromium-compatible browser at 1.5 million lines — Python and Java become inadequate because they optimize for human readability rather than machine-verifiable correctness.
  • Reinforcement Learning Without Human Taste Panels: Harmonic has run zero mathematician-led AB testing on proof elegance in two years of operation. The optimization target is net present value of future proof computational cost, which naturally penalizes brute-force grinding because short-term grinding degrades long-term capability. Entropy and hallucination are treated as essential features, not bugs — exploration of false paths is what enables discovery of correct ones. The "bitter lesson" principle guides architecture decisions toward scale over hand-crafted priors.
  • Open API as Taste Delegation: Rather than directing Aristotle toward specific unsolved problems internally, Harmonic opened the API publicly and lets revealed user preference determine research priorities. This produced unexpected results: users solved Erdős problems open for 30-40 years, pursued computational learning theory formalizations, and applied the system to graph theory conjectures. The founders argue that a closed lab model where one team selects all problems is both strategically inferior and produces a less desirable world than distributed, community-driven mathematical discovery.

Notable Moment

Tudor described a 2030 scenario where mathematical superintelligence produces multiple self-consistent, competing grand unified theories reconciling quantum mechanics and general relativity — but humanity then faces a data bottleneck, needing exotic high-energy collider experiments to distinguish between them. The host described being momentarily speechless at the concept of theoretical abundance replacing intellectual scarcity as the binding constraint on scientific progress.

Know someone who'd find this useful?

Episode Transcript

Hello, and welcome back to the Cognitive Revolution. The presenting sponsor of today's episode is Granola. Regular listeners have heard me describe the blind spot finder recipe that I'm using on Granola to look back at my recent calls and help me identify angles and issues I might be neglecting. And I love that concept, but it's also worth highlighting how granola can help raise your team's level of execution by supporting follow through on a day to day basis. This morning, for example, I had two very practical calls in which I committed to a number of things. In the past, to be honest, there's a good chance I'd have forgotten at least a couple of the things I said I'd do. But with granola, I can easily run a to do finder recipe and get a comprehensive list of everything I owe my teammates. This is the sort of bread and butter use case that has driven granola's growth and inspired investment from execution obsessed CEOs, including past guests, Guillermo Rausch of Vercel and Amjad Massad of Replit. See the link in our show notes to try my blind spot finder recipe and explore all of the ways that granola can make your raw meeting notes awesome. Now, today, my guests are Vlad Tenev and Tudor Akim, co founders of Harmonic, an AI research lab dedicated to building mathematical super intelligence, and also the creators of Aristotle, an AI system that achieved gold medal level performance at the twenty twenty five International Mathematical Olympiad. While OpenAI and Google DeepMind achieved similar performance by scaling reasoning in chain of thought, Harmonics stands out for their commitment to formally verifiable methods. Because it generates candidate proofs in Lean, a programming language that serves as a proof checking assistant by using a trusted kernel to confirm that every single step of reasoning follows from a few explicit premises and accepted logical rules. Aristotle's work can be automatically validated, and its performance is in principle limited only by the scale of compute available for reinforcement learning. In an effort to better ground my own intuitions for mathematical superintelligence, we begin with a metaphysical discussion about the nature of math, what it is that mathematicians do, the assumptions that underpin a lean verification, and how lean is already revolutionizing the math world by eliminating the need for traditional peer review. From there, we turn to the Aristotle architecture that delivered IMO gold performance. It consists of a large transformer model that uses a Monte Carlo tree search strategy reminiscent of systems like AlphaGo to discover valid paths from point a to point b in mathematical reasoning space. Plus, a lemma guessing module that helps manage context and keep things on track by generating candidate waypoints between a given starting point and a potentially distant end goal. Plus, a specialized geometry module modeled on DeepMind's alpha geometry. We also discuss the Aristotle API's informal mode, which attempts to auto formalize whatever the user asks …

Get the full transcript (16,752 words) + summary by email — free

One-time email with the complete transcript and AI summary of this episode. No account needed.

One email, no spam. We’ll also show you what SignalCast does.

Browse all Cognitive Revolution transcripts →

You just read a 3-minute summary of a 88-minute episode.

Get Cognitive Revolution summarized like this every Monday — plus up to 2 more podcasts, free.

Pick Your Podcasts — Free

Keep Reading

Books, tools, and gear mentioned in this episode

SignalCast may earn commission on purchases via these links.

Tools

  • As AI generates million-line codebases autonomously — Cursor reportedly generated a Chromium-compatible browser at 1.5 million lines.
  • by Anthropic

    Claude (Anthropic) is listed as a podcast sponsor.
  • Granola is listed as a podcast sponsor.
  • Framer is listed as a podcast sponsor.
  • Blitzy is listed as a podcast sponsor.
  • Tasklet is listed as a podcast sponsor.
  • Mathlib, the open-source repository built on Lean, functions as a computationally certified, searchable encyclopedia of all formalized mathematical knowledge.
  • Harmonic co-founders Vlad Tenev and Tudor Achim explain how their AI system Aristotle achieved IMO gold medal performance in 2025 using formally verified proofs in Lean, a programming language whose kernel checks every logical step against three minimal axioms.

More from Cognitive Revolution

We summarize every new episode. Want them in your inbox?

Similar Episodes

Related episodes from other podcasts

Explore Related Topics

This podcast is featured in Best AI Podcasts (2026) — ranked and reviewed with AI summaries.

Read this week's Startups & Product Podcast Insights — cross-podcast analysis updated weekly.

You're clearly into Cognitive Revolution.

Every Monday, we deliver AI summaries of the latest episodes from Cognitive Revolution and 192+ other podcasts. Free for one show.

Start My Monday Digest

No credit card · Unsubscribe anytime