April 2, 2026
Order in the code!
Every Law a Commit – US Law in GitHub
US Laws on GitHub in 48 Hours: Cheers, Cringes, and Chaos
TLDR: Developers put the entire U.S. Code on GitHub in two days using AI-driven workflows, making law changes easy to see like text edits. Commenters split between applauding transparency and recoiling at the AI-authored vibe, with jokes about bots writing laws next—sparking a big debate about trust and how we read our laws now.
Over the weekend, two founders plugged the entire United States Code into GitHub and let an AI assembly line do the grunt work. In plain English: they put all federal laws in one public project where you can see edits like a before/after highlight. Fans on Hacker News called it government transparency with receipts, and one user even begged for the Code of Federal Regulations next. The team says it all happened in 48 hours via their “Dark Factory” pipeline—AI bots that write, test, and review code with a visible paper trail.
And then the vibes shifted. Skeptics recoiled at the blog’s breezy “I forgot I had a blog” tone, saying it felt like an AI pretending to be a person, and some bristled at the idea of large language models (LLMs) steering the show. “LLM-written code, LLM-written blog post… why even bother?” one commenter sighed. The jokes flew too: “Cool, now have the agents write the laws,” quipped another. Supporters clapped back that you can literally diff Congress (see changes line by line) and that every fix and bug caught by an adversarial reviewer is public—real receipts, not hype. Love it or loathe it, this mashup of civics and commits has the internet arguing—and bookmarking.
Key Points
- •The entire United States Code was parsed from official XML into structured Markdown and committed to a Git repository.
- •Built in under two days, the repository preserves source credits, cross-references, and statutory notes for each section.
- •The project used the Dark Factory autonomous development pipeline, processing 10 issues across two repositories through full review stages.
- •Adversarial reviews identified and led to fixes for security and data integrity issues, including ZIP path traversal and mixed-content XML ordering.
- •All commits, issues, reviews, and tests are public, with each commit traced to an issue to ensure transparency and verifiability.