Dictionary

AI Dictionary

Artificial intelligence terms explained simply, each with an example. A new word every day.

67 terms

AGI (artificial general intelligence)

Risks

A hypothetical AI that could reason and learn any task as well as a human. It does not exist yet.

Example: Today's models are great at specific tasks, but none of them is AGI yet.

AI agent

Uses

An AI that does not just answer, but can take several steps on its own to finish a task.

Example: An agent that researches flights, compares prices and builds you an itinerary without you asking step by step.

AI ethics

Risks

The study of how to use AI fairly, safely and responsibly, without harming people.

Example: Deciding whether AI can be used to make hiring decisions is a question of AI ethics.

Algorithm

Basics

An ordered series of steps a computer follows to solve a problem or finish a task.

Example: The recipe that decides which videos an app shows you is an algorithm.

API

Uses

The 'door' that lets one program talk to another program or service automatically.

Example: A weather app uses an API to ask another service for the forecast data.

Artificial Intelligence (AI)

Basics

Computer programs that do tasks only a human used to be able to do, like understanding text, recognizing a photo or making decisions.

Example: When you ask Claude to write you an email, that is AI at work.

Automation

Uses

Making a repetitive task happen on its own, without a human redoing it by hand every time.

Example: A welcome email that sends itself when someone subscribes is automation.

Benchmark

Basics

It's a standard test run on different AI models to compare how well they perform, so everyone gets measured with the same yardstick.

Example: When a new model launches and they say it 'beat the others at math', they're almost always talking about a specific benchmark.

Bias

Risks

When the AI repeats unfairness or imbalance that already existed in the data it learned from.

Example: A model that only saw resumes from one type of candidate may favor them without meaning to.

Big Data

Data

Huge amounts of data, so large that special tools are needed to analyze them.

Example: Every click from every user of an app over a year is a Big Data case.

Chain of thought

Uses

When the AI 'thinks out loud' step by step before giving the final answer, which usually improves accuracy.

Example: Asking it to 'explain your reasoning step by step' triggers a chain of thought.

Chatbot

Uses

A program you chat with by typing, that responds like it were a person.

Example: The support chat on a store that replies instantly is usually a chatbot.

Closed-source model

Models

An AI whose code and exact workings are not public; you only use it through the company that made it.

Example: Claude is a closed-source model: you use it through Anthropic, you cannot download it.

Cloud

Data

Someone else's computers, connected to the internet, that you use to store data or run programs without owning the hardware.

Example: When you use Claude, the AI runs in the cloud, not on your phone.

Computer vision

Uses

The branch of AI that lets a computer 'see' and interpret images or video.

Example: Your phone's face unlock uses computer vision.

Context (context window)

Basics

How much text the AI can 'remember' at once within a conversation.

Example: If you paste a very long document, some models start forgetting the beginning: they ran out of context.

Context window

Basics

It's how much text the AI can 'remember' at once in a conversation: what you already wrote, what it answered, the documents you pasted in. Once it fills up, it starts forgetting what came earlier.

Example: If you paste a 50-page contract into Claude and keep asking it questions for hours, at some point it may start forgetting details from the beginning because it ran out of context window.

Copilot

Uses

An AI that helps you do a task while you stay in charge, suggesting or completing things for you.

Example: An AI that suggests your next line while you code is acting as a copilot.

Data privacy

Risks

The right for your personal info not to be used or shared without your permission, even when training or using AI.

Example: Reading the privacy policy before uploading your documents to an AI protects your data privacy.

Dataset

Data

The collection of examples (text, photos, numbers) used to train an AI.

Example: Millions of web pages are part of the dataset an LLM was trained on.

Deepfake

Risks

A fake video, audio or photo made with AI that makes it look like someone said or did something that never happened.

Example: A video where a celebrity seems to announce something they never recorded is a deepfake.

Diffusion model

Models

The most common technique behind image generators: it starts with pure noise and gradually 'cleans' it into an image.

Example: Higgsfield, which we use on this site, runs on a diffusion model.

Digital watermark

Risks

