Show HN: Origin – Git blame for AI agents (track which AI wrote every line)

getorigin.io

3 points by dolobanko a day ago

We built Origin after realizing nobody on our team could answer "which AI wrote this?" when a bug appeared.

Origin hooks into Claude Code, Cursor, Gemini, and Codex. Every commit gets tagged with which agent wrote it, what prompt generated it, which model, and what it cost. Run `origin blame` on any file and you see [AI] or [HU] per line — like git blame but for AI agents.

All data stored in git notes. No server required, works offline, zero lock-in.

CLI is open source (MIT): github.com/dolobanko/origin-cli Team dashboard: getorigin.io

Would love feedback on the attribution approach — we're using git notes to store session data on commit hashes.