Skip to main content

Why Authority

A system can have permission and still lack authority for the action it is about to take.

The identity is valid. The token works. The tool is approved. The call looks ordinary. None of that answers the question the organization actually cares about: was this exact action inside the power we meant to hand over?

Authority is the bounded power an organization has actually delegated. It is a decision a person made on purpose. It is not a side effect of how the credentials were set up.

Capability Is Not Authority

Three different questions. Most stacks answer only the first two.

These words get used as if they mean the same thing. They do not. Each one is answered by a different part of the organization, and the gap between them is where the problem lives.

There is a fourth thing, and it is easy to miss. Whether an action may proceed now also depends on current operating conditions. Power delegated last quarter, during a clean release window, is not automatically power delegated during an outage. Authority has a shape and it also has a moment.

Why Now

Software used to follow a path. Autonomous software chooses one.

Traditional automation runs a route someone drew in advance. A developer decided which tool would be called, against which resource, in which order. Every meaningful branch was chosen before the code shipped. Review the code and you have reviewed the behavior.

Autonomous systems pick intermediate steps at runtime. Which tool. Which resource. What to try when the first attempt fails. Whether to hand part of the work to something else. Those choices are made in production, in the moment, and nobody saw them at review time.

So the old question quietly stopped being enough. “Can this system reach the tool?” used to be a design-time question with a design-time answer. Now the question is “what power are we willing to let it exercise on our behalf?” — and that one has to hold at runtime, for actions nobody enumerated.

The Authorization Gap

The same credential covers the action you wanted and the one you never discussed.

This is not a theoretical worry. It is how access is granted everywhere, because granting it narrowly breaks the work. Three pairs show the shape of it.

You grant one production credential. It carries both of these.
You grant one read permission. It carries both of these.
You grant one administrative role. It carries both of these.

Now watch what happens when the second half of a pair fires. Every control does its job:

Identity validates the credential.
The gateway accepts the call.
Runtime security finds no compromise.
Observability records the event.

Nothing failed. Nothing was compromised. And the question the board will ask after the incident is still unanswered: was this exact action within the power we intended to delegate for this task?

The Approval Trap

If a person has to approve every action, the person is the runtime.

The instinct is reasonable. The power is uncertain, so put a human in front of it. It works for a week. Then the queue builds.

Human judgment belongs exactly where the organization wants it. Some actions should never proceed without a named person. The mistake is treating per-transaction approval as the governance model rather than as one deliberate choice inside it.

Model Safety Is Adjacent

A well-behaved model can still ask for something it was never given.

Model safety work is real and it matters. It is answering a different question, and the confusion between the two costs organizations a lot of time. The mismatch runs in both directions.

Both directions point the same way. How the request was produced is a separate matter from whether the effect it asks for is inside delegated power.

Where Authority Comes From

Authority is granted by the organization. Nothing else creates it.

Someone accountable decides what power a system may exercise, for what purpose, within what limits. That decision is the source. Everything else on this list gets mistaken for it, and each mistake is expensive in a different way.

Not model confidence.
A system being sure it should act is not the organization deciding it may.
Not observed behavior.
That an agent did something before is evidence about how it works. It is not a decision that it was allowed to.
Not broad credentials.
Access is usually granted wide so work does not break. Width is a convenience, not an intention.
Not requester intent.
What someone asked for describes a wish. It does not establish the power to fulfil it.
Not a vendor opinion.
No supplier, including us, can decide what power your organization is willing to hand over.

Watching a system work is useful. It shows an organization what its agents really do, and it can propose candidate boundaries worth discussing. But the organization remains the source of Authority and remains responsible for approving what it delegates. Observation is evidence for a conversation. It never becomes the decision on its own.

What authority are you unwilling to delegate today?

There is usually one specific power in the room that nobody will sign off on. That is the conversation worth having.

We use cookies for analytics to understand how visitors use our site. No advertising cookies. Privacy Policy