How much does AI influence work and society?
The AI Delegation Curve is a public measurement project tracking AI influence across consequential domains of work and civic life. It turns scattered adoption signals, transparency reports, surveys, public datasets, and research findings into one time-series index.
Live report: curve.thinkwright.ai
The Q2 2026 update estimates the Delegation Curve at:
45.8
That is up 8.1 points since 2025 on the current measurement series.
The curve preserves prior public points, while archived published runs remain available in the dataset for audit. The goal is to maintain a continuous signal over time, not just a one-off score.
The score is a 0-100 composite estimate of AI influence and delegated workflow share. It is not a literal claim that a fixed percentage of all human decisions are made by AI.
Each domain combines direct workflow evidence where available with proxy signals where direct measurement is still incomplete. Examples include automated enforcement rates, adoption surveys, regulatory datasets, workflow telemetry, platform disclosures, and research studies.
Status bands:
The current index tracks nine domains:
The project treats source quality as part of the measurement, not a footnote.
Some domains are more mature than others. Content moderation has strong platform-level evidence. Software development now has several high-value 2026 signals. Hiring, medicine, law, and education still rely more heavily on surveys and proxy measures, so confidence should be interpreted accordingly.
Canonical methodology and audit records live in docs/:
docs/methodology/overview.md explains the measurement approach.docs/methodology/current-series.md explains the current public curve series and recalculated 2025 comparison point.docs/methodology/source-grading.md defines evidence grades and refresh workflow.docs/runs/2026-q2.md records the current 2026 Q2 run.docs/evidence/2026-q2/ contains domain-level evidence notes and caveats.The underlying data is published with the site:
/seed.json contains the full JSON seed dataset./data provides downloadable data access from the report.The repository also includes the data-generation pipeline used to materialize the public dataset. Analysts can inspect seed/seed.json, seed/overrides.yaml, and internal/collect/score.go to review values, formulas, and weights.
git clone [email protected]:thinkwright/delegation-curve.git
cd delegation-curve
cd frontend
npm ci
npm run dev
For a full data rebuild, use the Makefile targets in the repository root:
cd ..
make generate
make test
MIT