Track and measure
AI-assisted development

AIDA Metrics provides tangible, auditable metrics to distinguish between AI noise and AI value in your software development workflow.

npm install -g @aida-dev/cli
View on GitHub
Terminal
$ aida collect --since 30d
✓ Collected 247 commits from last 30 days
$ aida analyze
✓ Merge ratio: 78.5%
✓ Average persistence: 12.3 days
$ aida report
✓ Reports generated in ./aida-output/

Core Metrics

📊

Merge Ratio

Track what percentage of AI-generated code actually gets merged into production.

⏱️

Persistence

Measure how long AI-generated code survives in your codebase before being modified.

🎯

AI Detection

Configurable heuristics to identify AI-assisted commits with high accuracy.

🚀

CI/CD Ready

Seamless integration with GitHub Actions, GitLab CI, and other pipelines.

Get Started

1

Install globally

npm install -g @aida-dev/cli
2

Navigate to your Git repo

cd /path/to/your/repo
3

Run analysis

aida collect --since 30d && aida analyze && aida report

Ready to measure AI impact?

Join developers who are quantifying their AI-assisted development workflow.