Guide

AI Literacy

"AI" is the most-said and least-defined word in 2026 business conversations. The same syllables sit at the front of a Fortune 500 transformation strategy, a press release about a new chatbot, a recruiter trying to fill a Machine Learning Engineer role, and a sales pitch for an "agentic" workflow tool. The four conversations are not the same conversation. They're using "AI" as shorthand for four different things.

This guide gives you the working vocabulary to tell them apart. By the end, you should be able to read a vendor pitch, a job description, or a press release about an AI feature and roughly understand what underlying technology is being claimed — and whether the claim is plausible.

It is not a guide to building AI systems. It is a guide to understanding what people mean when they say AI — which, in 2026, is most of what a business operator needs.

We'll move in six steps. What "AI" actually means in 2026. The replace-vs-augment frame, and the better question underneath it. The RAG pattern, because almost everything labeled "AI search" is really RAG. Data moats and why they matter when models become commodities. What "agentic" actually means. And the honest answer to when AI helps vs when it doesn't.


§1 What "AI" actually means in 2026 Foundational

The single hardest thing about an AI conversation is figuring out which technology the other person is talking about. "AI" is the umbrella term for at least four distinct categories that share little technical DNA with each other — they just share a press cycle.

The four working categories most business conversations are actually about:

Generative AI. Systems that produce new content — text, images, audio, video, code — from a prompt. The category that became culturally dominant after ChatGPT in late 2022. When someone says "AI wrote this email" or "use AI to draft a brief," they almost always mean generative AI. Built on large language models (LLMs) or related diffusion models for images. This is the most-talked-about category in 2026 because it's the one ordinary people interact with directly.

Predictive / classical machine learning. Systems that learn patterns from historical data and predict an outcome — fraud detection, recommendation engines, credit scoring, demand forecasting, churn prediction. This category has been deployed in production at scale for a decade-plus and quietly does most of the actual revenue-generating AI work inside large companies. Nobody writes press releases about it because it's boring and it works.

Computer vision. Systems that interpret images or video — facial recognition, defect detection on a factory line, medical image diagnosis, autonomous driving's perception layer. Adjacent to generative AI (both can use similar neural-network architectures) but used for understanding rather than creating.

Agents and agent-shaped systems. Generative AI wrapped in a loop with tools and a goal — see §5. The newest of the four, the least settled, and the most-pitched.

When you read "AI-powered" in a marketing line, the first move is to ask which of these four it is. "AI-powered fraud detection" is almost always predictive ML, not generative. "AI-powered email drafting" is generative. "AI agents that book your travel" is the agent pattern wrapped around generative AI. The same word covers all of them; the actual technology, business model, and limitations are different per category.

A second distinction worth holding: narrow AI vs general AI. Every system in production in 2026 is narrow AI — built for a specific task or task family. "General AI" or "AGI" (artificial general intelligence) is the hypothetical case of a system that matches or exceeds human intelligence across arbitrary tasks. AGI does not exist as of 2026. Some researchers think it's near; many think it's far; almost everyone selling a real product is selling narrow AI even when the marketing implies otherwise. When a press release uses "AI" to imply general-purpose human-like intelligence, that's marketing; the actual product is doing something much more specific.

A diagram comparing the four categories side-by-side — what each takes as input, what it produces, where it's used — helps the categories stop feeling like overlapping jargon.

Four AI categories: generative, predictive ML, computer vision, agents Generative Input Prompt (text) Output Text, image, code, audio, video Example ChatGPT drafts an email Marketing "AI-drafted" "AI-generated" Predictive ML Input Historical data, labeled outcomes Output Prediction (score, class) Example Fraud detection, churn forecast Marketing "smart detection" (rarely "AI" out loud) Computer vision Input Image or video Output Label, region, measurement Example Defect detection on factory line Marketing "automated inspection" Agents Input Goal + tools Output Action sequence toward goal Example Researches a prospect, drafts brief Marketing "agentic" "autonomous"

Related glossary: AI, machine learning, LLM, generative AI, computer vision, AGI, agent.


§2 Replace vs augment — the wrong frame and the better one Building

The dominant public conversation about AI in 2026 is framed as a binary: AI will either replace human workers or it won't. The framing is bad. The right question is more granular: which slice of which job does AI do well enough to take over, and what happens to the rest of the job?

