By Sagar Shankaran, Founder of CallSphere
Incident reporting expectations changed in 2026. What OECD AIM, the AISI, and EU AI Office want from operators when an AI system fails.
Key takeaways
Until recently, AI incident reporting was voluntary and ad hoc. By 2026 several frameworks and authorities expect (or in some cases require) incident reports for material AI failures: the OECD AI Incidents Monitor (AIM), the US AI Safety Institute (AISI), the EU AI Office (under the AI Act for systemic-risk models), and several sectoral regulators.
This piece walks through what counts as a reportable incident, who wants the report, and what the report should contain.
flowchart TD
Sev[AI failure] --> Q1{Material harm or<br/>near-harm?}
Q1 -->|Yes| Q2{Wide impact<br/>or dangerous capability?}
Q1 -->|No| Internal[Internal log only]
Q2 -->|Yes| Sys[Systemic incident<br/>likely reportable]
Q2 -->|No| Local[Local incident<br/>internal + sector-specific]
Material harm or near-harm includes:
Trivial output errors and individual hallucinations are not reportable; patterns are.
The OECD AIM is the broadest catalog of AI incidents in 2026. It aggregates reports from press, civil society, and direct submissions. Submissions are voluntary but increasingly expected for cross-border or systemic incidents.
A submission to AIM includes:
OECD publishes anonymized incident summaries that have become a primary reference for regulators worldwide.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
AISI is part of NIST. It runs voluntary safety testing of frontier models and accepts incident reports from frontier-model deployers. The reporting expectations are higher for models that have been through AISI evaluation — incidents must be communicated within defined windows.
AISI's incident framework covers:
For systemic-risk GPAI models under the EU AI Act, incident reporting is mandatory. The AI Office defined the format in 2025 implementing acts. Reports must be filed within specific windows after the operator becomes aware of a serious incident.
A serious incident under Article 73 includes anything causing material harm to fundamental rights, safety, or critical infrastructure.
Several sectors have their own AI-incident channels:
These overlap with OECD AIM and EU AI Office but require sector-specific filing in addition.
flowchart TB
Rep[Incident Report] --> Meta[Metadata: date, system, version]
Rep --> Desc[Narrative description]
Rep --> Impact[Impact assessment]
Rep --> Cause[Root-cause analysis]
Rep --> Resp[Response taken]
Rep --> Prev[Prevention plan]
A typical 2026 report runs 5-15 pages. The hardest sections to write well are root-cause analysis (LLMs are non-deterministic; classical RCA does not apply cleanly) and prevention plan (what evidence shows the prevention will actually prevent).
For a mid-sized AI company in 2026:
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
Beyond compliance, incident reporting:
AI Incident Reporting: What OECD AIM and the US AI Safety Institute Want forces a tension most teams underestimate: agent handoff state. A single LLM call is easy. A booking agent that hands a confirmed slot to a billing agent that hands a follow-up to an escalation agent — that's where context loss, hallucinated IDs, and double-bookings live. Solving it well means treating the conversation as a stateful workflow, not a chat.
The protocol layer determines what's possible: WebRTC for browser-side widgets, SIP trunks (Twilio, Telnyx) for PSTN voice, WebSockets for the Realtime API streaming session. Each has its own jitter buffer, its own ICE/STUN dance, and its own failure modes when a customer's corporate firewall is hostile.
Front-end is Next.js 15 + React 19 for the marketing surface and the in-app dashboards, with server components used heavily for the SEO-critical pages. Backend splits across FastAPI for the AI worker, NestJS + Prisma for the customer-facing API, and a thin Go gateway that does auth, rate limiting, and routing — letting each service scale on its own characteristics.
Datastores: Postgres as the source of truth (per-vertical schemas like healthcare_voice, realestate_voice), ChromaDB for RAG over support docs, Redis for ephemeral session state. Postgres RLS enforces tenant isolation at the row level so a misconfigured query can't leak across customers.
What's the right way to scope the proof-of-concept?
Real Estate runs as a 6-container pod (frontend, gateway, ai-worker, voice-server, NATS event bus, Redis) backed by Postgres realestate_voice with row-level security so multi-tenant data never crosses tenants. For a topic like "AI Incident Reporting: What OECD AIM and the US AI Safety Institute Want", that means you're not starting from scratch — you're configuring an agent template that's already been hardened across thousands of conversations.
How do you handle compliance and data isolation? Day one is integration mapping (scheduler, CRM, messaging) and prompt tuning against your top 20 real call transcripts. Day two through five is shadow-mode running, where the agent transcribes and recommends but a human still answers, so you can compare side-by-side. Go-live is the moment your eval pass-rate clears your internal bar.
When does it make sense to switch from a managed model to a self-hosted one? The honest answer: it scales until your tool catalog gets stale. The agent is only as good as the integrations it can actually call, so the operational discipline is keeping schemas, webhooks, and fallback paths green. The platform handles the rest — observability, retries, multi-region routing — without your team owning the GPU layer.
Want to see how this maps to your stack? Book a live walkthrough at calendly.com/sagar-callsphere/new-meeting, or try the vertical-specific demo at salon.callsphere.tech. 14-day trial, no credit card, pilot live in 3–5 business days.
Written by
Sagar Shankaran· Founder, CallSphere
Sagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
A fair audit of Anthropic's Responsible Scaling Policy, its AI Safety Levels, who actually audits compliance, and whether it has ever delayed a release.
Both vendors invest heavily in safety post-training. The differences show up in refusal behavior, prompt-injection resistance, and how each handles agentic edge cases.
Documentation expectations for production AI systems in 2026 — what to write, where to keep it, and what regulators now expect.
Most AI governance committees are theater. The 2026 charter templates from companies running real, decision-making AI governance.
AIBOM is the SBOM equivalent for AI systems. The competing 2026 standards (CycloneDX-AI, SPDX-AI), what they capture, and which is winning.
NIST's generative-AI profile updated the AI Risk Management Framework. How to map its controls to a real LLM stack in 2026.
© 2026 CallSphere LLC. All rights reserved.
Watch how CallSphere handles real customer calls, schedules appointments, and processes payments — live.
Try Live DemoBook a DemoCalculate Your ROI