KYE Learn™ · Glossary
AI governance glossary.
Canonical definitions. Each term is defined once here and referenced wherever it appears. Drift is impossible — articles resolve to these definitions at render-time.
- AI governance
- The discipline of bounding what an AI system may do, recording what it did, and proving the system stayed inside its bounds when audited. Covers policy, technical controls, evidence, attestation, and the regulatory frameworks that connect the four.
- AI agent
- An AI system that takes actions in the world — not just produces text. Agents read, decide, and execute against external systems (databases, APIs, payments, tools). Governance of agents is harder than governance of models because agents have effects that cannot be unwound.
- The narrow, scoped permission an agent receives from a human principal to act on the principal's behalf. Authority always has a purpose, a scope, an actor, an expiry, and an evidence-emission requirement. Authority is delegated, not assumed.
- Purpose Permission™
- KYE Protocol™'s permission model where every privileged action must declare its purpose AND its scope before it executes. A purpose is admissible only when it maps to a recorded business reason; a scope is admissible only when it falls inside the actor's authority lattice.
- When an agent takes an action that exceeds its delegated authority — the action happened, but the actor lacked the right. Gaps may be benign (the authority lattice was wrong) or malicious (the agent went rogue). Authority gaps are the AI-governance equivalent of unauthorised access in cybersecurity.
- Evidence Pack™
- A signed, hash-linked bundle that records the full chain — purpose, admissibility decision, actor, scope, the action itself, the outcome, the attesting controls. Cite-able in regulator response, board pack, or court. Evidence is constructed at decision-time, not reconstructed post-hoc.
- Replay-Proof™
- Cryptographic property where a third party can take the public signatures from an evidence pack and the public spec, and re-derive the same decision the original system reached — without the originator's secrets. Replay-Proof is the difference between 'we logged it' and 'a regulator can reproduce it'.
- Assurance Card
- The tenant-facing artefact that names every control in scope, its last attestation, and the framework rows it satisfies. Updated continuously, not at audit-time. The Assurance Card is the agent-governance equivalent of a SOC 2 report — but live.
- Attestation
- A signed statement that a named control was operating effectively at a named time, by a named attestor. Attestations have a freshness window (≤90 days under KYE Protocol™); past that, the control reads as untrusted until re-attested.
- Model risk
- The risk of an adverse outcome from a model's errors, biases, or misuse. Originated in banking (Fed SR 11-7, 2011). For AI agents the canonical four model-risk categories — methodology error, implementation error, use error, output error — extend to a fifth: action error, where the agent does the wrong thing in the world.
- Shadow mode
- Running an AI agent alongside a human (or a non-AI system) where the agent's recommended actions are recorded but not executed. Used to measure agent quality against a known-good baseline before enforcement is turned on. KYE™'s onboarding pipeline starts in shadow mode by default.
- Operating Model (KYE™)
- The signed declaration of how an organisation runs an AI-agent workflow — the bindings, the guards, the approval modes, the kill-switches, the dual-channel sign-offs. Compiled into a Compiled Authority Bundle that the runtime enforces.
- Four-eyes (dual-channel) approval
- A high-stakes action requires sign-off from two independent humans through two independent channels (e.g. one dashboard click + one email confirmation). Removes the single-compromise attack surface. Used for KYE™'s irreversible operations (payment release, schema migration, secret rotation).
- EU AI Act
- Regulation (EU) 2024/1689 on AI. Risk-tiered (prohibited / high-risk / limited-risk / minimal-risk) with horizontal obligations on transparency, human oversight, data governance, technical documentation, post-market monitoring. Phased application 2025-2027. See the full explainer.
- ISO/IEC 42001
- International standard for an AI management system (AIMS) — the first management-system standard specifically for AI. Modelled on ISO 27001 (information security) and ISO 9001 (quality). Clauses 4-10 cover context, leadership, planning, support, operation, performance evaluation, improvement. See the full explainer.
- Finality™
- A property of a consequential AI-agent action: once taken, the determination of whether it was authorised is sealed at the moment of action and cannot be silently rewritten. The third pillar of KYE Protocol™ alongside authority and evidence — it makes the authority record permanent and replayable rather than reconstructable after the fact.
- The unbroken, recorded line from a human principal through every delegation to the agent that finally acts — each link scoped, time-bound, and evidence-emitting. Any action resolves to exactly one principal who authorised it, so accountability never dissolves into "the AI did it".
- Action admissibility
- The moment-of-action check that decides whether an agent's action may proceed — ALLOW, DENY, or REQUIRE_APPROVAL — from its purpose, scope, and authority. Enforced at the action boundary, before the action executes, not discovered afterward in a log.