An invisible or visible signal added to AI-generated content to flag that it is not 100% human made.

Example: Some AI images carry a digital watermark that only other software can detect.

Embeddings

Data

A way of turning words or text into numbers so the AI can compare how similar they are in meaning.

Example: Thanks to embeddings, a search engine understands that 'car' and 'automobile' mean nearly the same thing.

Few-shot

Uses

Giving the AI a few examples inside the same prompt so it understands better what you want.

Example: You show it 3 examples of how you want your post to sound before asking for the fourth.

Fine-tuning

Data

Taking an already trained AI and giving it extra, more specific training for one task or style.

Example: Fine-tuning a general model so it only answers legal questions about your local area.

Foundation model

Models

A large, general model trained first, on top of which more specific versions are later built.

Example: Claude starts as a foundation model, then gets tuned for tasks like writing code or chatting.

Generative AI

Basics

The general name for all AI that creates original content: text, images, music, video.

Example: Claude, image generators and voice clones are all examples of generative AI.

Generative model

Models

A type of AI that creates new content (text, image, audio) instead of just classifying or predicting.

Example: A model that writes you a brand new story is a generative model.

GPU

Data

A computer chip very good at doing many calculations at once, key for training and running AI.

Example: Training a large model can need thousands of GPUs working together.

Guardrails

Risks

The limits put on an AI so it does not say or do harmful or inappropriate things.

Example: Claude refusing to give you dangerous instructions is a guardrail working.

Hallucination

Risks

When the AI gives you an answer that sounds confident but is false or made up.

Example: You ask for a historical fact and it gives you a date that does not exist. That is a hallucination.

Hyperparameter

Data

A setting an engineer decides before training the AI, like how many times it will review the data.

Example: How many training 'rounds' happen is a hyperparameter set ahead of time.

Image generation

Uses

AI that creates brand new images from a text description.

Example: You type 'an astronaut cat, watercolor style' and it gives you back the image.

Inference

Uses

The moment the AI uses what it already learned to give you an answer, without training anymore.

Example: Every time you ask Claude a question and it answers, that is inference.

Jailbreak

Risks

An attempt to trick the AI with wording tricks so it skips its safety rules.

Example: Asking the AI to 'act with no rules' so it says something it normally would not is a jailbreak.

Latency

Uses

The time it takes the AI to start answering you after you ask.

Example: A low-latency app feels instant; a high-latency one feels slow.

LLM (Large Language Model)

Models

The kind of AI behind Claude or ChatGPT: it learned from huge amounts of text, so it can chat, write and answer questions.

Example: Claude is an LLM. That is why it can hold a full conversation with you.

Machine Learning

Basics

A way of building AI where the program learns from lots of examples, instead of a human writing rules one by one.

Example: A system that learned to spot spam by seeing millions of emails, not because someone told it 'if it says YOU WON it's spam'.

MCP (Model Context Protocol)

Uses

A standard that lets an AI connect directly to your tools and data (like your email, your calendar, or a database), instead of only working with what you type in the chat.

Example: When Claude Code reads files from your project or searches GitHub on its own, it's thanks to an MCP connected behind the scenes.

Multimodal

Models

An AI that understands and works with more than one type of content: text, images, audio or video.

Example: You send a photo of your fridge and it suggests what to cook: that is multimodal.

Neural network

Models

The math structure, inspired by the brain, most modern AI is built on.

Example: Neural networks are what 'learn' to recognize a cat in a photo.

NLP (natural language processing)

Basics

The branch of AI focused on getting computers to understand and generate human language.

Example: A program detecting whether a review is positive or negative is using NLP.

No-code

Uses

Tools that let you build something (an app, a site) without writing a single line of code.

Example: Building your online store by dragging blocks, without programming, is no-code.

Open source

Models

Software whose code anyone can see, use and modify, for free.

Example: Some AI models are open source and anyone can download and tweak them.

Overfitting

Data

When the AI 'memorized' its training examples instead of learning the pattern, so it fails on new cases.

