FERZ is not IAM
This comparison addresses a distinction within the authorization category: identity-and-access authorization (IAM) and AI-action authorization (FERZ) operate on different objects. The architectural-class test is established in The Authorization Artifact Test (Meyman, 2026; DOI 10.5281/zenodo.20013582); the category separation is grounded in A Taxonomy of AI Governance Approaches (Meyman, 2026; DOI 10.5281/zenodo.18275969).
Where the categories diverge
The two architectures diverge along four architectural axes.
At the AI action proposal boundary. The authorization verdict precedes execution of the proposed action, with built-in action canonicalization and AI-action semantics.
At the identity-to-resource access boundary. The access decision precedes resource access by an authenticated principal.
Encoded policy evaluated against a canonicalized action specification, governed state, and policy version. The decision is action-centric.
Principal identity, role and group membership, ACL or RBAC/ABAC rules. The decision is identity-centric.
A verdict in the canonical verdict space {ALLOW, DENY, ABSTAIN} with a proof-carrying authorization artifact sufficient for third-party verification.
An access grant, token, or session credential. Typically logged but not structured as a policy-versioned authorization artifact reconstructable from action specification and governed state.
Fail-closed. Execution is blocked when governance conditions are not met.
Implementation-dependent. Many systems fail-open or have ambiguous semantics on policy gaps; default behaviors vary by vendor.
Why the distinction is structural
The two architectures authorize different objects. IAM authorizes identity-to-resource access: it answers "may this principal access this resource?" by evaluating identity attributes, role and group membership, and access control rules. FERZ authorizes AI-proposed actions: it answers "may this AI execute this proposed action in this context?" by evaluating a canonicalized action specification against governing policy and the current governed state. The model of an IAM system contains principals, resources, and permissions. The model of a FERZ system contains agents, actions, policy state, and execution context.
The authority source is categorically different. IAM evaluates the principal making a request: who they are, what roles they have, what permissions are attached. The decision is identity-centric. FERZ evaluates the proposed action itself: what operation is being attempted, with what parameters, against what governing policy, in what context. The decision is action-centric. An IAM system cannot evaluate whether a proposed AI action is permitted because the action specification is not in its model. It can only evaluate whether the calling principal is authorized to make calls to the underlying API.
The evidence artifacts also differ. IAM produces access grants, tokens, or session credentials that encode the result of an identity-to-resource decision. These artifacts are typically logged but not structured as policy-versioned authorization artifacts reconstructable from action specification and governed state. FERZ produces a verdict with an authorization artifact: each verdict is reconstructable from policy, context, and action specification, with evidence sufficient for independent verification without access to the governing system.
The structural claim follows. IAM is necessary in any complete system that handles authenticated principals; FERZ is necessary in any system where AI agents propose actions that require governance. The two architectures are layered, not substitutable: identity authorization gates who can interact with the AI system; FERZ gates what the AI may do. No extension of IAM to AI contexts produces AI-action authorization, because IAM lacks the action specification, governed state, and policy version that AI-action authorization requires.
What buyers often confuse
The most common conflations involve identity-class systems extended to AI workloads under AI-governance framing. The architectural argument applies regardless of presentation.
Architectural diagnostic
Any vendor or product claiming AI governance can be evaluated against four architectural questions, anchored to The Authorization Artifact Test (Meyman, 2026; DOI 10.5281/zenodo.20013582):
Does the system produce an artifact for the proposed AI action that exists before the action executes?
Is the authorization artifact reproducible from policy, canonicalized action specification, and governed state, sufficient for independent third-party verification?
Does the system include an ABSTAIN verdict with explicit fail-closed semantics pending authorized human override?
Is fail-closed the architectural default, or an opt-in configuration?
References
Related doctrine and concepts
Frequently asked questions
IAM is the standard for identity-to-resource authorization in enterprise systems. AI-action authorization is a structurally different problem: it operates on proposed AI actions, not on principals accessing resources. The two are layered, not substitutable. A complete AI deployment requires both.
No. The structural object of an IAM decision is the principal making a request. The structural object of an AI-action authorization decision is the proposed action itself, evaluated against governing policy and governed state. Extending IAM with additional attributes or rules does not introduce an action specification into the IAM model; the system continues to authorize identities, not actions.
IAM gates access to the AI system itself: who can submit prompts, who can call APIs, who can configure policies. FERZ gates what the AI may do once invoked. The two layers compose: an authenticated principal accesses the AI system through IAM; the AI proposes actions that FERZ evaluates. Both are necessary; neither replaces the other.
The word "governance" is broadly applied in enterprise software marketing. IAM products typically address identity governance, access governance, and entitlement management. These operate on identities and resources, not on AI-proposed actions. Without an action specification in the decision model and a policy-versioned verdict as the artifact, the product is not providing AI-action authorization.
A verdict over a defined decision space for a proposed AI action, with an authorization artifact reconstructable from policy, context, and action specification, sufficient for independent third-party verification. IAM produces access decisions over identity-to-resource pairs; these are categorically different artifacts and do not constitute AI-action authorization.
FERZ, Inc. (2026). FERZ is not IAM. https://ferz.ai/governance/comparisons/ferz-is-not-iam
BibTeX
@misc{ferz2026notiam,
author = {{FERZ, Inc.}},
title = {FERZ is not IAM},
year = {2026},
url = {https://ferz.ai/governance/comparisons/ferz-is-not-iam},
note = {FERZ Architectural Comparison}
}