Mo Ashique Kuthini

Mo Ashique Kuthini

AuraAura
Building Naridon, GEO for E-commerce
All activity
Mo Ashique Kuthinistarted a discussion

Vibecoding is fun until it’s time to git revert. How are you handling massive AI hallucinations?

Letting tools like @Cursor or @Claude Code refactor 15 files in 10 seconds is the ultimate vibe. But we’ve been running into a massive wall: Git text conflicts. When an agent gets 99% of a huge refactor right, but completely hallucinates one core module, trying to use standard git revert is a nightmare. You hit an unresolvable wall of red and green because the agent shifted formatting...

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
AuraSemantic version control for AI coding agents on top of Git
Mo Ashique Kuthinistarted a discussion

Why we paused our main product to rebuild version control for AI.

Hey everyone! I’m the founder of Aura. A few months ago, our engineering sprints at Naridon started grinding to a halt. We were relying heavily on Cursor and Claude to generate code. But every time an AI agent hallucinated a massive refactor, standard Git gave us a chaotic, unresolvable wall of red and green text conflicts. We realized Git was built for humans typing linearly, not for AI...