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 384.1ms across 15,380 title embeddings via pgvector HNSW
- Apertus – Open Foundation Model for Sovereign AI T-A · 304 pts · June 21, 2026 · 56% similar
- Anthropic takes legal action against OpenCode _squared_ · 409 pts · March 19, 2026 · 53% similar
- Codex for Open Source EvgeniyZh · 28 pts · June 11, 2026 · 52% similar
- Clojurists Together – Q2 2026 Open Source Funding Announcement dragandj · 81 pts · May 02, 2026 · 51% similar
- Quillx is an open standard for disclosing AI involvement in software projects qainsights · 14 pts · March 16, 2026 · 50% 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".