AI Glossary: Essential Terms Explained

AI jargon can feel like a foreign language, but it doesn't have to. This glossary for beginners translates the most common artificial intelligence terms into plain English so you can understand what's happening, why it matters, and how it affects your life. No computer science degree required.

AI glossary: open book with glowing pages and floating tech symbols, making artificial intelligence accessible to everyone

For the past decade, artificial intelligence has gone from science fiction to everyday reality. You're probably using it right now without realizing it. Your phone's predictive text, your email's spam filter, that eerily accurate Netflix recommendation. All AI.

But understanding what people mean when they talk about AI shouldn't require a technical translator. This glossary is your Rosetta Stone for the Digital RenAIssance. Think of it as a companion guide, not a textbook. Each term gets explained the way I'd explain it to a neighbor over coffee.

Let's make sense of this together.


AI (Artificial Intelligence)

Software that can do things we used to think only humans could do. Recognize your face. Understand what you're saying. Write a cover letter. Diagnose a disease from an X-ray. The term has been around since the 1950s, but for most of that time it meant robots in movies and chess computers that impressed nobody's grandmother. What changed is scale. Modern AI learned from billions of examples instead of thousands, ran on computers powerful enough to actually crunch that data, and somewhere along the way crossed a threshold where it stopped feeling like a party trick and started feeling like a colleague.

The word "artificial" is the one that trips people up. It doesn't mean fake or inferior. It means human-made. The intelligence is real. The source is silicon.

AGI (Artificial General Intelligence)

A hypothetical AI that can do any intellectual task a human can, not just the one thing it was built for. Today's AI is brilliant in narrow lanes. It can write your email, beat you at chess, or spot a tumor, but the email writer can't play chess and the chess champion can't read your X-ray. AGI would be one system flexible enough to do all of it, learn new skills on its own, and apply common sense across the board, the way a smart human can. We don't have it. People argue constantly about whether we're two years away or twenty, and anyone who tells you they know for sure is guessing with confidence. AGI is the step before Superintelligence: matching human ability versus blowing past it. See also: Superintelligence.

Agentic AI

An AI that can act on your behalf, not just respond to commands. Think of the difference between a calculator (you tell it exactly what to do) and a personal assistant (you tell it what you want, and it figures out how to make it happen). Agentic AI can plan multiple steps, use tools, and make decisions to accomplish a goal you give it. For example, you might tell an agentic AI "find me the best flight to Chicago next week" and it'll search multiple sites, compare prices, check your calendar, and book the ticket. We're moving from AI that answers questions to AI that solves problems. Not the same as Agentic AI, which describes the behavior. An AI Agent is the actual program doing it.

AI Agent

A software program powered by AI that can perform tasks autonomously. Unlike traditional software that follows rigid if-then rules, an AI agent can adapt to new situations and figure things out on its own. Think of a smart home system that learns your routine and adjusts the temperature before you ask, or a customer service bot that actually understands your problem instead of just matching keywords. The "agent" part means it has some degree of independence to make decisions within boundaries you set.

Algorithm

The set of instructions a computer follows to solve a problem or make a decision. Every piece of software runs on algorithms, but AI algorithms are different: instead of following rules a human wrote, they learn the rules themselves from data. When people say "the algorithm" decided what you see on social media, they mean a system that learned to predict what will keep you scrolling and got very good at it. Understanding that algorithms are made by humans, reflect human choices, and can be changed is one of the most important things to know about technology today.

Automation

When a machine handles a task that a human used to do. Not the same as AI. A dishwasher automates doing dishes without being intelligent. But modern AI-powered automation is different because it can handle tasks that require judgment, not just repetition. The spreadsheet automated arithmetic. Email automated the memo. AI is automating the first draft, the research summary, the customer service response. The pattern is consistent: automation doesn't eliminate work, it shifts where human effort goes. Usually up the skill chain.

Benchmark

