Stop squashing your commits. You're squashing your AI too
2 points by jannesblobel 8h ago 7 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 2d ago 89 comments
I open-sourced a protocol to create auditable logs for AI agents
1 Esrbwt 1 8/26/2025, 2:13:45 PM medium.com ↗
Comments (1)
Esrbwt · 4h ago
Creator here. With the SEC and EU mandating real-time, immutable audit trails for AI after the recent Nasdaq crash, I saw a critical need for a simple, open-source standard that anyone can implement.
This is a proof-of-concept for a hash-chained log. The idea is to create a deterministic "proof-of-process" for any AI decision. The next step is to integrate zk-STARKs so companies can prove their AI's integrity without revealing the proprietary models or sensitive data.
The GitHub repo is linked in the article. Happy to answer any questions and looking for feedback/contributors.