The DORA report has tracked this for years: manual steps in the deployment pipeline create a feedback loop. The slower you can deploy, the riskier each deploy feels, so you do it less, which makes each one riskier. The answer is not moving faster, it is limiting blast radius. Dependency-aware gating means only work that depends on the failing change gets blocked, not everything downstream.