AI Jargon Buster — Simple AI Dictionary

AI Jargon Buster

Confused by AI terms in the news? Search any term and get a simple, plain-English explanation. Free AI dictionary.

Basics

Artificial Intelligence

Software that can perform tasks which normally need human intelligence — like understanding language, recognizing images, or making decisions.

Basics

Machine Learning

A type of AI where the software learns patterns from data instead of being hand-programmed with rules.

Basics

Deep Learning

Machine learning using large neural networks with many layers — the approach behind today’s most powerful AI.

Basics

Neural Network

A system of connected ‘neurons’ (math units) that learns from examples, loosely inspired by the brain.

Basics

Algorithm

A step-by-step set of instructions a computer follows to solve a problem.

Basics

Dataset

A collection of data (text, images, etc.) used to train or test an AI model.

Basics

Training

The process of feeding a model lots of data so it learns patterns — like studying before an exam.

Basics

Inference

When a trained model is actually used to answer questions or make predictions.

Basics

Parameter

A tunable value inside a model learned during training. More parameters usually means a more capable (and expensive) model.

Basics

Token

The chunk of text a model reads or writes at a time — roughly ¾ of an English word. ‘ChatGPT’ is 2 tokens.

Basics

Prompt

The instruction or question you give an AI to get it to do something.

Basics

Prompt Engineering

The skill of writing good prompts to get better, more reliable results from AI.

Basics

Context Window

How much text a model can ‘remember’ at once. A bigger window means longer conversations and documents.

Basics

Hallucination

When an AI confidently makes up facts that aren’t true. Always verify important claims.

Basics

Bias

When a model’s outputs unfairly favor or disfavor certain groups — usually inherited from its training data.

Models

Large Language Model (LLM)

An AI trained on huge amounts of text that can understand and generate human-like language. ChatGPT and Claude are LLMs.

Models

Transformer

The neural-network design (from 2017) behind nearly all modern LLMs.

Models

GPT

‘Generative Pre-trained Transformer’ — OpenAI’s family of language models (GPT-4, GPT-5, …).

Models

Diffusion Model

The technique behind AI image generators: start from noise and gradually refine it into a picture.

Models

Fine-tuning

Taking a pre-trained model and training it a bit more on specific data to specialize it.

Models

Pre-training

The first, massive training phase where a model learns general knowledge from huge datasets.

Models

Foundation Model

A large general-purpose model (like GPT-4 or Claude) that other apps and tools are built on top of.

Models

Open-weights Model

A model whose internal parameters are publicly downloadable (e.g. Llama, Mistral) — you can run and modify it yourself.

Models

Multimodal

A model that handles more than one type of input — text plus images, audio, or video.

Models

Embedding

A way of turning words or images into lists of numbers so the AI can measure how similar things are.

Models

Vector Database

A database optimized for storing embeddings, used to find semantically similar content fast.

Models

Reinforcement Learning

Training where the AI learns by trial and error, getting rewards for good actions — like training a pet.

Models

RLHF

‘Reinforcement Learning from Human Feedback’ — humans rate the model’s answers so it learns to be more helpful and safe.

Techniques

RAG

‘Retrieval-Augmented Generation’ — the AI looks up relevant documents before answering, so answers are fresher and more accurate.

Techniques

Chain-of-Thought

Asking the model to reason step-by-step, which improves answers to hard problems.

Techniques

Few-shot Learning

Giving the model a few examples in the prompt so it copies the pattern.

Techniques

Zero-shot Learning

The model handles a task with no examples at all — just the instruction.

Techniques

Temperature

A setting controlling randomness: low = focused and predictable, high = creative and surprising.

Techniques

System Prompt

Hidden instructions set by the developer that shape how the AI behaves in every reply.

Techniques

AI Agent

An AI that doesn’t just answer — it takes actions: browsing, using tools, and completing multi-step tasks on its own.

Techniques

Tool Use / Function Calling

Letting a model call external tools (search, calculators, apps) to get things done beyond chatting.

Techniques

Quantization

Shrinking a model so it runs on smaller devices, with only a small quality trade-off.

Techniques

Streaming

When the AI’s answer appears word-by-word as it’s generated, instead of all at once.

Safety

Alignment

Making sure AI systems pursue goals that match human values and intentions.

Safety

Red Teaming

Deliberately trying to break or trick an AI to find weaknesses before bad actors do.

Safety

Guardrails

Built-in limits that stop a model from producing harmful or unwanted outputs.

Safety

Jailbreak

A trick prompt that tries to bypass a model’s safety guardrails.

Safety

Deepfake

AI-generated fake images, audio, or video that look like a real person.

Safety

Synthetic Data

Artificially generated training data — useful, but overuse can degrade models.

Safety

AI Safety

The field studying how to keep advanced AI systems safe, controllable, and beneficial.

Safety

Copyright (AI Training)

The ongoing legal debate over whether training AI on copyrighted text and images is fair use.

Safety

AGI

‘Artificial General Intelligence’ — a hypothetical AI that can do any intellectual task a human can. It doesn’t exist yet.

Basics

Compute

The processing power (usually GPUs) needed to train and run AI models — one of AI’s biggest costs.

Basics

API

A way for apps to use an AI model programmatically — how most AI features inside other apps work.

Basics

Latency

The delay between asking the AI something and getting a response.

Basics

Benchmark

A standardized test used to compare how capable different AI models are.

Companies

OpenAI

The company behind ChatGPT and GPT models, led by Sam Altman.

Companies

Anthropic

The AI safety-focused company behind the Claude models, led by Dario Amodei.

Companies

xAI

Elon Musk’s AI company, maker of the Grok models.

Companies

Google DeepMind

Google’s AI lab behind the Gemini models and AlphaGo.

Techniques

Edge AI

Running AI directly on your device (phone, laptop) instead of in the cloud — faster and more private.

No matching terms — try a different search.
New to AI? Start with our latest AI news and explainers, written for curious readers, not engineers.