Get Ai Adoption Tool
get-ai-adoption-toolHow much of this team's shipped work is AI-assisted, and what that work did once it shipped.
Returns adoption rate (share of active contributors using AI), contribution intensity (share of
lines changed), the AI-assisted PR rate, which AI tools were detected, detection confidence, and
a delivery outcome split comparing AI-assisted merged PRs against the rest on lead time and size.
Use it to answer "is AI actually in our SDLC yet" and "is it paying off" with the same call.
Adoption alone is a pilot metric — the outcome split is what turns it into a KPI, and the result
says plainly when the samples are too small to compare or when detection has not covered the
period. Bot and dependabot PRs are excluded from the outcome comparison.
The attribution block separates what agents reported about themselves (first-party, via
report-ai-usage) from what Coderbuds inferred from diffs, and grades the inference against the
reports — so you can see how much error the inferred numbers carry before acting on them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Reporting period. Defaults to rolling_30d. | rolling_30d |
| repository | No | Optional "owner/name" repository slug used to resolve which of your teams this call is about. It does not filter the metrics — they always cover the whole team. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team name. | |
| tools | Yes | Detected AI tools with counts and shares. | |
| period | Yes | Human-readable period label. | |
| caveats | Yes | What these numbers do and do not prove. | |
| adoption | Yes | Share of active contributors who shipped AI-assisted PRs. | |
| headline | Yes | One-line read of adoption, intensity, and the outcome split together. | |
| outcomes | Yes | AI-assisted versus other merged PRs on lead time and size, with a comparable flag. | |
| detection | Yes | Detection threshold and how much of the period has actually been analysed. | |
| intensity | Yes | Share of lines changed that came from AI-assisted PRs. | |
| confidence | Yes | Detection confidence distribution across AI-assisted PRs. | |
| attribution | Yes | What coding agents reported about their own usage, and how often the inferred detector agreed with them. | |
| assisted_pull_requests | Yes | Share of PRs that were AI-assisted. |