Almost no role gets fully replaced by current AI. Almost every role has some tasks within it that AI can do faster, cheaper, or more consistently than a human, and other tasks where AI is worse or unsafe. The realistic shape of AI in a job isn't "replaced" or "untouched" — it's "this 20% of my time used to be spent on X; now AI does most of X and I'm spending more time on Y and Z."

A useful working framework: think about any job as a basket of tasks, and assess each task on two questions. Is the task pattern-shaped or judgment-shaped? Pattern-shaped tasks — tasks where a competent person mostly recognizes a familiar shape and produces a known output — are where current AI is strong. Judgment-shaped tasks — where context, ambiguity, accountability, or novel reasoning matter — are where current AI is weaker. Are the consequences of being wrong reversible or irreversible? Reversible tasks (drafting an email someone reviews) tolerate AI errors. Irreversible ones (sending payment to a vendor, approving a medical procedure) don't, unless there's a strong human-review layer.

Replace-vs-augment 2x2: task shape against consequence reversibility Task shape → Pattern-shaped Judgment-shaped Consequence ↓ Reversible Irreversible AI fits cleanly High auto-rate, human spot-checks • Draft customer emails • Summarize meeting notes • Classify support tickets • Auto-complete code AI assists, human leads AI drafts; human owns the call • Draft a sales playbook • First-pass legal review • Performance-review drafts • Strategy framing memos AI fits with guardrails Confidence threshold + human review • Fraud flagging (human reviews) • Discharge summaries (doctor signs) • Inventory reorder suggestions • Radiology second-read AI doesn't fit yet Wrong tool — keep humans in lead • Wire transfers without review • Final hiring decisions • High-stakes medical diagnosis • Autonomous strategic decisions

That framework predicts where AI replaces vs augments better than "what job do you have." A radiologist's job has pattern-shaped tasks (reading common scans for standard findings — AI is good at this) and judgment-shaped tasks (interpreting an ambiguous finding in a complex patient — AI is worse). The same person's job gets augmented in one set of tasks and largely unchanged in others. The net effect: fewer radiologists needed per scan, but the remaining radiologists spend a higher fraction of their time on the harder work. This is the pattern showing up in field after field.

The framing matters because the policy and career conversations downstream depend on which frame is in play. "Replace vs not" leads to scary predictions and bad workforce planning. "Which tasks, with what review layer" leads to actually useful planning — what to invest in learning, where to deploy AI, what to keep human in the loop on, and where the augmented worker is more valuable than they were before.

Watch for the marketing tell. "AI that does X for you" is the replace pitch. "AI that helps you do X" is the augment pitch. The realistic answer for most tasks is the second one — but the first one sells better, so vendor pitches almost always sound more replace-shaped than the underlying technology actually is.

Related glossary: generative AI, LLM, human-in-the-loop.


§3 The RAG pattern (retrieval-augmented generation) Building

Almost every product in 2026 marketed as "AI search," "AI on your documents," "chat with your data," or "knowledge assistant" uses the same architectural pattern under the hood: retrieval-augmented generation, shortened to RAG. Understanding RAG is the single highest-leverage piece of vocabulary for evaluating any of these products.

The problem RAG solves: large language models are trained on a fixed snapshot of public text. They don't know your company's data, your private documents, last week's news, or anything that happened after the training cutoff. Asking a raw LLM "what's our policy on remote work?" gets a generic answer about remote work in general — not your company's actual policy. The model has no way to know what your company's policy is unless you give it.

RAG's answer: when a user asks a question, the system first retrieves relevant documents from your own data store (your wiki, your sales notes, your knowledge base, the contract repository), then passes both the question AND the retrieved documents to the LLM with an instruction like "answer the question using only this material." The LLM generates an answer grounded in your specific documents instead of its general training. Retrieval-augmented generation: retrieval first, generation second, grounded in retrieved material.

The pattern requires three things to work. First, a way to find the right documents for any question — typically a vector database that stores documents as numerical embeddings (think: coordinates in a high-dimensional concept space) so the system can find documents by semantic similarity instead of exact keyword match. Second, an LLM that follows the "use only this material" instruction reliably — this varies meaningfully by model and prompt. Third, good source documents — RAG is only as good as the underlying knowledge base. Garbage documents produce confident-sounding garbage answers.