A standardized test used to measure how well an AI system performs. Think of it like the SAT, but for machines. AI companies use benchmarks to compare models and demonstrate progress. The problem is that AI companies have gotten very good at teaching their models to ace the benchmarks, the way students can ace a test without deeply understanding the material. When you see headlines like "new AI beats humans on IQ test," what you're really seeing is a benchmark result, not proof the AI is smarter than you.

Bias

When an AI system produces results that systematically favor or disadvantage certain groups, often because its training data reflected existing human prejudices. If you train a hiring AI on 20 years of resumes from a company that mostly hired men, the AI learns that successful candidates look like men. It's not malicious. It's pattern matching gone wrong. Bias in AI is one of the most serious problems in the field because the outputs feel objective since they came from a computer, when they're actually encoding historical inequality. Spotting it requires humans paying attention.

Chatbot

A software program designed to simulate conversation with a human. Old-style chatbots were basically decision trees. Type "refund" and get the refund script. Type anything else and get confused. Modern AI-powered chatbots actually understand what you're saying, can handle unexpected questions, and maintain context across a conversation. ChatGPT, Claude, and Gemini are all chatbots in the technical sense, though calling them that undersells what they can do. It's like calling a smartphone a "phone."

Codified Knowledge

Documented rules, established procedures, and textbook facts that are easy to write down. This is the information you find in manuals or standard operating procedures. Because it follows predictable patterns and strict logic, codified knowledge is exactly what AI excels at replacing or automating. If your job relies entirely on codified knowledge, an AI can likely do it faster. See also: Tacit Knowledge.

Context Window

The amount of information an AI can "remember" during a single conversation. Imagine talking to someone with a really good memory versus someone who forgets what you said three sentences ago. That's the difference between a large and small context window. Early AI systems could only process a few paragraphs at once. Modern systems can handle entire books. This matters because a bigger context window means the AI can understand more nuanced questions, reference earlier parts of your conversation, and give more thoughtful answers. It's the difference between "what did I just say about my vacation?" working versus getting a blank stare.

Deep Learning

A subset of machine learning inspired by how the human brain works. Instead of being explicitly programmed with rules, deep learning systems build their own understanding by processing massive amounts of examples through layers of artificial neurons. It's called "deep" because of these many layers, each one learning to recognize increasingly complex patterns. This is how AI learned to recognize faces in photos, translate languages, and even generate images from text descriptions. The breakthrough was realizing that if you give a system enough examples and enough layers, it can learn things nobody explicitly taught it.

Fine-tuning

Taking a pre-trained AI and teaching it to specialize in something specific. Think of it like hiring someone who already speaks English and training them to be a medical translator versus teaching someone English from scratch. A general AI might know a lot about everything. Fine-tuning narrows that knowledge to excel at one particular task, like analyzing legal documents or writing marketing copy. This is why some AI tools are amazing at coding but terrible at poetry, while others are the opposite. Same foundation, different specialization.

Foundation Model

A large AI model trained on enormous amounts of data that can be adapted for many different tasks. Think of it as the engine under the hood. GPT-4, Claude, and Gemini are all foundation models. Companies build specific products on top of them without having to train a new AI from scratch each time. The term matters because it explains why AI capability improved so dramatically so fast: instead of building specialized AI for every task, researchers built one very powerful general model and let everyone else customize it.

Guardrails

The rules and limits built into an AI to keep it from doing harmful, dangerous, or wildly inappropriate things. When you ask a chatbot how to do something illegal and it politely declines, that's guardrails. They're the safety rails on a highway: there to stop the worst outcomes, not to steer the car for you. Good guardrails are mostly invisible and catch real problems. Clumsy ones frustrate people by refusing a reasonable request because a keyword tripped an alarm. Every major AI has them, companies tune them constantly, and deciding where to draw the lines is one of the hardest, most debated jobs in the entire field.

Generative AI

