Audit trail
A record of what happened, who or what did it, when it happened, what evidence was used, and what decision or action followed.
Why it matters: It lets people review decisions, debug workflows, challenge assumptions, and prove that controls operated.
Tony Wood usage: Use audit trail for agent work that creates action, advice, publication, customer impact, or governance consequence.
Related: Receipt, Provenance, Meaning Blocks
Sources: NIST AI Risk Management Framework
Eval
Also: Evaluation
A test or assessment used to check whether a model, agent, prompt, or workflow behaves as expected.
Why it matters: Without evals, teams can mistake a good demo for a reliable system.
Tony Wood usage: Use evals for repeatable checks around quality, safety, source use, boundaries, and regression.
Related: Guardrail, Hallucination, Structured output
Sources: OpenAI Evals guide, NIST AI Risk Management Framework
Guardrail
A rule, check, control, policy, or boundary designed to reduce unsafe, low-quality, unauthorised, or unwanted behaviour.
Why it matters: Guardrails are how intent becomes repeatable behaviour under pressure.
Tony Wood usage: Use guardrails for data access, publishing, tool use, stop-lines, and human escalation.
Related: Human in the loop, Scope, LLM firewall
Sources: NIST AI Risk Management Framework
Hallucination
Also: Confabulation
An output that sounds plausible but is unsupported, wrong, fabricated, or not grounded in the available evidence.
Why it matters: The practical question is not just whether a model can be wrong, but whether the workflow catches unsupported claims before they matter.
Tony Wood usage: Use hallucination carefully: often the failure is a mix of weak context, poor verification, missing evidence, and poor governance.
Related: Eval, Provenance, Source authority, Guardrail
Sources: NIST Generative AI Profile
Human in the loop
Also: Human on the loop
A design where a human reviews, approves, supervises, or can intervene in an AI-assisted workflow.
Why it matters: It keeps responsibility with people when consequences matter.
Tony Wood usage: Use in the loop for approval before action; use on the loop for supervision and monitoring where pre-approval is not required.
Related: Guardrail, Stop-line, Agentic system
Sources: NIST AI Risk Management Framework
LLM firewall
A protective control layer that inspects prompts, context, tool calls, outputs, or routes before an LLM or agent can create harm.
Why it matters: It is a practical way to enforce the spine of an AI workflow: authority, boundary, consequence, and escalation.
Tony Wood usage: Use this as part of Head / Heart / Gut / Spine, especially the spine layer.
Related: Guardrail, Head / Heart / Gut / Spine, Tool calling
Sources: NIST AI Risk Management Framework
Provenance
Information about where something came from, how it was produced, and what sources, people, systems, or activities influenced it.
Why it matters: Provenance helps separate evidence from assertion and source truth from convenient text.
Tony Wood usage: Use provenance when mapping roots, citations, evidence, and source authority.
Related: Source authority, Woodlands, Receipt
Sources: W3C PROV overview
Receipt
A compact record that confirms what an agent or workflow did, what it used, what changed, and whether the result passed checks.
Why it matters: Receipts make agent work inspectable without forcing a person to read every intermediate step.
Tony Wood usage: Use receipts for deploys, handoffs, research packs, agent tasks, and anything that needs proof rather than vibes.
Related: Audit trail, Agent Communication Packet, Meaning Blocks
Sources: Agentic Language research paper
Safety-critical AI
AI used in contexts where errors can materially affect physical safety, legal rights, health, employment, finance, infrastructure, or other serious interests.
Why it matters: The higher the consequence, the stronger the evidence, control, testing, and human accountability need to be.
Tony Wood usage: Use this when a workflow crosses from convenience into consequence.
Related: AI system, Human in the loop, Stop-line
Sources: EU AI Act Article 3, NIST AI Risk Management Framework
Source authority
The question of which source is allowed to define the current truth for a claim, decision, record, or operational fact.
Why it matters: Agents can retrieve many documents; they still need to know which one should be trusted for action.
Tony Wood usage: Use source authority when deciding whether a retrieved item is an entry point, evidence, branch, or trunk.
Related: Provenance, Woodlands, Meaning Blocks
Sources: Woodlands research paper
Stop-line
A rule that requires an agent or system to pause rather than continue when a defined risk threshold is reached.
Why it matters: It gives agents a clear line between challenge, comply, escalate, and stop.
Tony Wood usage: Use stop-lines for privacy, data loss, legal exposure, unsafe publication, irreversible actions, or material commitments.
Related: Guardrail, Agent Communication Packet, Head / Heart / Gut / Spine
Sources: When The Agent Thinks You Are Wrong