Methodology
How country scores are constructed, what the numbers mean, and what this tool can and cannot tell you.
What this is
The AI Regulation Map visualizes the current state of AI governance in 196 countries across six dimensions, each scored 1–5. It is intended as a reference view for policy researchers, academics, and civil society: a place to form a comparable mental model of how different jurisdictions approach AI, and a jumping-off point to the primary sources behind each score.
The project was originally seeded from the EA Forum AI Governance Tracker in early 2026. Since then every country has been independently re-researched and re-scored by the automated pipeline described below; the current dataset no longer derives from that source.
The six dimensions
Each country is scored on five dimensions, plus a composite maturity index shown by default. Three dimensions (regulation status, policy lever, enforcement level) are normative: higher means more developed. Two (governance type, actor involvement) are descriptive: they record how a country governs (centralized vs. distributed, narrow vs. broad participation), not how well. Descriptive dimensions are excluded from the composite.
Since June 2026, each dimension score is the mean of four
concrete sub-indicators, each rated 1–5 against a written
definition (for enforcement level, for example: sanctions
framework, actions actually taken, dedicated authority, monitoring
practice). This produces quarter-point decimal scores that are
traceable to specific facts; the full sub-indicator table per
country is published in
subscores.json.
Scoring is calibrated so that 5 means the global frontier at
the time of scoring, meaning the standard set by the two or
three most advanced jurisdictions for that aspect, not perfection.
Countries scored before June 2026 carry integer scores until their
next research pass.
Regulation Status
The existence and maturity of AI-specific regulation: binding law, a draft bill, a national strategy, or nothing at all.
Policy Lever
The breadth of policy instruments in use, from narrow, sector-specific tools to broad, cross-cutting frameworks.
Governance Type
Where authority for AI regulation sits: concentrated in a single body vs. distributed across agencies, sectors, and levels of government. Descriptive, not a quality scale: a 1 here means highly centralized, not bad; a 5 means highly distributed, not good. This dimension does not enter the maturity index.
Actor Involvement
Which actors shape AI policy: narrow expert circles vs. broad engagement with industry, civil society, academia, and the public. Descriptive, not a quality scale, and scored on domestic process: international standard-setting activity does not substitute for civil-society access at home. This dimension does not enter the maturity index.
Enforcement Level
How strictly existing rules are enforced, from rules on paper only, to active supervision with penalties.
Maturity Index
A regulatory maturity index (the arithmetic mean of the three normative dimensions: regulation status, policy lever, and enforcement level), labelled Maturity Index on the map and exported as the Average Score column. Governance type and actor involvement are excluded because they describe regulatory style, not development; averaging them in would reward or punish countries for being centralized or distributed. Shown by default on the map because it gives the fastest cross-country read, but the individual dimensions are where the interesting signal lives.
Confidence levels
Each country record carries a confidence label that reflects how much public, primary evidence was available to the research pass.
- High: scores are supported by enacted legislation, official regulator publications, and at least two independent English-language sources published within the last 12 months.
- Medium: scores rely on strategy documents, draft bills, or reputable secondary reporting; some dimensions may be inferred from adjacent policy areas.
- Low: public information is sparse, in a non-English primary language with uncertain translation, or predates the last major policy cycle. Treat these rows as indicative rather than definitive.
Confidence is currently assigned at the record level (per country), not per individual dimension. We consider per-field confidence a future enhancement.
Data update cadence
A GitHub Action runs on the 1st of each month and researches any country whose record is older than a staleness threshold or flagged as low confidence. Manual overrides (single-country re-research, forced refresh of the whole dataset) are possible via scripts/update_data.py.
Every month's run is preserved as a snapshot in public/history.json, which drives the timeline slider on the main page, so the "score at date X" view is always reproducible from the raw data.
Evidence grounding (July 2026). Research runs can be grounded in verified policy-initiative records from the OECD.AI Policy Observatory (Policy Navigator/GAIIN): for covered countries, the model scores against those records as stated facts rather than open-ended recall, and the records themselves are shown in each country's Policy initiatives panel section. Every run, grounded or not, is recorded with its model, prompt version, and token counts in a public research_runs provenance table (see Data & API).
Known limitations
- Point-in-time view. Scores reflect the state of regulation at the last research pass. Fast-moving jurisdictions can change materially between updates.
- English-source bias. Non-English primary sources are under-represented, which systematically disadvantages countries whose regulatory debates happen in other languages. Claude mitigates this but does not eliminate it.
- Aggregate hides regional variance. Federations (US, India, Brazil) are scored at the national level; substantial sub-national variation is flattened.
- Draft vs. enacted. The rubric tries to distinguish these, but a bill that passes the week after a research pass will not update until the next monthly run.
- No independent audit. Scores are LLM-inferred, not human-coded, and have not been audited by domain experts. The sub-indicator breakdown in
subscores.jsonexists precisely so that every dimension score can be checked claim-by-claim. - Methodology change, June 2026. Sub-indicator scoring, frontier-anchored calibration, and the three-dimension maturity composite were introduced in June 2026. Score movements around that date partly reflect the methodology change, not only regulatory change.
Data access for analysts
Every data file behind this site is a static, versioned artifact: no API key, no rate limits. Load it directly into your tools:
pd.read_csv("https://airegulationmap.org/scores.csv")read.csv("https://airegulationmap.org/regulation_data.csv")/history.json (score snapshots), /data/subscores.json (sub-indicators), /data/blocs.json (bloc membership)Column definitions match this page. The git history of each file is the audit trail: every monthly update is one commit, so any past state of the dataset is retrievable and citeable by commit hash. The in-app Export button produces the same data merged into a single CSV/JSON.
For queryable access (filtered extracts, score history, the sources database, policy-initiative records, and run provenance) the same data is served by a public read-only REST API with CSV export. Endpoints and copy-paste examples live on the Data & API page.
Citing this site
Every view on the site — a single country, a comparison set, a historic date, a specific score dimension — has a stable permalink encoded in the URL query string. Include that permalink in your citation so readers can reproduce the exact view.
Suggested formats:
- APA (7th). Deane, R. (2026). AI Regulation Map [Data visualization]. Retrieved YYYY-MM-DD, from https://airegulationmap.org/…
- Chicago (author-date). Deane, Ria. 2026. "AI Regulation Map." Accessed YYYY-MM-DD. https://airegulationmap.org/…
- MLA (9th). Deane, Ria. "AI Regulation Map." AI Regulation Map, 2026, https://airegulationmap.org/…. Accessed DD Mon. YYYY.
The in-app "Cite" button on any country panel generates these strings for the current view and copies them to your clipboard.
Source code and contact
The site is open source at github.com/riadeane/airegulationmap. Issues and pull requests welcome. Made by Ria Deane.