How the arqmetrica AI Maturity Index actually works.
Most published "AI maturity scores" fall apart under scrutiny. They are unfalsifiable surveys, with no scoring rubric and no benchmarking, and they are almost always written by the vendor that benefits from the score. The arqmetrica Index is built differently. This page documents how: what we measure, why those things, how scoring works, and how we benchmark you against your peers. Audit-friendly by design.
Why this Index exists
The five framework anchors
The six dimensions
| Dimension | Weight | Primary framework |
|---|---|---|
| Strategy & vision | 18% | ISO/IEC 42001:2023 §5 — Leadership |
| Data foundations | 17% | NIST AI RMF 1.0 — Map function (Data) |
| People & capability | 17% | OECD AI Principle 2.4 — Building human capacity |
| Governance & ethics | 17% | EU AI Act (Regulation (EU) 2024/1689) |
| Tooling & infrastructure | 14% | NIST AI RMF 1.0 — Map function (Infrastructure) |
| ROI & measurement | 17% | ISO/IEC 42001:2023 §9 — Performance evaluation |
How scoring works
OPTION_SCORES in the code.
A dimension score is the unweighted arithmetic mean of the four question scores in that dimension. The four questions in each dimension are calibrated during pilot testing to carry approximately equal diagnostic weight; weighting them differently would introduce a layer of judgement we cannot defend.
The overall Index score is the weighted mean of the six dimension scores, using the weights in the table above. Both dimension and overall scores are integers in the range 0–100.
Rounding is performed once at the end of each step, to the nearest integer; we do not round inside the sums or carry decimals through the formula. This preserves arithmetic accuracy without inflating apparent precision. The scoring is implemented in src/index/scoring.ts and is pinned by twelve unit tests.How a single response becomes a score.
How each dimension's weight is justified.
Weights are not arbitrary; each is anchored to a published source plus a one-line rationale. The 6 weights sum to 100 by construction.
| Dimension | Weight | Rationale | Source |
|---|---|---|---|
| Strategy & vision | 18% | Strongest single predictor of value capture in MIT Sloan/BCG longitudinal data. | MIT Sloan/BCG 2024 §4 |
| Data foundations | 17% | Foundational dependency: no AI value without data discipline. | NIST AI RMF GOVERN-1 + EU AI Act Art. 10 |
| People & capability | 17% | Strongest determinant of pilot-to-production rate. | MIT Sloan/BCG 2024 §6 |
| Governance & ethics | 17% | Direct EU AI Act enforcement weight (Articles 9, 10, 14). | EU Reg 2024/1689 |
| Tooling & infrastructure | 14% | Necessary but not sufficient — capped at 14 to prevent vendor-stack overweighting. | Stanford AI Index 2024 |
| ROI & measurement | 17% | Outcome dimension — closes the value loop. | ISO/IEC 42001:2023 §9 |
| Total | 100% | ||
Each of the 24 questions traces to a published framework.
Every item in the assessment is mapped to a specific clause or chapter in one of the five anchor sources, so each respondent's score can be traced back to where the construct came from.
Question-to-source map (excerpt).
| Dimension | Item summary | Anchor source / clause |
|---|---|---|
| Strategy & vision | Has your board or executive team formally endorsed an AI strategy? | ISO/IEC 42001:2023 §5.1 (Leadership and commitment) |
| Strategy & vision | Is there a single accountable executive for AI outcomes across the organisation? | ISO/IEC 42001:2023 §5.3 (Roles and responsibilities) |
| Data foundations | How well-documented is the lineage of data feeding production AI systems? | EU AI Act Art. 10 (Data and data governance) |
| People & capability | How structured is your AI literacy and upskilling programme? | OECD AI Principle 2.4 (Building human capacity) |
| Governance & ethics | Have you classified your AI use cases against the EU AI Act risk tiers? | EU AI Act Art. 6 + Annex III (Risk classification) |
| Governance & ethics | Do you have a documented incident response process for AI failures? | NIST AI RMF MANAGE-4 (Incident response) |
| Tooling & infrastructure | How mature is your model deployment and monitoring stack? | ISO/IEC 42001:2023 §8 (Operation) |
| ROI & measurement | Do you track value attribution back to specific AI initiatives? | ISO/IEC 42001:2023 §9 (Performance evaluation) |
Excerpt of 8 representative items; the full 24-question set is published at /the-index/start.
How the benchmark is calibrated.
The Q2 2026 edition is a calibrated benchmark model, not a large-N primary survey. It is built from published European AI-maturity research (MIT Sloan/BCG 2024, Stanford AI Index, Capgemini, OECD AI, NIST AI RMF, ISO/IEC 42001) and early Arqmetrica Index assessments collected since the Index opened to public submissions in Q1 2026. The figures below are indicative estimates calibrated against those anchors, not survey findings from a fixed cohort.
Why these are estimates, not survey statistics.
Because the current edition is a calibrated benchmark model rather than a large-N primary survey, we do not attach survey-style precision statistics to the figures. The dimension, sector and country scores are indicative estimates, calibrated against published research and early Index assessments, and should be read directionally rather than as point measurements. Formal reliability statistics will be published once primary Index cohorts are large enough to support them.
What this index does not yet do.
- Self-report bias: respondents may overstate maturity in social-desirability dimensions, particularly Governance and ROI.
- Selection bias: the early Index assessments that inform the model are self-selected and are not a probability sample of the European mid-market universe.
- Thinner sectors: Healthcare, Education, Energy & Utilities and Public Sector rest on fewer calibration inputs and should be read directionally.
- No external validation sample yet: planned for the Q3 2026 edition, paired with a structured peer-organisation sample.
What we publish next, when N supports it.
- Internal-consistency and reliability statistics, to be reported once primary Index cohorts reach sufficient size (targeted from the Q3 2026 instrument refresh).
- Test-retest correlation at 90 days, on a rolling cohort (target Q4 2026).
- Convergent validity against externally-published AI investment ratios (target Q4 2026).
- Inter-rater reliability for AI Act risk classification (planned Q1 2027).
How peer benchmarks work
Our transparency commitment
/api/data/delete; the full data-handling rules live on the Data Ethics page.
Aggregate-only public reporting. The quarterly State of European Mid-Market AI report is built solely from anonymised aggregate cohort statistics. No individual response, and no company-identifying field, ever appears in published outputs.
Open methodology. The dimension definitions, weights and scoring formulas live as ordinary TypeScript code in src/index/dimensions.ts and src/index/scoring.ts, in the public arqmetrica repository. Anyone, auditor, regulator, competitor, sceptical client, can read the exact arithmetic that produced any given score. There are no hidden adjustments and no proprietary multipliers.
And one line we will not cross: the Index scores companies, never individuals. We do not deploy AI to classify or rate the people who complete the assessment. This is not a policy we expect to revise.Everything you need to verify the numbers.
The methodology, scoring formula, and weight derivation are open under CC BY 4.0. The published research anchors and the open scoring formula are the verification artefact: anyone can reproduce the medians by re-running the formula against the same inputs and dimension weights. The 24 questions are listed in full at /the-index/start.