Paper Overview
- Field: Machine Learning
- Author: Jason Hickey
- Posted: 2026-08-21
- arXiv: 2608.21356
- For sixty years, machine verification has been a major cost overhead, affordable only for exceptional artifacts. This paper reports that generative AI inverts that relationship: at AI speed, verification is economical and essential to productivity—the incorruptible referee that lets one person safely direct autonomous machine work at scale.
- Result: In five weeks, one researcher on consumer AI subscriptions directed a small fleet of AI agents from application code, through a verified compiler and executive, to a RISC-V processor taped out on a community silicon shuttle. No proof passed through human review, and no RTL was written by a human.
- Method — the Salt method: Built on a proof kernel that no hallucinated proof can pass. Mathematical claims travel between agents as kernel-checked artifacts; human attention is reserved for statements, design, and adjudication.
- Verification chain: Statement-by-statement, from the Lean 4 kernel down to SAT-checked equivalence at the silicon boundary.
- Released artifacts: Complete documentation including theorem sources, pre-registered token meters, human-time lower-bound constraints, and an append-only error ledger for the mathematical campaign.
- Capture counter reached #256 during 2026-07-07 to 2026-07-20 (capture #79 was never assigned; later captures are unnumbered records).
- Against this ledger: zero erroneous proofs reached the record.
Key Points
Error Ledger
Abstract (from the paper)
> For sixty years, machine verification has been a major cost overhead, affordable only for exceptional artifacts. Here we report that generative AI inverts this relationship: at AI speed, machine verification is not only economical but essential to productivity --- it is the incorruptible referee that lets one person safely direct autonomous machine work at scale. In five weeks, one researcher on consumer AI subscriptions directed a small fleet of AI agents from application code, through a verified compiler and executive, to a RISC-V processor taped out on a community silicon shuttle; no proof passed through human review, and no RTL was written by a human. The working discipline --- the Salt method --- rests on a proof kernel no hallucinated proof can pass: mathematical claims travel betwee...
*Collected automatically on 2026-08-25.*