Quarterly Reports

Pulse Reports
State of AI Coding

Data-driven quarterly reports on AI coding tool adoption, developer behavior, and market dynamics. Built from the largest open dataset of AI-assisted commits.

Q1 2026 · First Edition

State of AI Coding: Q1 2026

Published April 2026
active developers
AI-assisted commits
repositories
6
tools tracked
  • Report loading — data populated from pipeline on first build cycle

Embeddable Widgets

Embed live DevImprint data in your blog, documentation, or dashboard. Widgets auto-refresh every 5 minutes.

DevImprint Stats Widget
Stats Widget
DevImprint Tools Widget
Tools Widget

Embed in any HTML page:

<img src="https://devimprint.com/widget/stats" alt="AI Coding Stats"> <img src="https://devimprint.com/widget/tools" alt="AI Tool Adoption"> <img src="https://devimprint.com/widget/trends" alt="AI Coding Trends"> <!-- Optional: light theme --> <img src="https://devimprint.com/widget/stats?theme=light" alt="AI Coding Stats"> <!-- Optional: single tool trend --> <img src="https://devimprint.com/widget/trends?tool=claude-code" alt="Claude Code Trends">

Aggregate API

Free, unauthenticated access to aggregate platform data. All endpoints return aggregate metrics — never individual developer data. Rate-limited to 100 requests/minute.

GET /api/v1/stats Platform overview stats
GET /api/v1/tools Tool adoption & market share
GET /api/v1/trends?months=12 Monthly time-series data
GET /api/v1/reports Available report listing
GET /api/v1/reports/:id Full report data (JSON)
GET /api/v1/data?from=...&to=...&tool=... Custom data cuts (aggregate only)

Example response — /api/v1/stats:

{ "updated_at": "2026-04-21T12:00:00Z", "developers": { "total": 227000, "active_30d": 150000 }, "commits": { "total": 10600000, "ai_assisted_30d": 182000 }, "repos": { "total": 145000, "active_30d": 52000 }, "tools": { "tracked": 6, "names": ["claude-code","cursor","copilot",...] } }

Custom Data Cuts

Need a custom data cut for research, journalism, or analysis? Use the /api/v1/data endpoint to filter aggregate trends by date range and tool. All data is anonymized and aggregated — no individual developer information is ever exposed.

GET /api/v1/data?from=2025-06&to=2026-03 GET /api/v1/data?tool=claude-code,cursor&from=2026-01 GET /api/v1/data?to=2026-03 (all tools, up to date)

For enterprise licensing or bespoke datasets, contact [email protected].