Incident Reporting · Structured Evidence
This form maps a real event to one of the AI Non-Delegation Doctrine's three failure modes. It records who held commit authority, what became binding, and what would have prevented it. Submissions contribute to the anonymised evidence base published on this site.
Submitted
Your incident record has been submitted. It will be reviewed and, where appropriate, included in anonymised metrics published on this site. Thank you for contributing to the evidence base.
For technical teams
The full schema for this form, with all field constraints.
primary_failure_mode is constrained to the doctrine's three modes.
commit_point_type is an explicit enum identifying the bind point.
{
"incident_id": "string (auto-generated)",
"date_time_reported": "string (ISO 8601)",
"event_date_time": "string (ISO 8601)",
"reporter": {
"name": "string",
"role": "string (optional)",
"contact": "string (optional, not published)"
},
"event_title": "string",
"event_description": "string",
"organisation": "string",
"jurisdiction": "string (optional)",
"primary_failure_mode": "enum:
I · Absence of authority
| II · Degradation of authority
| III · Fragmentation of authority",
"commit_point_type": "enum:
advise | send | sign | file
| submit | enforce | pay | deny | other",
"commit_authority": {
"held": "boolean",
"name": "string (required if held = true)",
"role": "string (required if held = true)"
},
"binding_outcome": {
"what_became_binding": "string",
"effective_date_time": "string (ISO 8601, optional)",
"decision_document_or_link": "string (optional)"
},
"preventable_by": {
"what_would_have_stopped_it": "string",
"when_action_would_need_to_have_occurred": "string"
},
"evidence_refs": ["string (not published)"],
"immediate_actions_taken": "string (optional)",
"impact_summary": "string",
"confidence_level": "enum: High | Medium | Low",
"tags": ["string"],
"one_page_summary": "string (auto-generated)"
}