DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.
1,180+ deals tracked · 22 AI investment memos · Updated daily
Show HN: Origin – Git blame for AI agents (track which AI wrote every line)
We built Origin after realizing nobody on our team could answer "which AI wrote this?" when a bug appeared.<p>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.<p>All data stored in git notes. No server required, works offline, zero lock-in.<p>CLI is open source (MIT): github.com/dolobanko/origin-cli Team dashboard: getorigin.io<p>Would love feedback on the attribution approach — we're using git notes to store session data on commit hashes.
Origin addresses a timely and growing pain point in the AI-assisted development workflow by providing much-needed attribution and auditability for generated code. While the technical approach using git notes is elegant and developer-friendly, the project faces significant platform risk as IDEs and version control providers could easily integrate similar features natively.