Operator reference

The Operator’s AI Glossary

A no-circus guide to the AI terms that matter when you actually have to buy, build or run this stuff.

Start here

The operator’s index

Jump to the situation you are in. Every term gets a plain definition and an example.

Evaluating vendorsLLM, open-weights, fine-tuning, context window, tokens, memory, model optionality
Designing systemsHarness, retrieval, structured outputs, data use and retention, tools, MCP, skills, guardrails, evals, auditability
Mapping processesWorkflow, agent, state, routing, orchestrator, human-in-the-loop
Changing how the company runsRented vs owned intelligence, loop, company brain, human-on-the-loop, AI native
Talking to execsModel, harness, workflow, agent, loop, company brain
The stack

Modern AI systems are a stack, not a single magic box.

LayerWhat it meansWhy it matters
AI Engine RoomThe model, prompts, context, memory, tokens, open-weights and tuning settings.Raw capability lives here.
AI HarnessThe wrapper that makes the model useful, safe and repeatable.Capability without control becomes chaos.
How Work MovesThe workflows, agents, routing and orchestration patterns that move work through people, tools and process steps.Better-designed work beats better tools.
AI-shaped Operating ModelHow AI changes the company’s loops, not just individual tasks.Loops create compounding value.
The model gives you capability. The harness gives you control. The workflow gives you repeatability. The loop gives you business value.
Why this wave is different

New capability. Old discipline. Same accountability.

New at useful scale

  • Models can read messy inputs.
  • Models can call tools.
  • Models can operate across workflows.
  • Models can be supervised at scale.

Old, newly important

  • Guardrails
  • Routing
  • Evals
  • Auditability
  • Permissions
  • Ops discipline

Unchanged

  • Humans own accountability.
  • Humans own judgement.
  • Humans own system design.
Loop language

Monitor. Decide. Act. Learn.

A loop is the operating cycle where AI becomes more than a one-off productivity trick.

MonitorSee change.
DecideChoose response.
ActMove work.
LearnUpdate system.
AI Engine Room

The model, prompts, context, memory, tokens, open-weights and tuning settings.

Raw capability lives here.

LLM

A large language model. The engine behind most modern AI assistants. It understands and generates language, writes code, reasons over context and can be connected to multimodal systems for images, audio, prototypes and other outputs.

Example

Group 3,000 customer complaints into themes, then draft the first version of a customer issue report.

Prompt

The instruction you give the model. It can include the task, context, tone, examples, constraints and output format.

Example

Draft weekly revenue commentary for the exec team. Use plain language. Explain what changed, why it changed, and what needs a decision.

Context

The information the model can see while doing the task. Context is about relevance and quality.

Example

Draft a renewal risk note using CRM history, product usage, support tickets, contract terms and the account owner’s notes.

Context window

The amount of information the model can hold in view during one task. Context is quality. Context window is capacity.

Example

Analyse a contract pack, policy, pricing appendix and email thread together before drafting a negotiation summary.

Tokens

Chunks of text or data the model reads and writes. Tokens affect cost, speed and capacity.

Example

A support bot processing thousands of long customer messages can become expensive fast if every query sends the whole knowledge base.

Memory

Information the AI can retain, retrieve or reuse so it does not start from scratch every time.

Example

Remember the company’s board pack structure, preferred commentary style and recurring metrics.

Open-weights

A model where the trained weights are available to download and run under a licence. It is not always the same as open-source. You may not get the training data, training code or full recipe.

Example

Host an open-weight model inside your own cloud environment to process sensitive customer or patient records without sending every request to a third-party model API.

Fine-tuning

Taking an existing model and training it further on your own examples, so it gets better at a specific style, domain or task pattern. RAG helps the model look up facts. Fine-tuning changes how the model behaves.

Example

Fine-tune a model on thousands of approved support replies so it learns the company’s tone, escalation style and resolution patterns.

Owner

Use-case owner defines the goal. Data owner approves the dataset. AI/data team owns the tuning run and evaluation.

Hallucination

When the model produces something confident and wrong: a fact, a number, a source, a policy that does not exist. Not a bug you patch once. A property you design around.

Example

An AI drafts a supplier risk summary that cites a contract clause the contract does not contain.

AI Harness

The wrapper that makes the model useful, safe and repeatable.

Capability without control becomes chaos.

Harness

The wrapper around the model. It can include prompts, context, retrieval, tools, permissions, skills, evals, guardrails, logs and human review points.

Example

A support harness reads the customer issue, retrieves policy, checks order status, drafts a response, escalates risk and records the outcome.

Owner

AI builder owns the technical wrapper. Business owner owns whether it works in the real workflow.

RAG / Retrieval

Retrieval augmented generation. The AI looks up relevant information from trusted sources before answering, instead of relying only on the model’s training.

Example

Answer customer questions using approved help docs, product rules and current policy, not whatever the model thinks sounds plausible.

Owner

Business owner owns answer quality. Knowledge owner owns source material. AI/data/engineering owns retrieval, index quality and refresh cadence. Security owns access rules.

Tools

