AI has taken over the conversation — but the vocabulary around it can feel like a different language. This glossary cuts through the jargon with plain-English definitions of the AI terms that actually matter for small business owners. No computer science degree required.
A–C
AI (Artificial Intelligence)
Software that performs tasks that would normally require human intelligence — understanding language, recognizing patterns, making decisions. The AI tools most relevant to small business owners today are language-based: they read and write text, answer questions, and help you create content.
API (Application Programming Interface)
A way for one piece of software to talk to another. When you see “connect your AI tool to your CRM” or “automate via API,” this is what they mean. Most AI tools have APIs that let developers build custom integrations — you don’t need to understand the technical details, but knowing the term helps when evaluating tools.
Automation
Using software — often AI — to handle repetitive tasks without manual effort. For small businesses, automation might look like auto-sending a follow-up email, reformatting a weekly report, or routing customer inquiries to the right person. The goal is doing more with less human time.
ChatGPT
An AI assistant made by OpenAI. One of the most widely used AI tools in the world, and a good starting point for small business owners exploring AI. Available free at chat.openai.com, with a paid Plus tier ($20/month) that unlocks faster, more capable models and additional features.
Claude
An AI assistant made by Anthropic. Often preferred for writing work — emails, proposals, long-form content — because of its ability to follow detailed instructions and produce natural-sounding output. Available free at claude.ai, with Claude Pro ($20/month) for heavier usage.
Context Window
How much text an AI model can read and “remember” in a single conversation. Think of it as the model’s short-term memory. Older models had small context windows — they’d forget the beginning of a long conversation. Modern models handle much more, which matters when you’re working with long documents or complex back-and-forth exchanges.
D–H
Fine-Tuning
Training an AI model on specific data to make it better at a particular task or more aligned with a specific style. For most small business owners, this isn’t something you’d do yourself — but knowing the term helps when evaluating AI products that claim to be “trained on your industry.”
Generative AI
AI that creates new content — text, images, audio, video — rather than just analyzing or categorizing existing data. ChatGPT, Claude, Midjourney, and DALL-E are all generative AI tools. The “generate” in the name is the key: it produces something new based on your input.
GPT (Generative Pre-trained Transformer)
The underlying model architecture behind ChatGPT and many other AI tools. “Pre-trained” means it was trained on large amounts of data before you ever used it. You don’t need to understand the technical architecture — but GPT-4o is currently OpenAI’s most capable publicly available model.
Hallucination
When an AI confidently states something that is factually wrong. AI models don’t “know” facts the way a search engine indexes them — they predict what text should come next, which sometimes leads to plausible-sounding but incorrect information. Always verify facts, statistics, and citations from AI outputs before using them.
Human-in-the-Loop
A workflow where a human reviews or approves AI-generated output before it’s used or published. Best practice for any AI-assisted work that goes to customers. The AI handles the heavy lifting; you provide the judgment and final sign-off.
I–P
Large Language Model (LLM)
The type of AI behind tools like ChatGPT and Claude. Trained on enormous amounts of text, LLMs learn to understand and generate human language with remarkable fluency. “Large” refers to the scale of training — billions of parameters that determine how the model responds to any given input.
Model
The specific version of an AI you’re using. GPT-4o, Claude 3.5 Sonnet, and Gemini Pro are all different models with different capabilities, speeds, and costs. Newer models are generally more capable, but also more expensive to run. Most AI tools let you choose which model to use.
n8n
An open-source workflow automation tool that lets you connect apps and automate tasks without writing code. Think of it as a free alternative to Zapier. Popular among small businesses building AI-powered workflows because it can connect AI tools to CRMs, email platforms, spreadsheets, and more.
Prompt
The instruction or question you type into an AI tool. The quality of your prompt directly determines the quality of the output. Specific, context-rich prompts consistently outperform vague ones. “Write a follow-up email” is a weak prompt. “Write a warm, professional 150-word follow-up email to a potential client who requested a quote last week and hasn’t responded” is a strong one.
Prompt Engineering
The practice of crafting effective prompts to get better results from AI tools. It’s a skill, not a science — and it improves with practice. The basics: give context, be specific about format and tone, tell the AI what to avoid, and iterate rather than accepting the first output.
Prompt Library
A personal collection of saved prompts that have produced useful results. Building a prompt library is one of the highest-leverage things a small business owner can do — instead of rewriting prompts from scratch each time, you start from a proven template. See our AI Prompt Library for a free starting point.
R–Z
RAG (Retrieval-Augmented Generation)
A technique where an AI model retrieves relevant information from a database or document set before generating a response. In practice, this is how tools like “chat with your PDF” or “ask questions about your knowledge base” work. The AI pulls the relevant content first, then generates an answer based on it.
System Prompt
A set of instructions given to an AI before the conversation starts — telling it who it is, how it should behave, and what it should focus on. Many AI-powered tools use system prompts to customize the model’s behavior for a specific use case. If you’re building custom AI workflows, understanding system prompts is essential.
Temperature
A setting that controls how creative or random an AI’s responses are. Low temperature = more predictable, consistent outputs. High temperature = more creative, varied, sometimes surprising outputs. For factual or structured tasks, lower temperature is usually better. For brainstorming, higher temperature can surface more interesting ideas.
Token
The basic unit of text that AI models process — roughly 3–4 characters or about 3/4 of a word. Models have token limits for both input (what you send) and output (what they generate). Pricing for API usage is typically calculated by token count. For most conversational use, you don’t need to think about tokens — it only matters when working with very long documents.
Workflow Automation
A series of automated steps that handle a task from start to finish without manual intervention. An AI-powered workflow might look like: customer fills out a form → AI drafts a personalized response → response is sent automatically → a follow-up is scheduled 3 days later. Tools like n8n, Zapier, and Make are popular for building these.
Zero-Shot vs. Few-Shot Prompting
Two different prompting approaches. Zero-shot means giving the AI a task with no examples (“Write a product description for…”). Few-shot means giving it a few examples first (“Here are two product descriptions I like. Now write one in this style for…”). Few-shot prompting almost always produces better, more consistent results when you know what style you’re after.