Launching today

Aura
Semantic version control for AI agents
70 followers
Semantic version control for AI agents
70 followers
Legacy Git tracks text; Aura tracks mathematical logic. By hashing your AST instead of lines, Aura provides flawless traceability for AI-generated code. Block undocumented AI commits, surgically rewind broken functions with the Amnesia Protocol, and orchestrate massive code generation—all while saving 95% on LLM tokens. 100% local. Apache 2.0 Open Source.












Aura
Miro
@mhdashiquek congrats, very inspiring idea. Can you share any results you have seen in your own teams already? Did it fully replace the manual code reviews by your engineers or operate on a different level?
@mhdashiquek This is awesome - congrats. Would be great to also understand if this works for non-technical team members too who want to understand the quality of what their tech team is producing!
@mhdashiquek @lukaszsagol
Thanks Łukasz!
No, Aura didn’t replace code reviews for us at Naridon — but it changed what we review. Before, engineers spent most of their time just understanding what the AI did. Now Aura blocks undocumented or misaligned AI changes before review (it’s pretty brutal, our AI agents genuinely hate it 😅, I asked after a session to Claude code and it literally said Aura blocks it so much it's frustratingly annoying. but that’s the point).
When something breaks, we don’t revert whole PRs anymore. We rewind just the one function that caused the issue and move on.
One unexpected win: by using AST-based context (instead of dumping files or chat logs), we saw ~80% to even 93%+ reduction in LLM context size when handing work between agents. Way fewer tokens, way less noise.
So humans still review code, Aura just removes the AI archaeology and keeps things sane.