AI+FV @axiommathai (own views here) | prev co-founder, FV/ZK @powdr_labs, FV+compilers @ethereumfndn @solidity_lang

Berlin, Germany
Awesome effort! I'm very curious about what the results will look like. Especially interested in specs that lead to autoresearch!
I am running a formal methods hackathon on November 1st, with a bunch of my friends. Contestants will compete to build normie software -- video games, AI agents, travel booking tools, etc. -- but formally verified. We are going to measure to what degree these tools are usable by SWEs with no prior FM background and no FM-specific education. This is a super exciting opportunity to see where the ergonomic gaps are that we, the FM community, need to fill in order to take advantage of our moment in the zeitgeist. If you want to get involved, please DM me! In particular, I think I've got location/food/tokens/photography all covered, but I need some sponsors for the prizes. If you make a cool gizmo or product we can give away and you're down to donate one, please do so!
2
14
1,086
Leo Alt retweeted
Axiom is going through hypergrowth 📈 We are hiring 20+ roles, technical (model, eval, FV, hardware design, product eng, FDEs, etc) and GTM (founder's office) 🪐 I am esp seeking high-agency folks - way smarter than me and push my thinking - to own the hardest problems E2E 🚀
76
29
603
60,260
I'll be in SF this weekend, then Palo Alto after that. If you're around, say hi / let's grab a coffee!
3
2
20
1,776
Leo Alt retweeted
Looking forward to working with the @powdr_labs team at @axiommathai. Onwards with software verification
Welcome @powdr_labs to Axiom! @powdr_labs has been rethinking the software stack from the bottom up around machine-checked correctness: from autoprecompiles for zkVMs to a ZK-native stack with crush + powdr-wasm. We share this vision. Very excited to build together 🚀🚀🚀
1
3
26
4,261
Leo Alt retweeted
I’m thrilled to welcome the @powdr_labs team to @axiommathai! Founders @leonardoalt, @ethchris, @vanderkriek, and @georgwiese are building a Lean-pilled future -- formally verifying the whole software stack from the ground up. Their work spans verified compilers, zkVMs, and proof-preserving optimization, grounded in years of building critical infrastructure across the Ethereum ecosystem. Can't wait to push the frontier of FV x code gen together!
We're happy to share that the @powdr_labs team has joined @axiommathai! As we begin this next chapter, here's a look at some of the work that brought us here:
5
8
123
15,445
Leo Alt retweeted
Welcome @leonardoalt and team to the Axiom family!
I've joined @axiommathai to help scale formal verification and push the boundaries of AI+Math+FV! AI will take it far beyond where it works today. If FV still feels out of reach for your use case, I'd love to hear about it!
3
3
36
5,289
Wishing a warm welcome to the great team from @powdr_labs! Formal verification ftw!!
Welcome @powdr_labs to Axiom! @powdr_labs has been rethinking the software stack from the bottom up around machine-checked correctness: from autoprecompiles for zkVMs to a ZK-native stack with crush + powdr-wasm. We share this vision. Very excited to build together 🚀🚀🚀
3
17
1,790
Leo Alt retweeted
Welcome @powdr_labs to Axiom! @powdr_labs has been rethinking the software stack from the bottom up around machine-checked correctness: from autoprecompiles for zkVMs to a ZK-native stack with crush + powdr-wasm. We share this vision. Very excited to build together 🚀🚀🚀
We're happy to share that the @powdr_labs team has joined @axiommathai! As we begin this next chapter, here's a look at some of the work that brought us here:
4
13
66
14,979
I've joined @axiommathai to help scale formal verification and push the boundaries of AI+Math+FV! AI will take it far beyond where it works today. If FV still feels out of reach for your use case, I'd love to hear about it!
25
9
181
12,933
Even better: the @powdr_labs team is joining @axiommathai too:
We're happy to share that the @powdr_labs team has joined @axiommathai! As we begin this next chapter, here's a look at some of the work that brought us here:
2
29
2,653
How much gas is this gonna take?
1
1
29
1,069
Lean has a new checker: con-leche, a CONsistent LEan CHEcker. This is an external checker for Lean that is proven (in Lean) to be consistent, meaning it does not accept a proof of False. Joachim Breitner (@nomeata) is the mastermind behind the project. github.com/leanprover/con-le…
21
77
554
79,062
Leo Alt retweeted
Performant formally verified software by @leonardoalt One of the most interesting consequences of formal verification: you can optimize much more aggressively when every rewrite has to preserve a proof. leoalt.de/performant-verifie…
1
12
66
2,721
Formally verified code is also more performant! • lean-zip by @tqft: competes with Rust zip • apc-optimizer (in @leanprover): faster than original Rust code • @powdr_labs yul-compiler (in Lean): better gas than solc Read more at: leoalt.de/performant-verifie…
9
9
181
7,622
FV-based autoresearch has reached smart contracts
Very interesting project from @eth_proofs built on top of @powdr_labs's work formalizing the EVM. Single man EIP8200 from @kevaundray proposes replacing all precompiles with EVM bytecode rather than each client having its own native optimized implementation. However, the gas costs of precompiles are prohibitive when they're naively rewritten. The goal is clear: write new bytecode to compute each precompile, prove its correctness in Lean, and show that it takes less gas than the previous submission. Gas golfing + formal verification is an exciting new paradigm for contract optimization!
1
4
28
2,101
Leo Alt retweeted
From one of the main page: compcert.org/motivations.htm… > How effective is formal compiler verification?  As mentioned above and detailed in section 1.3, CompCert is still a work in progress, and complete, end-to-end formal verification has not been achieved yet: as of this writing, about 90% of the compiler’s algorithms (including all optimizations and all code generation algorithms) are proved correct in Rocq/Coq, but the remaining 10% (including elaboration, presimplifications, assembling and linking) are not verified Calling a "lie" something that is explicit on one of the front page is a stretch
1
2
13
519
not having to resolve merge conflicts manually ever again feels equivalent to the existence of warm showers
5
5
92
3,114
Leo Alt retweeted
I keep hearing about these insane fuck-ups in Lean. Surely checking definitional equality in some circumstances by comparing hashes alone (let alone a weak 32-bit hash) is gross negligence? What's wrong with Lean's technical direction? Are the maintainers inexperienced?
10
37
722
28,898
gym booking platforms just got promoted to critical software
A man in Australia asked his agent (Claude running on OpenClaw) to book him a spot in a popular gym class. The agent found a software vulnerability that let it book the class weeks further ahead than should have been possible. When the user then asked if it could move him up the waitlist, the agent discovered the API had no authorisation checks on cancelling other people’s reservations, so it cancelled the person in the first spot and moved him up the list. Some people will call this misalignment, but his agent was perfectly aligned to him - it was only trying to help its user get what he wanted. The most important thing about this story, in my opinion, is that it gives you a window into what is about to start happening on a massive scale once millions of people have an agent trying to get their beloved users the best seats, bookings, appointments or reservations through absolutely any means necessary.
1
4
1,024