Example: A model that recognizes the 10 dogs it trained on perfectly, but fails on a brand new dog.

Plugin / extension

Uses

An add-on piece that gives the AI a new ability, like searching the web or reading a PDF.

Example: A calendar plugin lets an AI assistant actually schedule you an appointment.

Prompt

Uses

What you type to the AI to ask for something: a question, an instruction or a task.

Example: 'Write me an Instagram post about my coffee shop' is a prompt.

Prompt engineering

Uses

The craft of writing your instructions to the AI well, so it gives you the best possible result.

Example: Adding 'answer as if you were a teacher' to your prompt is a prompt engineering technique.

Quantization

Models

It's making an AI model lighter by reducing the precision of its internal numbers, so it takes up less space and runs faster, with barely any loss in quality.

Example: Thanks to quantization, a large model can run on your laptop or even your phone, instead of needing a supercomputer.

RAG (retrieval-augmented generation)

Uses

When the AI first looks up info in your documents or online, then uses that to answer better.

Example: An assistant that searches your company manual before answering your question is using RAG.

Reasoning model

Models

It's an AI that takes a moment to "think" step by step before answering you, instead of blurting out the first thing that comes to mind. That's why it tends to do better with math, logic, or code.

Example: You ask Claude to solve a tricky math problem, and in reasoning mode it first works through its steps internally before giving you the final answer.

Robotics

Uses

The field that combines AI with physical machines so they can move and act in the real world.

Example: A robotic arm that learns to sort boxes uses robotics plus AI.

Sandbox

Risks

A safe, separate space where AI or code is tested without risk of affecting anything real.

Example: Before launching an AI agent with access to your email, it gets tested in a sandbox.

Speech recognition

Uses

AI that turns what you say into written text.

Example: When you dictate a voice message on your phone and it comes out as text, that is speech recognition.

Speech-to-text (STT)

Uses

Same as speech recognition: turns spoken audio into written text.

Example: Automatically transcribing a work call is speech-to-text.

Superintelligence

Risks

A hypothetical AI that would surpass human intelligence at nearly everything. It is a debated idea, not current reality.

Example: In sci-fi movies, the 'AI that becomes smarter than everyone' is a superintelligence.

Synthetic data

Data

Fake but realistic information that an AI creates to train another AI, instead of using real people's data. It's used when real data is scarce or when using it would raise privacy issues.

Example: A hospital that wants to train an AI to detect illnesses might use synthetic medical records (made up by another AI but statistically similar to real ones) so it doesn't expose actual patient data.

System prompt

Uses

Invisible instructions given to the AI before your message, to set how it should behave.

Example: A company can set a system prompt telling its chatbot 'always answer in a formal tone'.

Temperature

Uses

A setting that controls how creative or predictable the AI's answer is. Low = safer, high = riskier.

Example: High temperature gives you wilder business name ideas; low gives you the obvious one.

Text-to-speech (TTS)

Uses

AI that turns written text into a spoken voice.

Example: The narrator that reads an article out loud to you uses text-to-speech.

Token

Basics

A small chunk of a word the AI uses to read and write text. One word can be one or several tokens.

Example: 'Understanding' might split into tokens like 'Under' + 'standing'.

Training

Data

The process where the AI learns, by showing it tons of examples until it picks up the pattern.

Example: Training a model on photos of dogs and cats until it learns to tell them apart.

Transfer learning

Data

Using what an AI already learned on one task to help it learn a different but similar task faster.

Example: A model that already knows how to recognize animals learns specific dog breeds faster.

Transformer

Models

The architecture (the 'internal design') used by most modern LLMs, including Claude.

Example: The 'T' in GPT stands for Transformer, the tech behind these models.

Vibe coding

Uses

It's coding by describing what you want to an AI in plain language, instead of writing the code yourself line by line.

Example: You tell Claude 'build me a page with a contact form' and in minutes you have a working site, without touching a line of code.

Zero-shot

Uses

Asking the AI to do a task without giving it any prior example, just the instruction.

Example: 'Classify this email as spam or not' without showing examples first is zero-shot.