Connected functions the model can request to look something up, run a calculation, use a system or take an action. Vendors may call this tool calling or function calling.

Example

Check order status, query Salesforce, run code, create a Jira ticket, update a spreadsheet or draft an email.

Owner

Engineering / IT owns the integration. System owners approve access. Security sets the rules.

Structured outputs

A way to force the model to respond in a machine-readable format, such as JSON, instead of loose conversational prose.

Example

Make an invoice reader return {"amount": 100.00, "currency": "AUD", "supplier": "Example Co"} so the accounting system can process it.

Owner

Engineering or product owner owns the schema. Use-case owner validates whether the output is fit for work.

Data use and retention

The rules for how prompts, outputs, files and customer information are stored, logged, retained, accessed and used by the vendor. ZDR is one version of this, usually under specific enterprise or API terms.

Example

Before connecting customer data to a model, legal and security confirm what the vendor can store, log, retain, access and use for training.

Owner

Security, legal and procurement own vendor terms. Data owner decides what information can enter the system.

MCP

Model Context Protocol. A standard way for AI tools to connect to company systems and data, instead of every integration being custom plumbing.

Example

Connect an AI assistant to Google Drive, Slack, GitHub, Postgres or other systems through MCP servers.

Owner

Engineering / IT owns the connection pattern. System owners approve access. Security owns permissions and data boundaries.

Skills

Reusable packages of instructions, resources and sometimes code that teach AI how to do a specific kind of work. Anthropic’s Agent Skills are one version of this pattern. Do not assume every platform supports skills the same way.

Example

A board pack skill includes structure, tone, chart rules, financial commentary style, common checks and output format.

Guardrails

Rules and checks that stop AI from doing the wrong thing.

Example

AI can draft refund replies under $100, but cannot issue refunds without approval.

Owner

Risk, legal, compliance and the process owner define the rules. AI/platform team implements them.

Evals

Tests that measure whether the AI is doing the job well enough.

Example

Test support replies for accuracy, policy compliance, tone, escalation quality and customer impact.

Owner

Use-case owner defines what good looks like. AI/data team builds the tests. Quality owner monitors performance.

Auditability / lineage

The ability to trace what happened: what the user asked, what context was retrieved, what model was used, what tool calls were made, what output was produced, and what human approved or changed.

Example

A customer receives the wrong refund outcome. The team can inspect the original message, retrieved refund policy, model version, tool output, approval step and final response.

Owner

AI/platform team owns traceability. Risk, compliance and process owners define what needs to be explainable.

How Work Moves

The workflows, agents, routing and orchestration patterns that move work through people, tools and process steps.

Better-designed work beats better tools.

Workflow

A designed path for how work moves through people, tools and process steps, with AI doing specific tasks at specific points.

Example

Supplier risk process: ingest vendor info → check policy → draft risk summary → flag exceptions → procurement approves.

Owner

Ops/process owner owns the work design. AI builder owns the AI behaviour inside it. Frontline users validate reality.

Agent

A system you hand a goal, not a path. It decides the steps, picks the tools, acts, checks the result and adjusts as it goes.

Example

Investigate why revenue was down last week. Check dashboards, compare segments, inspect CRM notes and draft likely causes.

Owner

Use-case owner owns the goal and boundaries. AI builder owns system behaviour. Humans own approvals and exceptions.

State / state management

The system’s record of what has happened so far in a multi-step task. State lets the system continue, recover or audit a workflow without starting from scratch.

Example

An agent pauses halfway through a supplier audit, then resumes at the policy exception step with the previous checks still intact.

Owner

Engineering owns state persistence. Process owner owns what must be remembered, resumed or audited.

Orchestrator

The active traffic controller that coordinates multiple steps, models, tools or workers inside the harness.

Example

One AI checks finance data, another summarises customer metrics, another drafts commentary, and the orchestrator combines the pack.

Owner

AI/platform owner owns orchestration logic. Process owner owns whether the steps match real work.

Routing

Sending different work down different paths based on type, risk, cost or complexity.

Example

Simple questions go to a cheaper model. Refund complaints go to a controlled workflow. Legal threats go straight to a human.

Owner

Ops/process owner defines routing rules. AI/data team implements them. Risk owner defines escalation thresholds.

AI-shaped Operating Model

How AI changes the company’s loops, not just individual tasks.

Loops create compounding value.

Rented vs owned intelligence

The choice between consuming AI as a vendor service and building AI capability into your own data, workflows, harnesses and learning loops. Renting buys speed. Owning builds advantage when the capability compounds through your data, workflow, feedback and operating loops.

Example

Rented: paying a SaaS tool to draft customer replies. Owned: using your historical resolution data, internal harness and human corrections to improve a support loop your competitors cannot simply buy.

Owner

Executive and product/technology owners decide what must be owned. Finance and security test the cost, risk and control trade-offs.

Loop

A repeating operating cycle where AI helps monitor, decide, act and learn.

Example

Churn loop: monitor risk signals → decide next best action → draft intervention → track result → update playbook.

Owner

Executive owner sets the direction. Loop owner runs the cycle. Teams update the system as they learn.

