Skip to content

Visualize the authorship DNA of open source software.

License

Notifications You must be signed in to change notification settings

thedaviddias/ai-vs-human

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI vs Human

Visualize the authorship DNA of open source software.

AI vs Human is a modern dashboard that analyzes GitHub repositories to reveal the real breakdown of contributions. We distinguish between human handcrafted code, AI-assisted commits (Copilot, Claude Code, Cursor, etc.), and automated maintenance bots.

Live Demo: aivshuman.dev

🚀 Features

  • Granular AI Attribution: Detects specific tools like GitHub Copilot, Claude Code, Cursor, Aider, Devin, OpenAI Codex, and Gemini.
  • Activity Timelines: A full year of activity visualized through a high-density contribution heatmap.
  • Developer Ranks: Gamified badges from "Organic Architect" to "Digital Overseer" based on your contribution DNA.
  • Lines of Code Analysis: Goes beyond commit counts to measure actual volume of code added by AI vs Humans.
  • Shareable Identity: Custom generated scorecard images and embeddable README badges.

🛠️ Tech Stack

🧠 How it Works

Our analysis engine uses a priority-based cascade to classify every commit:

  1. Author Type: GitHub API signals for Bot accounts.
  2. Author/Committer Data: Matching login, name, and email against 50+ known patterns.
  3. Co-Authorship: Parsing Co-authored-by trailers for AI tool signatures.
  4. Message Markers: Scanning commit messages for "Generated with..." or tool-specific prefixes.
  5. PR Metadata: Inspecting the source PR of squash-merges to identify the original AI agent creator.

🤝 Contributing

We welcome contributions! Whether it's adding new AI tool detection patterns or improving the UI, check out our Contributing Guide to get started.

📄 License

Distributed under the MIT License. See LICENSE for more information.

✨ Contributors

Thanks goes to these wonderful people (emoji key):

David Dias
David Dias

💻 🎨 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Visualize the authorship DNA of open source software.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors