Compatible with git-ai v3.0.0 standard

Know your AI code.

See what AI builds, what it costs, and whether it lasts. Attribution, cost analysis, and durability tracking for every line.

Connect GitHub — free Install CLI
src/auth.py — 78% AI — $2.34 total
1humanimport os
2humanimport sys
3humanfrom pathlib import Path
4
5claude-codeclass AuthManager:$0.02
6claude-code """Handle auth flows."""$0.01
7claude-code def __init__(self, db):$0.02
8claude-code self.db = db$0.01
9claude-code self.cache = {}$0.01
10claude-code def login(self, email, pwd):$0.02
11claude-code user = self.db.get(email)$0.02
12human
13cursor def validate_token(self, tok):$0.03
14cursor return jwt.decode(tok)$0.02
15human def logout(self, token):
16human self.cache.pop(token)

Attribution

Know which agent wrote every line. Git blame, but for AI. Claude Code, Cursor, Codex, Windsurf — all in one view.

Cost

Every AI-generated line has a price tag. Track $/line by agent, model, and developer. Know if the AI spend is worth it.

Durability

Track what survives. Which agent's code lasts? Which gets thrown away? Compare survival rates across your team.

Works with your AI coding tools

C
Claude Code
Cu
Cursor
Cx
Codex
W
Windsurf
Co
Copilot (soon)

Start tracking your AI code today.

Free tier includes CLI + 1 repo on the dashboard. No credit card required.

Connect GitHub — free