Predefined automatic halts that suspend an activity once a risk metric breaches a set threshold. In markets, exchange rules pause trading after sharp price moves; in agentic and model-risk contexts, they are hard-coded triggers that stop or escalate a system when it enters higher-risk states.
How it works
A monitored variable — price move, loss, confidence score, or risk-flagged edge case — is compared against a hard threshold; breaching it triggers an automatic action (pause, rollback, human escalation) without discretion. In agentic systems, the design pattern is the same: predefined rules that interrupt autonomous execution before a low-probability, high-consequence outcome compounds.
Why it matters now
As agentic AI moves into trading, payments, and operational workflows in 2025-2026, "circuit breakers for higher-risk edge cases" have become the governance primitive regulators and risk teams demand — porting an exchange-floor concept into model-risk frameworks where autonomy outpaces oversight.
Example
US equity markets use three market-wide circuit breakers tied to the S&P 500: a 7% intraday decline (Level 1) and 13% decline (Level 2) each trigger a 15-minute halt, while a 20% decline (Level 3) halts trading for the rest of the session. These were tripped during the March 2020 COVID selloff.
Frequently asked
- What are circuit breakers in financial markets?
- Circuit breakers are exchange rules that automatically halt trading when a price index falls past a set threshold, giving markets time to absorb information and dampen panic-driven selling. US equity markets use three market-wide levels tied to the S&P 500 — 7%, 13%, and 20% intraday declines — with the first two pausing trading for 15 minutes.
- When were US market-wide circuit breakers last triggered?
- US Level 1 circuit breakers were last triggered during the March 2020 COVID-19 selloff, halting trading on four separate days that month. The current 7%/13%/20% framework, calibrated to the S&P 500, was adopted in 2013, replacing the older DJIA-point-based system created after the 1987 crash.
- How do circuit breakers differ in agentic AI systems?
- In agentic AI
Glossary · agentic systems
AI deployments that perceive an environment, set sub-goals, and execute multi-step actions autonomously toward an objective, with limited human intervention between decision and execution. In finance they span agentic trading, research, and operations — distinguished from generative AI by their capacity to act rather than merely produce outputs.
Read more →
and model-risk contexts, circuit breakers are hard-coded triggers that pause, roll back, or escalate an autonomous system when a risk metric — confidence score, loss, or flagged edge case — breaches a threshold. The design pattern mirrors exchange halts: a non-discretionary interrupt that fires before a high-consequence outcome compounds.
- Why do circuit breakers matter for AI governance in 2025-2026?
- Circuit breakers have become a core governance primitive as agentic AI enters trading, payments, and operations where autonomy outpaces human oversight. Regulators and risk teams increasingly demand hard-coded halts for higher-risk edge cases, porting an exchange-floor concept into model-risk frameworks so a system stops itself before damage cascades.
- Do circuit breakers prevent market crashes?
- Circuit breakers do not prevent crashes; they pause trading to slow momentum and let participants reassess, not reverse a decline. Critics argue halts can accelerate selling as traders rush to exit before a halt triggers (the magnet effect). Their value is interrupting feedback loops, not setting a price floor.