Axiom Foundation launches to publish law as open, verifiable code
axbac
23 points
17 comments
July 29, 2026
Related Discussions
Found 5 related stories in 65.1ms across 6,361 title embeddings via pgvector HNSW
- Open Sourcing of X anaptfox · 11 pts · August 13, 2026 · 48% similar
- Soofi – Sovereign Open Source Foundation Models Fake4d · 50 pts · July 20, 2026 · 48% similar
- The Mojo language (by Modular, now Qualcomm) is now open-source flaburgan · 216 pts · August 19, 2026 · 48% similar
- Sorcery in the open: is generated code still source code? chotchkies · 14 pts · July 23, 2026 · 48% similar
- Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation adius · 278 pts · August 12, 2026 · 45% similar
Discussion Highlights (7 comments)
niemandhier
People might not know that, since it’s mostly in French, but France has somthing similar as open source for their tax system: https://github.com/openfisca/openfisca-france/
effnorwood
It's so simple. Only a fool would pick the cup given to him. Now with stderr.
solarkraft
Also see the german parliament’s laws repository on Github: https://github.com/bundestag/gesetze
chrisjj
> Encoded > One source of truth Oh dear. The one source of truth is the statute .
alightsoul
Interesting but there are many laws worldwide that are ambiguous or subjective, hence the reason why lawyers exist.
kelseyfrog
Great! Now I just have to mechanically convert it to TLA+ and the verification results are hopefully exploitable business ideas.
codedokode
It is going to be a difficult task. I looked through examples, and it seems that what they do is represent conditions set out in the law as a boolean expression that answers the question whether something is allowed or not (X is allowed if Y, Z and not W), and display it as a graph/AST. The problem though that the inputs to this expression are answers to non-trivial questions, like "Excudable Educational Assistance" or "Has Felony Drug Conviction" without specifying what exactly is considered a "drug conviction".