AI Harness vs Identity & Access Management

IAM answers: can this actor reach this system? It was never asked to answer what the actor does next.

Identity and access management is the most mature control domain in the enterprise — provisioning, authentication, authorization, role and entitlement management, certification, and deprovisioning. For human users and static service accounts, it is the foundation of trust.

Autonomous AI agents strain every one of its assumptions.


What IAM does well

Where it stops

Identity governance

Agents are provisioned today as service accounts — shared, static-credentialed, weakly owned. An autonomous agent is not a service account: it reasons, plans, and chains actions across systems. Agents Are Identities, Not Tools demands identity rigor IAM can deliver — provisioning, scoping, revocation — and most deployments don't yet apply. This part of the gap is practice, not architecture.

Runtime behavior control

This part is architecture. IAM's control moment is the access decision — authentication and authorization happen, then IAM's work is done. Everything the agent does with that access — which records it reads, what it chains together, what it decides mid-mission — is invisible to the identity layer. Access control is the precondition for behavioral governance, not a substitute for it.

System integration

IAM governs access per system. An agent's behavior is a cross-system chain: a single mission may touch identity, infrastructure, security, and data domains in one execution sequence. No entitlement model expresses "allowed to read here only in service of a mission scoped there." Governance Must Span Systems; access grants do not.

The gap

IAM can tell you an agent was authorized. It cannot tell you whether what the agent is doing right now is sanctioned — or stop it mid-chain when it is not.

Coordination, not replacement

In the AI Harness model, identity systems remain authoritative for who the agent is. Agent Identity & Lifecycle builds on them: agents as first-class identities with mission-scoped boundaries and Least Agency enforced at the mission level, feeding the runtime planes that govern what the identity actually does. Strong IAM makes AI Harness implementable. It does not make it unnecessary.