Most work on grounding agentic AI focuses on meaning: better ontologies, semantic layers, knowledge graphs and retrieval. ARF argues that a second layer is missing — an ontology of authority.

A perfectly consistent ontology can tell an agent what a role means, what a discount is, which workflow applies and what a system permission allows. It still may not tell the agent whether the documented authority matches what is actually happening on the ground.

THE PRICING SCENARIO

Everything agrees.
Except reality.

Policy>10% discount requires Regional Director sign-off
CRMPermission model correctly enforces the rule
RealityTeams still trust the predecessor who has no formal authority

For a human, the discrepancy may be absorbed through experience. For an autonomous agent, a documented structure can produce a confident, consistent decision that is nevertheless wrong. The source paper frames this as a missing ontology of authority rather than a data-quality problem.

THE MODEL / 01

One decision.
Five domains.

The framework traces an authority relation through five layers: who holds the role, what the term means, how the process is codified, what the system enforces, and what is actually true in the world.

RESOLUTION VIEW

Move from the structure an agent is given to the authority it encounters.

SOCIAL / 01

Who holds the role

Actor, role, relationship and organizational position.

DOCUMENTED PATHRegional Commercial Director
THE MODEL / 02

Make the split measurable.

DNA-COEFFICIENT0.62directional divergence

actual exceeds documented

The supplied ARF example expresses a divergence magnitude of 0.62 and a direction of actual-exceeds-documented. The coefficient is presented as an auditable measure of the split between documented and lived authority.

0 · aligned1 · divergent

The framework deliberately treats this as a scored, directional divergence rather than a metaphor. The aim is to make authority discrepancies inspectable in the same operational spirit as a data-quality rule.

THE MODEL / 03

From concept
to relation.

The academic version defines an Authority Relation primitive. Its purpose is to connect an actor, action and object to the cross-domain evidence that resolves the authority claim.

ACTORRegional Commercial DirectorheldBy → person
AUTHORITY RELATIONapproveobject → discount request
RESOLVES TOProcess · Machine · Worldcross-domain evidence

resolvesTo makes the cross-domain consistency requirement checkable: the process step, system permission and real-world fact can be validated as references rather than left as prose. affirmedBy places business, technical and governance affirmation directly into the structure.

{
  "@context": "https://arf-schema.org/v1/context.jsonld",
  "@id": "arf:ar-instance:disc-2026-0614-7741",
  "@type": "arf:AuthorityRelation",
  "arf:actor": {
    "@id": "org:role:regional-commercial-director-emea-north",
    "arf:heldBy": "org:person:p-10234"
  },
  "arf:action": { "@id": "arf:action:approve" },
  "arf:object": {
    "@id": "biz:discount-request:dr-88291",
    "arf:resolvesTo": [
      "process:workflow-step:pricing-approval-gate-3",
      "sys:crm-permission:perm-4471",
      "world:fact:margin-impact-q3-2026"
    ]
  },
  "arf:dnaCoefficient": {
    "arf:divergenceMagnitude": 0.62,
    "arf:direction": "actual-exceeds-documented"
  }
}
THE MODEL / 04

Check authority
before action.

01Agent prepares a write-capable actionApprove discount · configure robot parameter · execute change
02 / GATEAuthority checkTraverse to the governing Authority Relation
CLEANProceedDivergence and affirmation satisfy the rule
UNRESOLVEDStop / escalateAuthority cannot be safely resolved

The source describes an MCP-backed Authority Relation store as one practical integration point: an agent can check divergence and affirmation status before a write-capable action. It also explicitly notes that the integration substrate itself must be trusted; an authority check inside a compromised server is not protection against that compromise.

WHY IT MATTERS

Authority resolution is a governance problem — with architecture consequences.

Governance

Business, technical and governance affirmation become part of the authority record.

Semantic interoperability

When an object resolves consistently across layers, state changes can propagate without bespoke point-to-point reconciliation.

Agentic execution

The agent can evaluate authority as a prerequisite to consequential action rather than infer it from documents.

RESEARCH NOTE

The framework is presented here as a Portend Labs research artifact. Claims about external studies, market adoption and related research remain those of the supplied paper and are not independently verified on this page.