{
 "slug": "global-sovereign-ai-oversight-repository-open-source",
 "topic_id": "TOPIC-108",
 "cluster": "Content Moats & Datasets",
 "tier": "Tier A",
 "title": "Tracking human-oversight mandates across jurisdictions",
 "summary": "Statutory requirements for human involvement in automated decisions are appearing in many places at once, in different vocabularies. The overlap is larger than the differences.",
 "lede": "A multinational tracking AI regulation faces a research problem with no shared taxonomy: fifteen jurisdictions, different instruments, different definitions, and the same underlying question.",
 "date": "2026-01-14",
 "category": "Compliance",
 "author_id": "elias-vanterpool-osei",
 "tags": [
  "regulatory tracking",
  "jurisdictions",
  "human oversight",
  "open data",
  "compliance",
  "research"
 ],
 "image_title": "Tracking Oversight Mandates Globally",
 "schema": "Article",
 "key_takeaways": [
  "Requirements differ in scope and vocabulary and converge on four demands: identify the person, record what they saw, show authority, retain it.",
  "Tracking is expensive because there is no common structure; most of the cost is normalisation rather than reading.",
  "A structured schema turns an annual research exercise into a maintained dataset."
 ],
 "body": [
  {
   "type": "h2",
   "text": "Why this is expensive to track"
  },
  {
   "type": "diagram",
   "kind": "chain",
   "alt": "Three questions under every vocabulary",
   "caption": "Track the answers, not the wording.",
   "nodes": [
    {
     "label": "Was a person involved?",
     "sub": "identity",
     "note": "not an account"
    },
    {
     "label": "Did they have authority?",
     "sub": "meaningfulness",
     "note": "could they refuse"
    },
    {
     "label": "Can you evidence it?",
     "sub": "records",
     "note": "to a third party",
     "good": true
    }
   ]
  },
  {
   "type": "p",
   "html": "The difficulty is not finding the instruments. It is that they cannot be compared without normalisation."
  },
  {
   "type": "table",
   "head": [
    "Dimension",
    "Variation"
   ],
   "rows": [
    [
     "Instrument type",
     "Statute, regulation, sector guidance, supervisory expectation"
    ],
    [
     "Trigger",
     "Risk classification, sector, decision type, or effect on individuals"
    ],
    [
     "Vocabulary",
     "Human oversight, meaningful human review, human intervention, natural person verification"
    ],
    [
     "Record requirement",
     "Explicit and detailed, explicit and vague, or implied"
    ],
    [
     "Timing",
     "In force, phased, announced, or in consultation"
    ],
    [
     "Enforcement",
     "Administrative penalty, private right of action, supervisory action"
    ]
   ]
  },
  {
   "type": "p",
   "html": "Reading one instrument takes an hour. Making it comparable to fourteen others takes considerably longer, and doing it consistently over time is what defeats most internal efforts."
  },
  {
   "type": "h2",
   "text": "The convergent core"
  },
  {
   "type": "p",
   "html": "Beneath the variation, the same four demands recur."
  },
  {
   "type": "ol",
   "items": [
    "<strong style=\"font-weight:600\">Identify the person.</strong> A natural person, not an account or a team.",
    "<strong style=\"font-weight:600\">Record what they considered.</strong> The output, and often what was displayed.",
    "<strong style=\"font-weight:600\">Establish their authority.</strong> Could they have decided otherwise?",
    "<strong style=\"font-weight:600\">Retain it.</strong> For a period, retrievable and intact."
   ]
  },
  {
   "type": "p",
   "html": "An organisation that satisfies these four is well positioned under most instruments. One that satisfies none is exposed under all of them, and the specific jurisdiction is a detail."
  },
  {
   "type": "h2",
   "text": "A schema for tracking"
  },
  {
   "type": "code",
   "text": "{\n  \"jurisdiction\": \"...\",\n  \"instrument\": { \"name\": \"...\", \"type\": \"statute|regulation|guidance\",\n                  \"status\": \"in_force|phased|proposed|consultation\" },\n  \"scope\": { \"trigger\": \"risk_class|sector|decision_effect\",\n             \"applies_to\": \"provider|deployer|both\" },\n  \"human_oversight\": {\n    \"required\": true,\n    \"terminology\": \"as used in the instrument\",\n    \"identifies_natural_person\": true,\n    \"requires_authority_to_override\": true,\n    \"requires_record_of_content_reviewed\": false\n  },\n  \"records\": { \"required\": true, \"retention\": \"...\", \"format\": \"unspecified\" },\n  \"dates\": { \"adopted\": \"...\", \"effective\": \"...\", \"phases\": [] },\n  \"enforcement\": { \"mechanism\": \"...\", \"private_right\": false },\n  \"sources\": [ \"...\" ],\n  \"last_reviewed\": \"2026-07-15\"\n}"
  },
  {
   "type": "p",
   "html": "The <code>last_reviewed</code> field is what makes a dataset like this trustworthy. A regulatory tracker without review dates is a snapshot presented as current, which is worse than no tracker."
  },
  {
   "type": "h2",
   "text": "Why an open dataset works better than a proprietary one"
  },
  {
   "type": "table",
   "head": [
    "Property",
    "Proprietary tracker",
    "Open dataset"
   ],
   "rows": [
    [
     "Coverage",
     "Depends on one team's capacity",
     "Contributions from local practitioners"
    ],
    [
     "Accuracy",
     "Unverifiable by the user",
     "Checkable against cited sources"
    ],
    [
     "Correction speed",
     "A support ticket",
     "A correction with a citation"
    ],
    [
     "Bias",
     "Reflects the vendor's product interest",
     "Visible, because the sources are shown"
    ]
   ]
  },
  {
   "type": "p",
   "html": "The bias row deserves acknowledgement. Any tracker maintained by a party with a commercial interest in the requirements being demanding should be read with that in mind, and publishing the sources is how that is made checkable."
  },
  {
   "type": "h2",
   "text": "Using it without over-reading it"
  },
  {
   "type": "p",
   "html": "Three appropriate uses and one inappropriate one."
  },
  {
   "type": "ul",
   "items": [
    "<strong style=\"font-weight:600\">Scoping:</strong> which jurisdictions have requirements that plausibly reach your systems",
    "<strong style=\"font-weight:600\">Sequencing:</strong> which deadlines come first",
    "<strong style=\"font-weight:600\">Design:</strong> what the convergent core requires, so you build once",
    "<strong style=\"font-weight:600\">Not:</strong> determining whether a specific obligation applies to you — that is a legal question about your systems and your facts"
   ]
  },
  {
   "type": "p",
   "html": "A tracker tells you where to look. It cannot tell you whether your particular deployment is in scope, and treating it as though it can is how organisations get this wrong in both directions."
  },
  {
   "type": "h2",
   "text": "What to build regardless"
  },
  {
   "type": "p",
   "html": "The four convergent demands. They are required by every instrument in some form, they are expensive to retrofit, and they are useful independently of regulation — an incident investigation asks the same four questions."
  },
  {
   "type": "p",
   "html": "This describes regulatory structure at a general level and is not legal advice. Applicability and timing depend on your systems and jurisdiction; take specifics to counsel."
  },
  {
   "type": "h2",
   "text": "A starting schema"
  },
  {
   "type": "p",
   "html": "A tracker is only useful if each row answers the same questions, so the schema matters more than the coverage. Eight fields are enough to be useful and few enough to keep current."
  },
  {
   "type": "table",
   "caption": "Fields per jurisdiction entry",
   "head": [
    "Field",
    "Contents"
   ],
   "rows": [
    [
     "<code>jurisdiction</code>",
     "Country or bloc, plus sub-national where applicable"
    ],
    [
     "<code>instrument</code>",
     "Statute, regulation or guidance, with a citation"
    ],
    [
     "<code>status</code>",
     "Proposed, enacted, in force, or lapsed"
    ],
    [
     "<code>trigger</code>",
     "What brings a system into scope"
    ],
    [
     "<code>oversight_language</code>",
     "The exact phrase used, untranslated"
    ],
    [
     "<code>identity_required</code>",
     "Whether a natural person must be identifiable"
    ],
    [
     "<code>record_obligation</code>",
     "What must be retained, and for how long"
    ],
    [
     "<code>verified_on</code>",
     "Date the entry was last checked against source"
    ]
   ]
  },
  {
   "type": "h2",
   "text": "What a starter set looks like"
  },
  {
   "type": "p",
   "html": "A handful of entries, recorded in that schema, makes the overlap visible immediately. Statuses move, so each row carries a check date and each is a pointer to the primary source rather than a substitute for it."
  },
  {
   "type": "table",
   "caption": "Illustrative entries — verify each against its primary source before relying on it",
   "head": [
    "Jurisdiction",
    "Instrument",
    "Oversight language"
   ],
   "rows": [
    [
     "European Union",
     "Regulation (EU) 2024/1689, Articles 14 and 26",
     "“human oversight” by natural persons"
    ],
    [
     "European Union",
     "GDPR Article 22",
     "decisions “based solely on automated processing”"
    ],
    [
     "United States — Colorado",
     "SB24-205 (Colorado AI Act)",
     "duties of care around algorithmic discrimination"
    ],
    [
     "United States — California",
     "CCPA automated decision-making regulations",
     "access and opt-out around automated decisions"
    ],
    [
     "United Kingdom",
     "Sectoral, via existing regulators",
     "varies by regulator"
    ]
   ]
  },
  {
   "type": "p",
   "html": "Entries lapse. A bill that dies when a legislature is dissolved should stay in the dataset with status <code>lapsed</code> rather than being deleted, because the drafting tells you where the next attempt will start."
  },
  {
   "type": "h2",
   "text": "Objections and honest limits"
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“A proprietary tracker would be better maintained.”</strong> The opposite, usually. A dataset anyone can correct gets corrected, and the corrections are visible. A proprietary one is as current as one vendor's staffing."
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“This is close enough to legal advice.”</strong> It is not, and the dataset should say so on every page. A tracker is an index to primary sources, and the <code>verified_on</code> field exists to stop anyone treating a row as current by default."
  }
 ],
 "faq": [
  {
   "q": "Why is regulatory tracking expensive?",
   "a": "Finding instruments is easy; normalising them so they are comparable is not. Most of the cost is structural, and consistency over time is what defeats internal efforts."
  },
  {
   "q": "What do the instruments have in common?",
   "a": "Identify the natural person, record what they considered, establish their authority to decide otherwise, and retain it."
  },
  {
   "q": "Why does a review date matter?",
   "a": "A tracker without one is a snapshot presented as current, which is worse than no tracker at all."
  },
  {
   "q": "Can a tracker tell us whether we are in scope?",
   "a": "No. It tells you where to look. Whether a particular deployment is in scope is a legal question about your systems and facts."
  },
  {
   "q": "Why track the exact phrase used?",
   "a": "Because translations and paraphrases lose the distinctions that determine scope. Record the original and link the source."
  },
  {
   "q": "Why keep dead bills?",
   "a": "Drafting that lapsed procedurally usually returns in similar form, so it tells you where the next attempt starts."
  },
  {
   "q": "Is this legal advice?",
   "a": "No. A tracker is an index to primary sources, which is why every entry carries a citation and a verification date."
  }
 ],
 "sources": [
  {
   "t": "Regulation (EU) 2024/1689 (AI Act) — consolidated text",
   "u": "https://eur-lex.europa.eu/eli/reg/2024/1689/oj"
  },
  {
   "t": "State and national AI statutes addressing automated decision-making."
  },
  {
   "t": "Sector regulator publications on AI oversight expectations."
  },
  {
   "t": "GDPR Article 22 — automated individual decision-making",
   "u": "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
  },
  {
   "t": "GDPR Article 22 — automated individual decision-making",
   "u": "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
  },
  {
   "t": "Colorado SB24-205 — signed act",
   "u": "https://leg.colorado.gov/sites/default/files/2024a_205_signed.pdf"
  }
 ],
 "related": [
  {
   "slug": "eu-ai-act-article-14-human-oversight-playbook",
   "title": "Article 14 asks who the natural person was",
   "category": "Compliance"
  },
  {
   "slug": "uk-ai-white-paper-responsible-ai-implementation",
   "title": "Sectoral AI regulation",
   "category": "Compliance"
  },
  {
   "slug": "colorado-sb-26-189-implementing-algorithmic-discrimination-protections",
   "title": "Adverse action under algorithmic discrimination law",
   "category": "Compliance"
  }
 ],
 "image": "https://cdn.twc.sh/images/igcache/Tracking%20Oversight%20Mandates%20Globally/1200_630/blog.jpg",
 "wordcount": 1042,
 "url": "/blog/global-sovereign-ai-oversight-repository-open-source.html",
 "reading_time": "5 min read",
 "meta_description": "Statutory requirements for human involvement in automated decisions are appearing in many places at once, in different vocabularies.",
 "hub": {
  "slug": "topics/research-and-datasets",
  "title": "Research, datasets and methods"
 },
 "answer": "Less than the vocabulary suggests. Different regimes use different words — human oversight, meaningful human involvement, competent supervision — and ask three overlapping questions: was an identified person involved, did they have real authority, and can you produce evidence.",
 "answer_q": "How much do human-oversight mandates actually differ?",
 "glossary": [
  {
   "term": "Convergent core",
   "def": "The requirements that recur across regimes regardless of vocabulary — identity, authority, evidence."
  },
  {
   "term": "Trigger",
   "def": "What brings a system into a regime's scope, which varies far more than the obligations do."
  },
  {
   "term": "Lapsed instrument",
   "def": "A proposal that died procedurally, which usually returns in similar form."
  }
 ],
 "checklist": {
  "title": "Using a tracker without over-reading it",
  "id": "tracker",
  "desc": "Five steps.",
  "steps": [
   {
    "name": "Read the primary source before relying on a row.",
    "text": "The row is an index, not an authority."
   },
   {
    "name": "Check the verification date.",
    "text": "Statuses move faster than trackers."
   },
   {
    "name": "Do not treat translations as operative.",
    "text": "Record the original phrase."
   },
   {
    "name": "Keep lapsed entries.",
    "text": "Dead bills predict live ones."
   },
   {
    "name": "Build to the convergent core.",
    "text": "Not to any single jurisdiction."
   }
  ]
 },
 "cta": {
  "title": "Where this fits in Manav",
  "html": "Every regime in the dataset asks the same three questions. Manav produces one artefact that answers all three.",
  "href": "../docs.html",
  "label": "See the artefact"
 }
}