Circuit breaker
An automatic safeguard that stops sending requests to a failing AI component for a cool-down period and routes to a fallback instead, then cautiously tests recovery. It moves through closed, open, and half-open states. Prevents a failing component from being hammered into a cascade.
Defined in 3 GAGE programs, which carry 7 distinct definitions of it. The wording above is taught in Business AI Transformation.
How each discipline defines it
The same term does different work depending on who is using it. These are the definitions as each program teaches them, unedited.
An automatic safeguard that stops sending requests to a failing AI component for a cool-down period and routes to a fallback instead, then cautiously tests recovery. It moves through closed, open, and half-open states. Prevents a failing component from being hammered into a cascade.
A stop with automatic trip conditions that acts on the environment rather than asking the actors to stop, exemplified by the market-wide trading halts strengthened after the 2010 Flash Crash. An agent's automatic trip conditions are a circuit breaker scaled to one deployment.
A hard, automatic limit on an action's cycles, cost, or time that forces a process to halt and escalate to a human once a defined threshold is crossed, the primary control this topic names for closing a compounding-effects gap.
A general engineering pattern (referenced by this topic's threshold-trigger mechanism) that automatically interrupts a process once a defined limit is crossed, preventing a runaway failure from continuing to compound.
A resilience pattern that stops calling a failing dependency after repeated failures and returns a fallback, then periodically tests for recovery, so one failed service does not cascade into a full outage.
Where it is taught
The exact lessons this term appears in. The first 7 topics of every program are free with a free account.
- Systemic Risk · The Agent, Deconstructed, Agentic AI Governance: Applied Mastery
- The Off Switch · Bounding by Design, Agentic AI Governance: Applied Mastery
- You deploy an agent: scoping, containment, and the kill switch you test before launch · Agents Under Command, AI Governance: Applied Mastery
- Enterprise Integration Strategy · Technology, Platforms and Vendors, Business AI Transformation
- The Governance Operating Model, Speed and Control · Governance and Responsible AI, Business AI Transformation
- AI System Reliability and Safety Engineering · Risk, Resilience and Frontier AI, Business AI Transformation
- Frontier AI, Autonomous Agents and Emerging Paradigms · Risk, Resilience and Frontier AI, Business AI Transformation
Terms it appears with
Not an alphabetical neighbourhood: these are the terms taught in the same lessons, ranked by how often they appear together.