What RAG does well: surfacing specific facts from large document corpuses, drafting answers grounded in source material, citing where each claim came from (good RAG implementations show the source documents next to the answer so users can verify). What RAG does poorly: anything requiring reasoning across many documents at once, anything where the right answer isn't actually in the documents (RAG will hallucinate by trying to synthesize from nearby text), or anything time-sensitive where the document set is stale.

The vendor tell: if a product pitch mentions "trained on your data" without specifying whether the model itself was fine-tuned or whether the data is being retrieved at query time, it's almost always RAG. True fine-tuning of a model on your data is expensive, slow, and rare; retrieval at query time is cheap, fast, and what 95% of "trained on your data" products mean. Asking "is this RAG?" cuts through marketing fog faster than almost any other question.

A diagram showing the RAG flow — user question → retrieval from vector DB → LLM with question + retrieved docs → grounded answer with sources — makes the pattern click in one look.

RAG flow: question → retrieve → LLM with context → grounded answer with citations Step 1 User question "What's our remote work policy?" Step 2 · Retrieve Vector database company docs Step 3 · Generate LLM Question + top-K retrieved chunks "answer using only these" Step 4 Grounded answer [1] policy.pdf [2] hr-wiki/12 ⚠ Garbage docs in → confidently wrong answers out Retrieval quality + source quality = answer quality The LLM does not "know" your data. The retrieval step grounds it in your docs at query time. When a vendor says "trained on your data" without specifics, it is almost always this — retrieval, not training.

Related glossary: RAG, LLM, vector database, embeddings, hallucination.


§4 Data moats — why your own data matters when models commoditize Building

In 2023, the prevailing AI investment narrative was that owning a frontier model — GPT-4, Claude, Gemini — was the durable competitive advantage. By 2026, that story has shifted. Frontier models have become commodities in the economic sense: multiple competitive options exist, capabilities are converging at roughly comparable price points, and switching from one to another in an application is a configuration change rather than a rebuild. If anyone can rent a frontier model, owning one stops being a moat. The competitive advantage shifted to what the model is plugged into — and most importantly, to the data the model is using and learning from.

This is what people mean by data moats. A data moat is a body of data that a specific company has access to and competitors don't, which makes that company's AI products meaningfully better than competitors using the same underlying models. The more specialized and harder-to-replicate the data, the deeper the moat.

Four common data-moat shapes:

Proprietary transactional data. A payment processor has access to billions of transactions across thousands of merchants — pattern data nobody else can recreate. An AI fraud-detection product built on that data outperforms a competitor using only public datasets, regardless of the underlying model.

Specialty domain data. Medical imaging companies that have built decades of labeled radiology datasets have a moat in radiology AI. Aerospace inspection firms with millions of labeled defect photos have a moat in defect detection. Anyone wanting to compete has to build the labeled dataset from scratch — which can take years and cost millions.

Workflow data. A CRM that has captured years of how its customers structure their sales cycles, what notes get taken, which deal patterns close, has data nobody else has — not even competing CRMs starting today. This is the underrated kind of moat because it accrues quietly over time without anyone making a single big investment decision.

Real-time / fresh data. A search engine indexing today's web has a moat over an AI system trained six months ago. A market-data vendor with sub-second updates has a moat over a quarterly dataset. AI systems built on stale data inherit the staleness.

What is NOT a moat in 2026: simply having "lots of data." Volume alone is a commodity. Cloud storage is cheap; the internet has trillions of words of unlabeled text; most companies' generic operational data isn't differentiated. The moat is in data that's specific, labeled (or labelable), continually refreshed, and tied to a real-world workflow competitors can't easily access.

Model capability commoditizes while proprietary data compounds for the company that owns it 2022 2023 2024 2025 2026 2027 → Time Capability / data depth → Frontier model capability multiple vendors converging Your proprietary data compounds over time Competitor without data flat — model alone isn't enough Capability converges across vendors

