What I learned counting AI co-authored commits across 26,000 of my own
This story is from 2026-09-20. It is preserved in the archive; the latest stories are on the live feed.
I use Claude Code every day, but if you asked me how much of my code I actually write with it, all I had was a feeling. The data was sitting right there in git the whole time: $ git log --format = '%b' | grep -c 'Co-Authored-By: Claude' 960 960 out of 1,107 commits in that repo. Across everything I…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-20 17:40 · DEV Community — AI
What I learned counting AI co-authored commits across 26,000 of my own