AI that creates new content rather than just analyzing existing content. This is the category that includes systems like ChatGPT (generates text), DALL-E (generates images), and tools that create music, video, or code. The key word is "generative." It's not copying something that already exists. It's producing something new based on patterns it learned from training data. When you ask an AI to text a parent a custom bedtime story about a dragon who's afraid of heights, that's generative AI at work. Check out Dream Weaver for a free example of that experience.

Hallucination

When an AI confidently states something that's completely wrong. It's not lying (AI doesn't have intent), but it's making things up. This happens because AI generates responses based on patterns, not facts. It might invent a research study that never happened, cite a book that doesn't exist, or give you a recipe that would start a kitchen fire. The term "hallucination" is perfect because the AI genuinely doesn't know it's wrong. It's dreaming something into existence based on what sounds plausible. This is why you should always verify important facts, especially from AI. Trust, but verify.

Inference

The computation that happens when a trained AI model does actual work. Think of it this way: Training an AI is like teaching a student everything they need to know for a job. Inference is them showing up to work every day and actually doing the job. Training happens once. Inference happens every time someone asks the AI a question, generates an image, drafts an email, or recognizes a face in a photo. The AI industry calls it "inference" because the model is drawing conclusions (making inferences) from the patterns it learned during training. It's technical jargon for something simple: putting a trained AI to work.

Knowledge Cutoff

The date an AI's education stopped. Every model learns from a giant pile of text and images gathered up to a certain point, then training ends and the model ships. Ask it about anything that happened after that date and it either admits it doesn't know or, worse, makes something up (see Hallucination). It's why an AI might describe a phone that's now two generations old as "the latest." This is also why many AI tools can now search the web in real time: it's a patch for the cutoff, letting the model look things up instead of relying only on what it memorized in school. When an AI seems weirdly out of date, the knowledge cutoff is usually why. See also: Training Data.

LLM (Large Language Model)

The technology behind modern conversational AI. An LLM is a massive neural network trained on huge amounts of text from books, websites, and other sources to understand and generate human language. "Large" refers to both the amount of data it was trained on and the sheer number of parameters (think: adjustable settings) inside the model, often billions or trillions. ChatGPT, Claude, and Gemini are all LLMs. They're not sentient, but they're remarkably good at predicting what word should come next in a sentence, which turns out to be powerful enough to have conversations, write essays, answer questions, and translate languages.

Machine Learning

The fundamental idea that computers can learn from experience rather than being explicitly programmed for every task. Instead of writing code that says "if the email contains these words, it's spam," you show the system thousands of examples of spam and legitimate emails, and it figures out the patterns itself. The more examples it sees, the better it gets. Machine learning is the broader category that includes deep learning, neural networks, and most of what we call AI today. It's how Netflix learns what you like, how your phone learns your face, and how AI got good enough to be genuinely useful.

MCP (Model Context Protocol)

A common plug that lets AI assistants connect to your other tools and data. Before MCP, hooking an AI up to your calendar, your files, or an app meant custom wiring for every single connection. MCP is the standard adapter that makes those connections work the same way everywhere, kind of like how USB-C charges your laptop, phone, and headphones with one cable instead of three. Introduced by Anthropic in late 2024, it has quietly become the way AI agents reach out and actually do things in the real world instead of just talking about them. You won't see MCP, but increasingly it's the thing letting your AI book the meeting, pull the document, or update the app on your behalf. I built one into Tellie so other tools can send content straight to my notch.

Model

The actual AI system that's been trained and is ready to use. When people say "the model," they mean the specific version of an AI that's been trained on data and packaged for use. GPT-4o is a model. Claude Sonnet is a model. Think of it like a finished product versus the factory that made it. The factory is the training process. The model is what comes out. When a company releases a "new model," they've trained a new version that's usually faster, smarter, or cheaper than the last one.

Multimodal

An AI that can work with more than one type of input or output, including text, images, audio, and video. Early AI systems were single-track: text in, text out. Modern multimodal AI can look at a photo and describe it, listen to audio and transcribe it, or take a sketch and turn it into a polished design. When you take a picture of a restaurant menu in a foreign language and your phone translates it in real time, that's multimodal AI. The more modalities a system handles, the closer it gets to experiencing the world the way humans do.

Natural Language Processing (NLP)

The branch of AI focused on helping computers understand, interpret, and generate human language. This is what lets you talk to Siri or Alexa, get your emails auto-sorted, or have a chatbot actually understand what you're asking instead of just matching keywords. NLP is why you can type "flights to New York tomorrow" into a search engine and get relevant results instead of a literal search for those exact words. It's the bridge between how humans communicate and how computers process information. Every time an AI reads, writes, or speaks, NLP is involved.

Neural Network

A computing system inspired by the structure of the human brain. Instead of processing information in a straight line (do step A, then step B, then step C), a neural network has layers of interconnected nodes (like neurons) that pass information back and forth until they arrive at an answer. Each connection has a "weight" that gets adjusted during training. When you show a neural network a million pictures of cats and dogs, it gradually adjusts these weights until it can tell the difference. The brilliant part is that nobody programs the rules for "what makes a cat a cat." The network figures that out by itself. This is the foundation of most modern AI.

Open Source

AI where the underlying code and sometimes the training data is made publicly available for anyone to use, study, or modify. The opposite of proprietary AI like ChatGPT, which is a closed system you can only access through OpenAI's products. Open source AI models like Meta's Llama can be downloaded and run on your own computer. This matters because open source accelerates innovation. Thousands of developers improve the model rather than just one company's team. It also raises safety questions, since once a powerful model is open, you can't un-open it.

Parameters

The internal numerical settings inside an AI model that get adjusted during training. If the model is a brain, parameters are the strength of the connections between neurons. A model with more parameters can learn more complex patterns, which is why you hear numbers like "70 billion parameters" thrown around as a measure of capability. Bigger isn't always better since larger models are slower and more expensive to run, but parameter count is a rough proxy for how much a model can learn. When someone says GPT-4 is a "large" model, parameters are a big part of what they mean.

Prompt

The instructions or question you give to an AI. If AI is a tool, the prompt is how you use it. A vague prompt gets vague results. A specific, well-crafted prompt gets remarkable results. The difference between "write a story" and "write a two-paragraph bedtime story for a five-year-old about a brave mouse who's afraid of cheese" is everything. Learning to write good prompts (sometimes called "prompt engineering") is becoming a valuable skill. It's not about tricking the AI. It's about being clear about what you want, just like you'd be clear with a human assistant.

RAG (Retrieval-Augmented Generation)

A technique that gives AI access to specific, up-to-date information beyond what it was originally trained on. Instead of relying only on its training data (which might be months or years old), RAG lets the AI search a database, retrieve relevant facts, and then generate a response using that fresh information. Think of it like the difference between answering a question from memory versus being allowed to look it up first. This is how AI can answer questions about your company's internal documents or today's news even though it was never trained on that data. It retrieves, then it generates. That's RAG.

Reasoning Model

An AI that shows its work before giving you an answer. Regular chatbots blurt out the first thing that sounds right. A reasoning model pauses, thinks through the problem step by step (sometimes for a few seconds, sometimes longer), and then answers. You've seen this if your AI ever flashed a little "thinking..." note before responding. It's the difference between a student who shouts out the answer and one who works the problem on scratch paper first. Reasoning models are slower and cost more, but they're far better at math, logic, planning, and anything where the first instinct is often wrong. Not a different kind of intelligence. Just one that's allowed to slow down.

Superintelligence

A hypothetical AI that surpasses human intelligence across every domain. Not just chess or radiology, but creativity, emotional intelligence, scientific reasoning, everything. We don't have it. We don't know if or when we'll get it. But it's the thing researchers argue about most intensely, because a superintelligent AI that didn't share human values could be the most consequential invention in history, for better or worse. Worth knowing the term. Worth being skeptical of anyone who tells you they know exactly when it's arriving.

Tacit Knowledge

The experiential wisdom, intuition, and human judgment you build from years of actual practice. It's the ability to "read a room," know when to break the rules, or understand the unwritten context of a problem. Large Language Models cannot replicate this. As AI automates codified knowledge, your tacit knowledge becomes your most valuable professional asset. See also Codified Knowledge.

Token

The basic unit of text that an AI processes. A token is usually a word or part of a word. "Understanding" might be one token, while "understanding" could be split into "under" and "standing" depending on the system. Why does this matter? Because AI models have limits on how many tokens they can process at once (see Context Window), and many AI services charge by the token. When you see "this model supports 128,000 tokens," that's roughly equivalent to a 300-page book. Tokens are the AI's way of breaking down language into digestible chunks.

Training Data

All the information an AI system learns from before it ever talks to you. For a language model, this might be billions of web pages, books, articles, and conversations. For an image generator, it's millions of pictures with descriptions. The quality and diversity of training data determines what the AI knows and how it behaves. If the training data is biased, outdated, or incomplete, the AI will reflect those limitations. This is why you'll sometimes notice AI knows a lot about topics up to a certain date but nothing after. That's when its training data ended. Think of training data as the AI's education. Everything it learned in school, before it started talking to you.

Vibe Coding

Building software by describing what you want in plain English and letting an AI write the actual code. You supply the idea, the taste, and the "that's not quite right, try again." The AI supplies the syntax, the scroll physics, the parts that used to require a computer science degree. The term was coined by AI researcher Andrej Karpathy in early 2025, and it describes exactly how I built Tellie, my Mac teleprompter, in three days without writing a single line of Swift myself. You're not tricking the machine and you're not pretending to be an engineer. You're directing one. If you can describe what you want clearly (see Prompt), you can vibe code. The code is the output. Which, as it turns out, is only half the story. See also: Vibe Creating.

Vibe Creating

What happens to your brain when you vibe code long enough. A term I coined to name something I kept experiencing and couldn't describe: the act of building was generating ideas I never would have had by sitting and thinking. Vibe coding says the code is the output. Vibe creating says the code is the byproduct, and the real output is a brain that works differently. Here's the difference. In old-school development, you think and then you build. In vibe creating, building is thinking. You start an idea, see it running, and that working thing sparks the next idea you couldn't have articulated in advance. I built Tellie as a teleprompter. While using it, it became something I never planned: a silent second screen that listens to your voice, your slides, even your coding agents. I didn't think my way there. I built my way there. For thirty years I carried a mental drawer stuffed with ideas that never became real because the path to making them real was too slow or too expensive. Vibe creating opened the drawer. It's not AI replacing your creativity. It's AI removing the friction between a thought and the thing, so your brain starts generating thoughts it never had room for before. I think it's the start of a new phase in how human brains work. I make the full case here.

Workslop

AI-generated content that looks polished at first glance but is actually generic, inaccurate, or soulless, requiring hours of human correction to actually use. It's the uncanny valley of effort: output that was too easy to create and is therefore a burden to edit. As AI tools become more common in the workplace, avoiding workslop by providing excellent prompts and human oversight is a critical skill.


What This Means for You

You don't need to memorize these terms to use AI. But understanding them helps you know what's possible, what's reliable, and what to watch out for. AI is a tool, and like any tool, it works better when you understand how it works.

The real power of AI isn't in the technology itself. It's in what happens when everyday people (not just engineers) can use it to solve real problems, create new things, and spend less time on drudgery.

That's the Digital RenAIssance. Welcome to it.

What AI terms are you still confused about? Let me know and I'll add them to this glossary.


Steve Chazin makes AI make sense. After three decades leading tech teams at companies like Apple and Salesforce, he's on a mission to show regular people how to use AI without fear or confusion. Welcome to the Digital RenAIssance. stevechazin.com

MISSING A TERM?

AI has a lot of jargon. This glossary doesn't have all of it yet.

If you hit a term that confused you and it's not here, tell me. I read every email and I'll add the best suggestions to the next update.

Suggest a Term →