Two business consequences fall out of this. First, acquisition logic for AI startups in 2026 is increasingly about the data, not the model. Acquirers buy a company because the company has unique data + a working pipeline to use it. The model can be swapped. Second, the build-vs-buy decision shifts. Building your own AI feature is cheaper than ever (because frontier models are cheap to rent) but only meaningful if you have proprietary data feeding it. Companies without a data advantage building AI features are mostly rebuilding what they could have bought from a vendor.

The mental model: in 2026, the model is the engine, the data is the fuel, and the workflow integration is the chassis. Engines are sold off the shelf now. Differentiated fuel and a working chassis are where the value sits.

Related glossary: data moat, LLM, training data, fine-tuning, embeddings.


§5 What "agentic" actually means Building

"Agent" and "agentic" are the most-overloaded words in 2026 AI marketing. A vendor pitch using either word can mean anything from "a chatbot with one extra capability" to "an autonomous system that performs multi-step real-world actions." Pinning down what an agent actually is is the first step to evaluating any agentic pitch.

The minimum useful definition: an AI agent is a system that combines three things — an LLM (the reasoning engine), a set of tools the LLM can invoke (call an API, query a database, search the web, send an email, run code), and a loop that lets the LLM observe the result of each tool call and decide what to do next until a goal is reached. Without all three, it's not an agent in the meaningful sense — it's just an LLM, or an LLM with a single function call.

The autonomy spectrum is what actually matters for evaluating an agentic product. From least to most autonomous:

Tool-augmented LLM. A chatbot that can call one or two tools on user request. "Look up this customer in Salesforce" → tool call → return result → user reads it. The LLM doesn't decide what to do next; the user does. This is the most common shape today and the most reliable.

Single-task agent. The LLM is given a goal ("draft a follow-up email for this account") and runs through a small number of steps — retrieve context, draft, format — and returns a result. Loop is short; tools are scoped; output is reviewed by a human. Reliability is decent.

Multi-step workflow agent. The LLM is given a more open-ended goal ("research this prospect and prepare a meeting brief"), and it chooses which tools to call in what order, observing results and adjusting. The loop can be 10-30 steps. Reliability drops because errors compound across steps. This is where most 2026 "agentic" pitches live.

Autonomous agent. The LLM is given a high-level goal, operates with minimal oversight, can take real-world actions (book travel, send money, change configurations), and runs for extended periods. Reliability today is poor; safety and accountability questions are unsolved; most production "autonomous agents" actually have substantial human-review layers behind the marketing.

Agent autonomy spectrum: from tool-augmented LLM (reliable) to autonomous agent (mostly marketing) ← Shipping reliably Mostly marketing → Rung 1 Tool-augmented LLM Tools: 1–2 Loop: 1 step Today: reliable "Look up this customer" Rung 2 Single-task agent Tools: 2–5 Loop: 2–6 steps Today: decent Human reviews output "Draft a follow-up email for this account" Rung 3 Multi-step workflow agent Tools: 5–15 Loop: 10–30 steps Today: unreliable Errors compound "Research this prospect and prepare a meeting brief" Rung 4 Autonomous agent Tools: 10+ Loop: extended Today: poor Real-world actions w/ minimal oversight "Book my travel, manage my inbox, run my calendar." Mostly a pitch in 2026.

The honest read on agents in 2026: tool-augmented LLMs and single-task agents are shipping value reliably in production. Multi-step workflow agents are improving but unreliable for anything where the consequences of being wrong are meaningful. Autonomous agents are mostly a pitch, with a thin slice of real production use in narrow, well-guarded domains.

The vendor tell: if a pitch uses "agent" without specifying which tools the system can call, how long the loop runs, and what human-review layer is in place, the pitch is selling autonomy that doesn't actually exist in the product. Asking those three questions kills 80% of agentic pitches.

Related glossary: agent, LLM, tool use, human-in-the-loop, hallucination.


§6 When AI helps vs when it doesn't Strategic

Most of the previous sections have been about how AI works. This section is about when to use it. After three years of broad enterprise adoption, the patterns of where AI delivers and where it disappoints are clearer than they were in 2023. The honest framework, distilled.

AI tends to deliver when:

AI tends to disappoint when:

