The entrepreneur always searches for change, responds to it, and exploit it as an OPPORTUNITY.

- Peter Drucker
Exhausted Automated Loops Need a Separate Recovery Authority automation recovery reliability systems-thinking workflow-design Jul 26, 2026

When an automated loop exhausts its retry budget, the safe next step is not another turn through the same controller — it is a distinct recovery path with its own admission rules. Most automated workflows have a retry loop somewhere, and the interesting question is rarely what happens inside the lim...

Continue Reading...
After Acceptance, Release Automation Is Still an Authority Problem automation ci-cd governance release-engineering software-lifecycle Jul 24, 2026

Many release pipelines automate everything up to the moment a human says "yes," then quietly hand the rest back to a person. Closing that last gap looks like a small scripting task. It usually isn't. The hard part after human acceptance isn't running one more command — it's deciding who is allowed t...

Continue Reading...
Repair Budgets Are Durable State, Not a Counter automation control systems reliability state management system design Jul 21, 2026

The moment you let an automated system retry its own failed work, you have introduced a loop. And a loop with no bound is a liability. So you add a budget: three attempts, then stop and escalate. That part is easy to describe and easy to get wrong, because the hard question is not how many retries y...

Continue Reading...