AI Glossary
A comprehensive guide to 53 essential AI terms — from foundational concepts and model architectures to infrastructure, safety, and business terminology.
A (7 terms)
AGI (Artificial General Intelligence)
FundamentalsHypothetical AI with the ability to understand or learn any intellectual task that a human being can perform.
AI Agents
ApplicationsAutonomous AI systems that perceive their environment, plan multi-step actions, and use tools to complete tasks.
AI Alignment
Safety & EthicsThe challenge of ensuring AI systems reliably pursue goals that align with human intentions and values.
AI Bias
Safety & EthicsSystematic errors in AI systems that produce unfair, discriminatory, or inaccurate outcomes for certain groups.
AI Safety
Safety & EthicsThe field focused on ensuring AI systems remain beneficial, controllable, and aligned with human values as they become more capable.
Artificial Intelligence (AI)
FundamentalsThe simulation of human intelligence by computer systems, enabling machines to learn, reason, and solve problems.
Attention Mechanism
TechniquesA neural network component that lets models dynamically focus on relevant parts of the input when generating each output token.
B (2 terms)
Backpropagation
TechniquesThe algorithm for computing gradients in neural networks by propagating errors backwards through layers.
BERT
ModelsGoogle's 2018 bidirectional encoder model that transformed NLP by learning contextual word representations from unlabelled text.
C (3 terms)
Constitutional AI (CAI)
Safety & EthicsAnthropic's training approach that uses a set of principles to guide AI self-critique and revision for safer outputs.
Context Window
ModelsThe maximum number of tokens an LLM can process in a single request, determining how much text it can "see" at once.
Convolutional Neural Network (CNN)
ArchitectureA neural network architecture using convolutional filters to extract spatial features from images or sequences.
D (3 terms)
Data Labeling / Annotation
InfrastructureThe process of tagging raw data with labels, bounding boxes, or other metadata to create supervised learning training datasets.
Deep Learning
TechniquesA subset of machine learning using neural networks with many layers to learn complex hierarchical representations.
Diffusion Model
ModelsA generative model that learns to create data by reversing a gradual noise-addition process.
E (2 terms)
F (3 terms)
Federated Learning
TechniquesTraining ML models across decentralised devices without sharing raw data, preserving privacy.
Fine-tuning
TechniquesContinuing training of a pre-trained model on domain-specific data to specialise it for a particular task.
Foundation Model
ModelsA large model trained on broad data that can be adapted to many downstream tasks via fine-tuning or prompting.
G (5 terms)
GAN (Generative Adversarial Network)
ModelsA generative model architecture where two networks — a generator and discriminator — compete to produce realistic synthetic data.
Generative AI
ModelsAI systems that create new content — text, images, audio, video, code — by learning patterns from training data.
GPT (Generative Pre-trained Transformer)
ModelsOpenAI's series of large decoder-only language models that established the paradigm for modern AI assistants.
GPU (Graphics Processing Unit)
InfrastructureSpecialised processors with thousands of cores enabling the massive parallel computation required for AI training and inference.
Gradient Descent
TechniquesAn iterative optimisation algorithm that updates model weights by stepping in the direction that most reduces loss.
I (2 terms)
L (2 terms)
Large Language Model (LLM)
ModelsA transformer-based AI system trained on billions of tokens of text, capable of generating, reasoning about, and transforming language.
LoRA (Low-Rank Adaptation)
TechniquesA parameter-efficient fine-tuning method that inserts small trainable rank-decomposition matrices into model layers.
M (3 terms)
Machine Learning (ML)
FundamentalsA subset of AI where systems learn patterns from data rather than following explicitly programmed rules.
MLOps
InfrastructureThe practice of streamlining the ML lifecycle — from experimentation to production deployment and ongoing monitoring.
Multimodal AI
ModelsAI systems that process and generate multiple data types — text, images, audio, and video — simultaneously.
P (2 terms)
R (4 terms)
RAG (Retrieval-Augmented Generation)
TechniquesGrounding LLM responses by first retrieving relevant documents from a knowledge base before generating an answer.
Recurrent Neural Network (RNN)
ArchitectureA neural architecture that processes sequences by maintaining a hidden state across time steps.
Reinforcement Learning (RL)
TechniquesA learning paradigm where an agent learns by taking actions in an environment and receiving reward signals.
RLHF (Reinforcement Learning from Human Feedback)
TechniquesA training technique where human preference ratings guide language model fine-tuning to produce more helpful, harmless outputs.
S (4 terms)
Self-Supervised Learning
TechniquesLearning representations from unlabelled data by creating supervisory signals from the data itself.
Series A / B / C Funding
BusinessSequential rounds of venture capital financing, each typically larger and at a higher valuation than the previous.
Supervised Learning
TechniquesTraining ML models on labelled input-output pairs to learn a function mapping inputs to target outputs.
Synthetic Data
TechniquesArtificially generated data that mimics real data properties, used when real data is scarce, sensitive, or biased.
T (3 terms)
Tokenization
TechniquesThe process of splitting text into tokens (subword units) for processing by language models.
Transfer Learning
TechniquesReusing knowledge from a model trained on one task to improve learning on a different but related task.
Transformer
ArchitectureA neural network architecture using self-attention to process sequences in parallel — the foundation of all modern LLMs.
U (2 terms)
V (2 terms)
Vector Database
InfrastructureA database optimised for storing and querying high-dimensional embedding vectors via approximate nearest-neighbour search.
Venture Capital (VC)
BusinessPrivate equity investment in early-stage, high-growth companies in exchange for equity stakes.
Terms by Category
Applications (1)
Architecture (3)
Business (3)
Fundamentals (4)
Infrastructure (6)
Models (9)
Safety & Ethics (6)
Techniques (21)
Explore related resources