A second-order pattern worth holding: most failed AI deployments fail because the wrong task got picked, not because the AI itself was bad. A team picks a high-stakes, judgment-shaped, low-volume task to AI-ify because it's the visible pain point, and the project fails in a way that gets generalized to "AI doesn't work for us." Meanwhile, the unsexy pattern-shaped, low-stakes, high-volume task that would have actually worked is sitting unaddressed because nobody pitched it as a transformation story.

The mental model: AI is not magic and not a fraud. It's a tool category — actually four categories per §1 — that does specific kinds of work well. The skill is matching the right kind of tool to the right kind of problem, with the right review layer, in a domain where the data exists. That skill is what separates the teams getting real value from AI from the teams getting AI fatigue.

AI-fit decision tree: task shape, data availability, reversibility, volume Is the task pattern-shaped? No — judgment Yes — pattern AI doesn't fit yet Strategic calls, novel interpretations, accountability Is the data available? No Yes AI doesn't fit yet Build the data layer first; model alone won't help Reversible or guard-railed? No Yes AI fits with guardrails Confidence threshold + human review on every action with real consequences AI fits cleanly High-volume drafting,

Related glossary: AI, machine learning, LLM, RAG, hallucination, human-in-the-loop, agent.


§7 Prompt engineering for business users Strategic

Writing a good prompt is a business skill, not a technical one. The analogy that holds up: prompting is like writing a good creative brief. A vague brief produces generic work; a specific, structured brief with clear constraints produces something you can actually use. The same dynamic applies to LLMs.

The structure that works across most business tasks has four zones. Role / Persona tells the model what kind of expert it should be — "You are an experienced B2B copywriter" changes the register and vocabulary of the output more than any amount of instruction. Context / Background gives the model what it needs to know about your situation — the industry, the audience, the constraints, what's already been tried. Task / Instruction is the actual ask — specific, action-verbed, and stated as a clear deliverable. Format / Constraints specifies what you want back — bullet list, table, 200 words max, no jargon, always in British English.

The chain-of-thought pattern is the single highest-leverage prompt technique for reasoning tasks. Asking a model to "think step by step" before giving a final answer forces it to surface intermediate reasoning, which both improves accuracy and makes errors visible. It works because the model generates its answer by predicting tokens — intermediate reasoning steps produce better prediction context for the final answer than jumping straight to conclusions. For complex analysis, classification, or multi-step tasks, adding "Think through this step by step before giving your answer" to an otherwise ordinary prompt is usually worth doing.

Few-shot prompting — providing one or two examples of what a good output looks like — is more reliable than describing the output in words. If you need a specific format, tone, or analytical frame that's hard to describe precisely, show it. Zero-shot works for common tasks with standard outputs; few-shot is worth the extra setup when the output format is unusual or the task requires a consistent judgement style you want replicated.

Temperature is the model's creativity dial. Low temperature (near 0) produces consistent, predictable outputs — good for classification, extraction, summarization. High temperature (near 1 or above) produces more varied, unexpected outputs — useful for brainstorming or generating multiple distinct options. Most business tools don't expose this directly, but it explains a pattern you'll notice: the same prompt sometimes produces very different outputs across sessions. That's usually temperature-related, not a sign the model has "changed."

Anatomy of a well-structured prompt 1 Role / Persona "You are a senior financial analyst specialising in SaaS unit economics." 2 Context / Background "We are a Series B SaaS company. ARR $18M, NRR 112%, CAC payback 14 months." 3 Task / Instruction "Identify the top 3 levers to improve payback period. Think step by step first." 4 Format / Constraints "Return a numbered list. Each item: lever name, one-line rationale, one metric to track." "Max 150 words. No jargon. Suitable for a board slide." Role sets register & expertise Context anchors to situation Task is the actual ask Format = what to hand back

Related glossary: LLM, prompt engineering, temperature, few-shot learning, chain-of-thought, zero-shot, generative AI.


§8 AI governance and risk — the controls layer Strategic

Deploying AI in a business context means inheriting a set of operational risks that don't exist with traditional software. These aren't reasons to avoid AI — they're reasons to deploy it deliberately. Each risk has a known mitigation; the work is building the controls layer before something goes wrong rather than after.

Hallucination is the headline risk. LLMs produce fluent, confident-sounding text even when the underlying claim is wrong or fabricated. This isn't a bug being fixed in the next version — it's structural to how these models work. The mitigation is human review on consequential outputs and, for factual tasks, RAG architectures that force the model to cite source documents. The practical rule: never use a generative model as the sole source of truth for anything with real downstream stakes. Summarization, synthesis, and drafting are fine; factual lookup without citation is not.

