Enterprise AI that does the work: your first governed workflow, live in about two weeks.Map your first AI teammate
← The Operating Layer

Module 12 of 12 · 0.5 hours

Appendix: The Vocabulary

Every term the course uses, defined once and precisely — because most bad AI decisions start as a word two people understood differently.

Artefact: A shared vocabulary you can hold a vendor to

Share

Why an appendix like this exists

A surprising share of expensive AI mistakes are vocabulary failures.

Someone says "agent" meaning a scripted workflow. Someone hears "training" and budgets for a machine-learning project when they needed a search index. A vendor says "we log everything," a buyer hears "we can reconstruct any case," and both leave the room satisfied and wrong.

This appendix defines every term the course relies on, in one place, in the sense the course uses it. Where a word is genuinely contested in the market, that is stated rather than hidden.

A. How the machine works

TermDefinition
TokenThe unit a model reads and writes — roughly a short word or word fragment. Pricing, context limits and speed are all measured in tokens, which is why they appear on invoices
PromptEverything sent to the model for one request: instructions, retrieved material and the user's question
Context windowThe maximum amount of text a model can consider at once. Exceeding it means something must be dropped or summarised, and what gets dropped is a design decision
InferenceOne act of producing output from a model. The recurring cost of running AI, as opposed to the one-off cost of building it
HallucinationConfident output that is not true. Not a malfunction — a consequence of a system optimising for plausible continuations rather than verified ones
Temperature / samplingThe setting governing how much variation the model allows when choosing each next token. Lower is more repeatable, never fully deterministic
EmbeddingA numerical representation of a piece of text such that similar meanings sit close together. The mechanism behind semantic search
Vector searchFinding text by meaning rather than by keyword, by comparing embeddings
Retrieval (RAG)Fetching relevant documents at question time and placing them in the prompt, so answers reflect current sources and can cite them
Fine-tuningAdjusting an existing model on your own examples. Reliable for form and style; unreliable for installing facts
Open-weight modelA model whose parameters are published, so it can be run on your own infrastructure. Not the same as open source, which would also cover the training data and code
Frontier modelThe largest, most capable models available at a given moment. A moving label, not a category
Small modelA model chosen for a narrow task, usually run close to your data. Often the right answer for high-volume, sensitive, well-defined steps
Jagged frontierThe observation that model capability has an irregular boundary: tasks of apparently equal difficulty can fall on opposite sides of it

B. Systems and architecture

TermDefinition
Model callA single request to a model and its response. The atomic unit of judgement in a system
WorkflowModels and tools orchestrated through predefined code paths. You wrote the sequence; the model fills in the judgement steps
AgentA system in which the model directs its own process, choosing which tools to call and in what order. Flexible, and unpredictable by construction
Autonomy levelHow much a step may do without a human: suggest, draft, act-with-approval, act-and-report, act-autonomously
Tool callA structured request the model emits — "look up order 4471" — that the surrounding system executes against a real API, returning the result to the model
MCP (Model Context Protocol)A standard for describing tools to models so a capability built once can be offered to different systems without bespoke glue
APIA contract between two systems: ask in this exact form, get an answer in that exact form
ConnectorA prebuilt integration to a specific system. Convenient, and worth checking against the four API questions in Module 4
System of recordThe authoritative, change-controlled home of data — ERP, EHR, LIMS, core banking. Read from it freely; write to it as a separate, slower project
System of engagementWhere people meet the work: portals, inboxes, chat. Usually the right home for AI
LatencyTime from request to response. Model calls answer in seconds; queries answer in milliseconds, which is why placement changes the user experience
Batch windowThe fixed schedule on which an upstream system will hand over data. Frequently the real constraint on how "real-time" a workflow can be

C. Observability and reliability

TermDefinition
LogA record that something happened. Tells you an event occurred, not the story of a case
TraceThe complete record of one run of a workflow, end to end. The unit you open when asked "what happened to this case?"
SpanOne timed step inside a trace — a retrieval, a model call, an approval. Spans nest, so a trace is a tree rather than a list
AttributeA labelled value attached to a span: model version, token count, document id, approver. What makes cost and behaviour attributable to a specific step
Trace idThe identifier tying every span of a run together, and tying the run to your other systems
Evaluation set (eval set)A curated collection of cases with known-good answers, used to measure whether a change helped. The most valuable asset the course asks you to build, and the one to keep in your own systems
BenchmarkA public test of general model capability. Useful for shortlisting, weak evidence about your documents
DriftQuality degrading over time without anyone changing anything — because the model, the data or the world moved
RegressionA change that makes previously correct behaviour incorrect. Detected by the eval set, or by a customer
Override rateHow often a human approver changes the system's output. A rate of zero over months means the gate is decorative, not that the system is perfect
Acceptance criterionThe measurable claim, agreed before launch, that decides whether a system goes live or is rolled back
End-to-end reliabilityThe success rate of a whole chain, which is the product of its steps rather than the average. Ten steps at 95% is about 60%

D. Governance

