Level 4 governs the programme. Level 5 builds the machinery, and it is written for the person who will be blamed at 8 a.m. when the automation does something strange.
An automation is not a bigger prompt. It is a system with state, triggers, failure modes, credentials, queues, and an audit trail, connected to the systems a dental practice runs on. It will encounter a patient reply that contains an instruction, a practice-management API that returns yesterday's data, a token that expires on a Saturday, a duplicate job that sends the same message twice, and a coordinator with forty items in an approval queue who has learned to click through them. Each of these is a design problem with a known answer, and each of them has bitten a real practice.
Five modules. Agents and orchestration defines what a narrowly scoped dental agent is, how multi-step workflows are sequenced and bounded, and how state, idempotency, and failure handling stop the same message going out three times. APIs and integrations covers working with practice-management interfaces, event-driven triggers and webhooks, and the data mapping, reconciliation, and drift that make an automation quietly wrong. Human-in-the-loop and access control designs approval queues people can genuinely work rather than rubber-stamp, role-based access for automations and their operators, and confidence thresholds with graceful degradation. Security covers prompt-injection defence across a dental pipeline, secrets and supply chain, and the logging and monitoring that make an incident answerable. Incident response and value covers rollback, capacity and cost control, and measuring return on investment honestly, including the reviewer time the automation consumes.
The clinical boundary does not move. Automations here draft, route, queue, log, and remind. They never diagnose, interpret images, prescribe, plan treatment, assign codes, or determine benefits, and the human step exists precisely where a person must own the outcome.
The level ends with an implementation capstone: you specify, build on paper, and defend one automation end to end on fictional data. This is an independent educational course offered by AI Coalition Network. It does not replace dental licensing, clinical judgment, privacy, security or legal counsel, payer requirements, or the laws and rules of any state.