Data privacy is the second major risk, and it's the one most frequently overlooked in enterprise adoption. When your team pastes customer data, employee records, or proprietary strategy into a third-party AI API, that data typically leaves your environment. Most major AI providers have enterprise agreements that prevent training on your data, but "read access" is not the same as "your data never leaves your servers." The mitigation: classify what data types are permitted in which AI tools, maintain an approved-tool list, and ensure anyone using AI for customer-facing work has read the relevant data processing agreements.

Model version drift is less visible but operationally real. The model you build a workflow on today can be updated, deprecated, or replaced by the vendor — sometimes with meaningful behaviour changes. A GPT-3.5-based classification pipeline that worked reliably in 2023 may produce different outputs on GPT-4 or later versions. The mitigation: pin model versions where your platform allows it, test before updating, and don't assume a model update is a free upgrade.

Vendor lock-in in AI infrastructure is real in two forms: data lock-in (your fine-tuned models, embeddings, and pipelines are format-specific to a platform) and cost lock-in (workflows designed around one provider's pricing become hard to migrate when pricing changes). Mitigation: abstract the AI layer where possible, prefer open formats for embeddings and training data, and maintain multi-vendor optionality as a design principle where stakes are high enough.

Responsible AI — bias, fairness, and accountability — is both an ethical obligation and an operational risk. Models trained on historical data can encode historical biases; deployed in hiring, lending, or customer-service contexts, this produces discriminatory outcomes and regulatory exposure. The practical framework: document what the model does, what data it was trained on, who reviewed it before deployment, how errors get flagged, and what the remediation process is. The EU AI Act (high-risk system requirements) and US AI governance frameworks are increasingly specific about what documentation is required.

AI task risk quadrant — where to invest review effort Consequence of error Low High Low High Human review cost Automate freely Summarisation, meeting notes Internal draft generation Keyword classification FAQ responses (low-stakes) Automate + spot-check Contract clause extraction Financial data summarisation Sentiment scoring (customer) Churn-risk classification Reconsider ROI Low-stakes tasks with complex review Edge: bureaucratic compliance checks Ask: is manual faster here? Mandatory human review Medical / clinical decision support Legal advice & contract drafting HR screening & hiring decisions Regulatory filings, financial advice

Related glossary: hallucination, human-in-the-loop, RAG, fine-tuning, responsible AI, model drift, AI governance.


§9 What to remember

Six things, in case the rest of the guide fades:

  1. "AI" in 2026 is at least four different technologies — generative, predictive, computer vision, agents. Asking "which AI" cuts through 80% of vagueness in any conversation.
  2. The replace-vs-augment frame is wrong. Real AI deployment is per-task within roles, with review layers. The right question is which tasks, with what guardrails.
  3. Almost every "AI on your data" product is RAG. Retrieval first, generation second. Quality depends on retrieval and source documents more than on the model.
  4. Frontier models are commodities; data is the moat. Specialty data + working pipelines beat general models with no proprietary input.
  5. Agents are a spectrum, not a category. Tool-augmented LLMs and single-task agents are real; "fully autonomous" is mostly marketing in 2026.
  6. Most failed AI projects failed task selection, not the AI itself. Pattern-shaped, reviewable, data-rich, high-volume tasks win. Judgment-shaped, irreversible, data-poor, low-volume tasks lose.

The lens that ties them together: AI is a tool category with specific strengths. The skill is matching the right kind to the right kind of problem.


§10 Related Glossary terms

Core categories: AI, machine learning, LLM, generative AI, computer vision, AGI.

Patterns: RAG, vector database, embeddings, fine-tuning, training data.

Agents: agent, tool use, human-in-the-loop.

Failure modes: hallucination.

Strategy: data moat.

See also: Data Foundations Guide — the data infrastructure that trains and serves AI models, especially §4 (lakehouse) and §5 (modern data stack); Statistical Concepts Guide — the statistical foundations behind model evaluation metrics (§5: confusion matrix, precision/recall, AUC).

Open this guide in BizTech Primer →