Launched this week

Origin
Your AI agents build fast. Origin keeps them in check.
6 followers
Your AI agents build fast. Origin keeps them in check.
6 followers
AI agents write most of your code now. But nobody knows which lines they wrote, what prompted them, or what it cost. Origin fixes that. Open source CLI tracks every AI session - Claude Code, Cursor, Copilot, Gemini. Line-by-line attribution in your git repo. getorigin.io (http://getorigin.io/) adds governance for CTOs: session replay, cost tracking, policy enforcement, PR compliance checks. Built by a DevOps guy with no coding background. Just an idea and Claude Code.






Curious about the cost tracking across different AI tools. We're juggling Claude Code, Cursor, and Copilot on different projects and have little to none visibility into what we're actually spending. Does Origin aggregate costs across all the tools or track them separately?
@f_begiello thanks for your interest. Yes, Origin aggregates costs across all agents in one dashboard. Claude Code, Cursor, Codex, Gemini - each session tracked separately but you see the total in one place: cost per agent, per developer, per repo, per day.
Copilot is trickier since Microsoft doesn't expose token/cost data via hooks yet. For Claude Code and Cursor you get full cost breakdown down to individual sessions and prompts.
The product idea is good but it is not reliable yet. I have tested it on 3 of my projects.
project 1: manual + qwen code. showing all changes are made by human
project 2: manual + claude haiku(via Zed github copliot integration). showing all changes are made by human.
project 3: gemini cli(entire project). showing all lines written by human.
@dshaw0004 thanks for the comment. The Origin will only show AI generated code committed after you installed Origin CLI. There is no way for now to backtrack existing code. If you have ideas how to do it - we can discuss.
@artem_dolobanko You were right, it is showing all the ai generated lines after origin is initialized in the project. but there is an issue - this component was made by gemini, later i manually added the condition in line 13 `v-show="showEmail"` and few other lines of code. but it is showing that everything is made by gemini. I am only sharing this to let you know about the issue, don't think I am saying it is a bad project. It is a good project.
@dshaw0004 actually you comment made me thinking about feature implementation that would help to recognise AI generated code and agents used, before origin CLI was installed. https://github.com/dolobanko/origin-cli?tab=readme-ov-file#retroactive-attribution-for-repos-that-existed-before-origin it's still in testing but you can try.