TermDefinition
Personal data / PIIInformation relating to an identifiable person. The trigger for most of Module 6
Special category dataSensitive classes under the GDPR — health, biometrics, beliefs and others — requiring an Article 9 condition in addition to an Article 6 lawful basis
PHIProtected health information under HIPAA: health data held by a covered entity or its business associate
De-identificationRemoving identifiers so data falls outside a regime. Under HIPAA, either Safe Harbor (remove eighteen identifier types) or Expert Determination
Lawful basisThe Article 6 justification for processing personal data — contract, legitimate interests, consent and others. Chosen deliberately, because each carries different rights
Purpose limitationData collected for one purpose may not be freely reused for another. The principle that most often blocks training on operational data
Article 22The GDPR right not to be subject to a decision based solely on automated processing with legal or similarly significant effects. A nominal human step that cannot change the outcome does not escape it
DPIAData protection impact assessment. Required for high-risk processing; most useful as a design tool run early rather than paperwork filed late
BAABusiness associate agreement. The contract required before a vendor — including a model provider — may process PHI on your behalf
Data residencyWhere data is physically processed and stored. Often the constraint that decides the deployment model rather than merely inconveniencing it
Sub-processorA third party your vendor uses to deliver the service. Their list is part of your compliance perimeter and your concentration risk
GuardrailAn automated check constraining what goes into or out of a model — masking identifiers, blocking categories, validating format
Approval gateAn existing organisational decision right made explicit in a system: a named person who can see the inputs, change the output, and whose decision is recorded
Human oversightMeaningful human control over an automated decision. Meaningful is the operative word; see the override test
Audit trailThe durable record of who decided what, on what evidence, and when. In practice, your traces plus your approvals
Risk tierThe EU AI Act's classification — prohibited, high-risk, limited/transparency, minimal — which determines what obligations attach and when
Conformity assessmentThe procedure by which a high-risk AI system is shown to meet its requirements before being placed on the EU market
GPAIGeneral-purpose AI model. Carries its own obligations under the AI Act, distinct from the risk tier of any system built on it
Agent washingRelabelling existing chatbots or robotic automation as agents. Gartner's term for the supply side of the lemon market
AI washingOverstating AI capability to investors or customers. The SEC's term, and it has been enforced
Shadow AIUnsanctioned AI use by staff. Best measured before it is legislated, and governed by data class rather than by tool name

E. Commercial and strategic

TermDefinition
Total cost of ownershipLicence plus consumption plus integration plus ownership, over the life of the system. The last two are usually the ones that surprise
Consumption pricingPaying per unit of usage. Costs rise with adoption, so success raises the bill — ask what it costs at ten times today's volume
Lock-inThe cost of leaving: where your prompts, evaluation sets and traces live, and what you can take with you
Evidence ladderThe ranking of claim strength from demonstration to production evidence, and the size of commitment each justifies
Pre-registrationFixing the metric, baseline, sample and decision rule before a pilot runs. The single step that separates a pilot from a demonstration
BaselineThe current value of the number you intend to move, measured before deployment. Without it, no claim about improvement survives scrutiny
CounterfactualWhat would have happened anyway. Naming it is what makes an improvement attributable rather than coincidental
Data flywheelA loop where using the product generates data that measurably improves the product, attracting more use. Rare; most claimed flywheels break at "measurably"
VRINThe test for a durable advantage: valuable, rare, inimitable, non-substitutable. Access to a frontier model passes one of the four
Transport vs judgementThe distinction underneath organisational redesign: moving and reformatting information, whose price is collapsing, versus deciding and taking responsibility, whose value is rising

Terms this course deliberately avoids

Three words appear constantly in the market and are not used as load-bearing terms here, because they carry more heat than meaning.

"Intelligent." It describes an impression, not a capability. Replace it with what the system does: reads unstructured text, classifies into fuzzy categories, drafts language.

"Autonomous," used unqualified. Autonomy is a level assigned per step, not a property of a product. Ask which level, at which step, with which gate.

Model call, workflow and agent placed on a predictability spectrumModel callone request, one responseWorkflowyou wrote the pathAgentthe model picks the pathPREDICTABLEFLEXIBLE, AND UNPREDICTABLEMost enterprise value sits in the middle. Most disappointment comes from buying the right.
The three words the market uses interchangeably, placed on the axis that actually separates them.

"AI-powered." True of a four-step workflow with one model call and of a system that is entirely a model. It is the phrase the bill of materials exists to unpack.

Self-check

  1. A vendor says "our agent handles denials end to end." Which two terms in section B would you ask them to pin down, and what would each answer tell you?
  2. Explain the difference between a log and a trace to a colleague in one sentence each.
  3. Your team reports "the model call was slow." Which unit of observability would locate the actual cause, and why does nesting matter?
  4. Which two documents does a model provider need to sign before it may process European health data on your behalf?
  5. Give an example from your own organisation of something described as "AI-powered" that the bill of materials would show to be mostly not.

That is the whole course. The exam is 25 questions in 40 minutes; pass it and your certificate arrives by email.Start the exam