Company brain

The shared context layer that updates as the company works: decisions, rules, playbooks, customer understanding, metrics, permissions and lessons learned.

Example

A churn loop spots a pattern in failed onboarding. The company brain updates the product-risk context, customer success playbook and future renewal prompts, so the next interaction starts smarter.

Owner

Executive owner sets the standard. Knowledge, data and process owners keep the shared context useful and current.

Human-in-the-loop

A person checks or approves the AI’s work before action is taken.

Example

AI drafts a supplier risk summary. Procurement reviews before sending or acting.

Owner

Process owner decides where approval is required. Human approvers own the decision they approve.

Human-on-the-loop

A person supervises the system rather than approving every step.

Example

AI resolves low-risk support tickets. Humans review samples, exceptions, escalations and performance metrics.

Owner

Process owner owns supervision design. Quality/risk owners monitor drift, exceptions and performance.

Model optionality

The ability to use different models for different jobs based on cost, speed, quality, privacy and reliability.

Example

Use a cheaper model for classification, a stronger model for synthesis, and a private model for sensitive work.

Owner

AI/product/technology owner owns model strategy. Procurement, finance and security test vendor risk, cost and privacy.

AI native

A product, workflow or company designed around AI from the start, rather than adding AI onto an existing process. The simple test: if AI were removed, the thing would not just get slower. It would stop making sense.

Example

An AI-native support business might have agents triage, draft, resolve, escalate, learn from outcomes and improve the knowledge base, with humans supervising exceptions and high-trust moments.

Useful distinctions

Words that look similar, but change the decision.

Harness vs orchestrator

The harness is the infrastructure that makes AI safe and usable. The orchestrator is the traffic controller that moves work between models, tools, workers and steps.

AI-enabled vs AI-native

AI-enabled means AI has been added to an existing process. AI-native means the process was designed around AI.

Model vs harness

The model is raw capability. The harness makes it useful, safe and repeatable.

Tool vs skill

A tool lets AI do something. A skill teaches AI how to do a type of work well.

MCP vs skills

MCP connects AI to systems and data. Skills package the know-how for doing the work once connected. Connectivity and competence. You want both.

Open vs closed models

Closed models are proprietary services accessed through a vendor API or product. Open-weight models can be downloaded and self-hosted under a licence. Closed often wins for frontier capability and polish. Open-weight can win for cost control, privacy, sovereignty and high-volume workflows.

Fine-tuning vs RAG

RAG gives the model trusted information to look up. Fine-tuning changes how the model behaves. Do not fine-tune just to teach the model fast-changing facts.

Rented vs owned intelligence

Rented AI gives you speed. Owned AI gives you a chance to compound around your own data, workflow, feedback and operating loops. Not every AI use case needs to be owned.

Workflow vs agent

A workflow follows a designed path. An agent is handed a goal and works out the path.

Dashboard vs loop

A dashboard shows what happened. A loop helps monitor, decide, act and learn.

Company knowledge vs company brain

Company knowledge is stored information. A company brain makes that information usable in work, decisions and AI systems.

Human-in-the-loop vs human-on-the-loop

In-the-loop means a human approves before action. On-the-loop means a human supervises the system and handles exceptions.

Receipts

Where the language came from

You do not need the history to use the map. But if someone asks, these are the dates I would stand behind.

2017The Transformer paper introduced the architecture behind much of the modern LLM wave. Source
2020GPT-3 made large language models much more visible as systems that could follow plain-text instructions and examples. The same year, the RAG paper described combining a model with retrieval from an external index of trusted information. Source
Late 2022ChatGPT launched. For most operators, this was the point the board started asking questions. Around the same period, ReAct became an important research milestone for combining reasoning with actions. Source
June 2023OpenAI’s function calling release gave developers a more reliable way to connect models to external tools. The same API update included a 16k context version of GPT-3.5 Turbo, referenced GPT-4 32k models, and pointed developers toward evals. Source
November 2024Anthropic introduced MCP as an open standard for connecting AI assistants to the systems where data lives. Source
December 2024Anthropic’s “Building effective agents” set out the workflow vs agent distinction, plus patterns like routing and orchestrator-workers. Source
October 2025Anthropic launched Agent Skills: folders of instructions, scripts and resources that agents can discover and load when relevant. Source
December 2025MCP was donated to the Agentic AI Foundation under the Linux Foundation. Anthropic also published Agent Skills as an open standard, with the aim of making skills more portable across platforms. Source
Remember this

If you only remember five things

1

The model is not the system.

The system is the model plus context, tools, rules, checks and ownership.

2

The harness is where most of the real work lives.

Skip it and you ship chaos.

3

Not everything should be an agent.

Sometimes a boring workflow is exactly what you want.

4

The loop is the prize.

AI becomes valuable when it helps the business monitor, decide, act and learn faster.

5

Humans still own the hard bits.

Direction, judgement, trust, accountability and taste become more important.

6

Renting buys a baseline.

Owning builds advantage when the capability compounds through your data, workflow, feedback and operating loops.