AI and automation glossary: 40 terms in one sentence each

The forty terms a business owner meets in AI and automation proposals, vendor pitches and project updates, each explained in one plain sentence.

7 minread 1,439words last updated

The short answer

AI and automation have produced more vocabulary in a few years than most business technologies produce in decades, and much of it is used loosely in pitches and headlines. The forty terms below are the ones that actually come up in proposals, project updates and vendor conversations, each explained in one plain sentence. They fall into five groups: what the systems are, how they work, how they are connected, how they are kept safe, and how they are run and measured. When a term is used to sell, ask what it does for your process and what would happen without it. The answer is often something ordinary described grandly, and knowing that is the beginning of buying well.

What the systems are

TermIn one sentence
AutomationSoftware that performs a repeatable task by following rules, without judgement, reliably and cheaply.
Artificial intelligenceSoftware that performs tasks that would otherwise need human judgement, such as understanding language or recognising patterns, with some uncertainty.
Machine learningA way of building AI by learning patterns from examples rather than by writing rules.
Large language modelA model trained on vast amounts of text that can read, write, summarise, classify and converse, and that is behind the current generation of AI tools.
Generative AIAI that produces new content, text, images, code or audio, rather than only classifying or predicting.
ChatbotA conversational interface, which may be rule-based, AI-based or both, and whose quality depends entirely on what sits behind it.
AI agentA system that uses a model to plan and carry out multi-step tasks using tools, which is powerful and needs tight boundaries.
ClassifierA model or rule set that sorts inputs into categories, such as enquiries by type, and one of the most reliable uses of AI.
ExtractionPulling structured fields, such as a total and a date, out of unstructured input such as an email or a scan.
Recommendation systemSoftware that suggests items or actions based on patterns in behaviour and data.
Forecasting modelA model that estimates future values, such as demand, as a range with a confidence, from historical data.
No-code and low-codeTools for building automations with little or no programming, right for simple flows and limiting for complex ones.

How they work

TermIn one sentence
PromptThe instruction and context given to a language model, which shapes what it produces more than most people expect.
Context windowThe amount of text a model can consider at once, which limits how much of your data it can read in one request.
TokenThe unit in which models read and write text and in which providers bill, roughly three-quarters of a word in English.
GroundingGiving a model your own data and instructing it to answer only from that, so it does not invent.
Retrieval-augmented generationFinding the relevant passages from your documents and giving them to the model to answer from, the standard way to use AI with company knowledge.
Fine-tuningFurther training a model on your examples to change its behaviour, rarely needed by small businesses compared with prompting and grounding.
HallucinationA model producing confident, plausible content that is false, which grounding, guardrails and review exist to catch.
Confidence scoreA model’s estimate of how sure it is, used to decide what flows automatically and what a person reviews.
EmbeddingA numerical representation of text that lets systems find passages by meaning rather than by keyword.
Open modelA model whose weights are published, so it can be run on your own infrastructure or by a provider of your choice.

How they are connected

TermIn one sentence
IntegrationA connection between systems so data flows without retyping, where most automation value lives.
APIAn agreed way for one piece of software to ask another for something, the basis of every integration.
WebhookA message one system sends another the moment something happens, so the second does not have to keep asking.
WorkflowA defined sequence of steps, triggered by an event, with rules for what happens at each step.
TriggerThe event that starts a workflow, such as a form submission or a new order.
System of recordThe one system that holds the authoritative version of a kind of data, which every automation reads from and writes to.
IdempotentA property of a step that produces the same result if run twice, essential when systems retry.

How they are kept safe and run

TermIn one sentence
Human in the loopA person who reviews, approves or decides at defined points, so automation assists rather than replaces judgement.
GuardrailsRules and checks around an AI system that limit what it may say, do, access or decide.
Prompt injectionAn attack in which malicious instructions hidden in content trick a model into ignoring its rules, a reason to limit what models can do.
Data processing agreementThe contract under which a provider processes personal data on your behalf, required before customer data goes to any AI service.
Data minimisationSending a model only the fields a task needs, which reduces risk and often improves results.
EvaluationTesting an AI system against a set of real examples with known good answers, before and after every change, to know that it works.
DriftThe gradual decline in an AI system’s accuracy as the world, the data or the model changes, caught by monitoring.
Rate limit and quotaCaps a provider places on how much an account may use, which features must handle gracefully.
ObservabilityLogging what an AI system was asked, what it answered and what happened next, so problems can be traced.
Return on automationThe honest comparison of hours and errors saved against the cost of building and running an automation, measured rather than assumed.
PilotA small, time-boxed deployment with a success measure, which either earns production or is stopped.

Using the glossary

  1. Read a proposal with the glossary open and place each term in its group.
  2. Ask, for each AI feature, whether it is automation, classification, extraction, drafting or deciding, because the risk rises in that order.
  3. Check the safety terms: human in the loop, guardrails, processing agreement, evaluation; whether they are present or assumed.
  4. Check the connection terms: which systems, which is the system of record, what triggers what.
  5. Then compare prices, because two proposals using the same words rarely describe the same system.

What this means for you

Forty terms cover almost every AI and automation conversation a small business has. Knowing them lets you tell rules from models, drafting from deciding, and safeguards from assumptions, and to ask the questions that reveal what a pitch actually offers. The vocabulary is new; the buying discipline is not: know what it does, what happens when it fails, and who is accountable.

Written by the CivSec S.M.A.R.T team

We build and run websites, software and AI systems for businesses. We write about what we see in that work, in plain language, and we update articles when things change.

Last checked . Spotted something outdated? Tell us.

Frequently asked questions

Which terms matter most for a business owner?

Automation versus AI, because it decides the price and the risk; large language model, prompt and grounding, because they explain what the current tools are; human in the loop and guardrails, because they are how AI is used safely; integration, API and webhook, because most value is in connecting systems; and evaluation, because it is how you know the thing works before you rely on it.

Why is so much of this vocabulary used loosely?

Because the field moves fast, the marketing moves faster, and words like agent, intelligent and autonomous sell better than classifier and rule. The definitions here describe what the thing does. When a pitch uses a grander word, ask which of these it actually means; the answer is usually a simpler term and a clearer picture of the risk.

A vendor used a term not on this list. What should we do?

Ask for it in one sentence and ask what it changes for your process. New terms appear constantly; useful ones can be explained plainly and connected to a result. A term that cannot be is either unimportant to you or doing persuasive work, and either way you have learned something about the vendor.