Skip to main content
min read

Agentic automation needs an exception budget before it needs more autonomy_

The City of Calgary is procuring agentic process automation to reduce manual intervention across departments while preserving compliance, secure integration and operational visibility. That combination points to a practical design question: which exceptions can an automated workflow safely absorb, and which must stop or escalate?

  • Agentic AI
  • Workflow Automation
  • AI Operations
  • Systems Integration
  • Internal Tools

The useful signal in enterprise agentic AI is no longer that organizations want more autonomous software. It is that buyers are starting to specify the operating constraints around that autonomy.

The City of Calgary’s current Agentic Process Automation procurement is a good example. The city is seeking a system that can reduce manual intervention across departments, adapt workflows dynamically and support autonomous decision-making. In the same requirement, it asks for regulatory compliance, secure integration with existing systems and real-time analytics. The procurement closes September 15, 2026.

Autonomy is an exception-handling problem_

A workflow that succeeds on the happy path is not difficult to automate. The production question is what happens when the input is incomplete, two systems disagree, a permission changes, an API times out, a business rule has no clean answer or the model is uncertain.

Before increasing autonomy, define an exception budget: the set of conditions the system is explicitly allowed to resolve without a person, together with the conditions that must stop, retry or escalate.

  • Auto-resolve: deterministic cases with bounded consequences and authoritative data.
  • Retry: transient infrastructure failures where repeating the operation is safe and idempotent.
  • Ask: missing information that can be collected from the user or another trusted system.
  • Escalate: ambiguous policy, conflicting records, material financial or customer consequences, or low-confidence interpretation.
  • Stop: authorization failures, integrity violations or any condition where continuing could corrupt authoritative state.

Measure exceptions, not just task completion_

A useful agent dashboard should therefore show more than tasks completed. Track exception rate by workflow step, retry frequency, escalation reason, time to human resolution, failed write-backs and the percentage of actions that required policy override. Those numbers tell you where additional autonomy is actually justified.

This also creates a safer rollout sequence. Start with observation and recommendations. Allow bounded writes for deterministic cases. Expand the exception budget only when production traces show that a class of decisions is stable enough to automate.

The orchestration layer matters more as autonomy increases_

Parallaxis has encountered the same operating pattern in different engineering contexts: durable queues that survive downstream failures, telecom reconciliation where authoritative records must agree before reporting, PBX-integrated AI conversations that emit structured results, and controlled infrastructure that separates tenant state and limits. None of those systems becomes reliable because a model is more capable. Reliability comes from explicit state, bounded permissions, retries, observability and a defined failure path.

For teams evaluating agentic automation, a useful first architecture document is therefore not an agent diagram. It is an exception map: each workflow step, its authoritative inputs, permitted actions, retry behavior, escalation owner and stop conditions. Once that exists, autonomy becomes something that can be expanded deliberately rather than assumed.

Source_

Our take - not a reprint. Read the original for full reporting.

Want this applied to your stack?

Map your systems or book discovery - we keep humans accountable for what ships.