HumanAIFusion

Resource

The AI Glossary

An A–Z field guide to the language of modern AI — from the foundations and architectures to the agentic tooling, safety concepts, and 2026 culture shaping the field.

127 terms

A

Accelerationism

e/accCulture & Slang

Short for 'effective accelerationism,' an online movement arguing that AI development should be pushed forward as fast as possible. It is often positioned as the optimistic counterpoint to AI doomers who urge caution.

Agent Washing

Business & Industry

Marketing a basic chatbot or scripted automation as a fully autonomous 'AI agent.' The agentic-era cousin of AI washing, it inflates how much independent planning a product actually does.

Agentic AI

AI AgentAgentic & Tooling

Autonomous systems that don't just answer questions but independently plan and execute multi-step tasks across apps, tools, and the web to reach a goal. Instead of one response per prompt, an agent breaks work into steps and iterates toward a result.

AIOps

Business & Industry

AI for IT Operations — using machine learning to monitor systems, detect anomalies, correlate alerts, and automate incident response across complex infrastructure.

AI Safety

Safety & Alignment

The research field focused on making AI systems reliable, controllable, and free of harmful or unintended behavior — especially as models become more capable and autonomous.

AI Slop

WorkslopCulture & Slang

Derisive slang for low-quality, mass-produced, soulless AI-generated content — generic blog posts, malformed images, robotic video — flooding the web. Merriam-Webster named 'slop' its 2025 Word of the Year.

AI Washing

Business & Industry

Slapping an 'AI-powered' label on legacy products that use little or no real artificial intelligence, purely to ride the hype. A deceptive marketing practice that exaggerates AI's actual role.

Alignment

Safety & Alignment

The field of safety research focused on keeping an AI system's goals, actions, and outputs faithfully matched to human values and intent — so a capable model does what we actually want.

Application Programming Interface

APIInfrastructure & Hardware

A standardized way for software to talk to other software. AI providers expose models through APIs so developers can send prompts and receive completions without hosting the model themselves.

Artificial General Intelligence

AGIFundamentals

A theoretical milestone where an AI can understand, learn, and apply knowledge across any intellectual task at or above human capability — not just the narrow tasks it was trained for.

Artificial Intelligence

AIFundamentals

The broad field of building systems that mimic human cognitive functions like learning, reasoning, perception, and problem-solving.

Artificial Superintelligence

ASIFundamentals

A hypothetical intelligence that vastly exceeds the best human minds across virtually every domain — a stage beyond AGI and a central subject of long-term safety debate.

Attention Mechanism

Models & Architecture

The process inside a transformer that lets a model weigh the relevance of surrounding tokens when interpreting each one, so a word's meaning is shaped by its context rather than read in isolation.

Autonomy Levels

Agentic & Tooling

A graded scale describing how much an AI system acts on its own — from suggesting actions a human approves, up to planning and executing entire workflows with minimal oversight.

B

Backpropagation

Training & Technique

The core algorithm for training neural networks: it measures how much each weight contributed to the model's error and nudges every weight to reduce that error on the next pass.

Benchmark

EvalTraining & Technique

A standardized test set and scoring method used to compare models on a capability — reasoning, coding, math, safety. Increasingly run as 'evals' tailored to a specific product or task.

Bias

FairnessSafety & Alignment

Systematic skew in a model's outputs, usually inherited from imbalanced or prejudiced training data. Fairness work aims to detect and reduce harm to particular groups.

Black Box

Fundamentals

A system whose internal reasoning is opaque — you see inputs and outputs but not how the decision was made. A central motivation for interpretability and explainable AI.

Brain Rot

Culture & Slang

Internet-culture shorthand for low-value, attention-eroding digital media — increasingly applied to endless feeds of cheap AI-generated content.

C

Catastrophic Forgetting

Training & Technique

When fine-tuning a model on new data causes it to lose previously learned skills. A key challenge in continually updating models without retraining from scratch.

Chain of Thought

CoTTraining & Technique

Prompting a model to 'think out loud,' breaking a hard problem into explicit step-by-step reasoning before giving a final answer — which sharply improves accuracy on logic and math.

Chatbot

Fundamentals

A program that converses in natural language. Modern chatbots are powered by large language models, a major leap over the rigid, rule-based scripts of earlier generations.

Clanker

Culture & Slang

A playful-to-pointed slang term for robots and AI, borrowed from Star Wars. It captures a mix of affection and anxiety about machines spreading through everyday life.

Compute

Infrastructure & Hardware

The raw processing power — typically GPU or TPU hours — needed to train or run a model. Compute is one of the defining costs and bottlenecks of modern AI.

Constitutional AI

Safety & Alignment

A training approach where a model critiques and revises its own responses against a written set of principles (a 'constitution'), reducing reliance on large amounts of human-labeled feedback.

Context Engineering

Training & Technique

The 2026 successor to prompt engineering: deliberately architecting everything a model sees — instructions, memory, retrieved data, tools, and state — as a dynamic system rather than a single prompt.

Context Window

Models & Architecture

The maximum amount of text (measured in tokens) a model can consider at once. Larger windows let a model reason over long documents, codebases, or conversations without losing the thread.

Convolutional Neural Network

CNNModels & Architecture

A neural network design specialized for grid-like data such as images, using filters that detect local patterns (edges, textures) and build them up into higher-level features.

Copilot

Agentic & Tooling

An AI assistant embedded inside a tool — an editor, IDE, or office app — that suggests, completes, or generates work alongside the user rather than replacing them.

D

Data Poisoning

Safety & Alignment

An attack that corrupts a model by slipping malicious or misleading examples into its training data, causing hidden failures or backdoors that surface later.

Dataset

Training & Technique

The structured collection of examples a model learns from. Its size, quality, and diversity largely determine what the resulting model can and cannot do.

Deep Learning

DLFundamentals

A branch of machine learning using multi-layered neural networks. The 'deep' refers to those stacked hidden layers, each extracting progressively more complex features from the data.

Diffusion Model

Models & Architecture

A generative model that learns to create images, audio, or video by starting from random noise and iteratively removing it until a coherent result emerges. The basis of most modern image generators.

Discriminative AI

Fundamentals

Models that classify or label existing data — spam vs. not-spam, cat vs. dog — rather than generating new content. The complement to generative AI.

Distillation

Knowledge DistillationModels & Architecture

Training a smaller, cheaper 'student' model to imitate a larger 'teacher' model, capturing much of its capability at a fraction of the size and cost.

Doomer

Culture & Slang

Slang for someone who believes advanced AI poses a serious, possibly existential, risk and argues for slowing down. Usually framed against accelerationists.

E

Edge AI

Infrastructure & Hardware

Running AI directly on local devices — phones, cameras, sensors, vehicles — instead of in the cloud, for lower latency, offline capability, and better privacy.

Embeddings

VectorsModels & Architecture

Numerical representations of data (text, images, audio) plotted in a high-dimensional space, where similar meanings sit close together. They let machines measure semantic relationships mathematically.

Emergent Abilities

Models & Architecture

Capabilities that appear only once a model crosses a certain scale, without being explicitly trained for — a surprising and debated property of large models.

Encoder

Models & Architecture

The part of a model that compresses input into a dense internal representation. Encoder-based designs excel at understanding and search; decoders specialize in generation.

Epoch

Training & Technique

One full pass of the training algorithm over the entire dataset. Models typically train for many epochs, refining their weights a little more each time.

Explainable AI

XAISafety & Alignment

Techniques and tooling that make a model's decisions understandable to humans — critical in regulated domains like finance, healthcare, and law where 'because the model said so' isn't enough.

F

Few-Shot Learning

Training & Technique

Steering a model by giving it a handful of examples directly in the prompt, so it infers the desired pattern without any retraining.

Fine-Tuning

Training & Technique

Taking a broad, pre-trained model and training it further on a narrow, specialized dataset to customize its behavior — for example legal review or medical triage.

Foundation Model

Models & Architecture

A large model trained on broad data that serves as a reusable base for many downstream tasks via fine-tuning or prompting, rather than being built for one purpose.

Frontier Model

Models & Architecture

The most capable, largest-scale models at the leading edge of the field — the ones that define the current state of the art and draw the most safety scrutiny.

Function Calling

Tool UseAgentic & Tooling

A model's ability to invoke external tools or APIs in a structured way — querying a database, sending an email, running code — turning a text generator into an agent that acts.

G

Generative Adversarial Network

GANModels & Architecture

A generative design pitting two networks against each other — one creating fakes, one detecting them — until the generator produces convincingly realistic output.

Generative AI

Fundamentals

AI that creates new content — text, images, audio, video, code — rather than only classifying or predicting. The category that brought AI into mainstream daily use.

Generative Engine Optimization

GEOBusiness & Industry

The AI-era evolution of SEO: optimizing content so it gets favorably cited and synthesized by AI search assistants and language models, not just ranked by traditional search engines.

Generative Pre-trained Transformer

GPTModels & Architecture

A family of transformer-based language models pre-trained to predict the next token. The architecture popularized by OpenAI that brought LLMs to the mainstream.

Gradient Descent

Training & Technique

The optimization method that trains most models: it repeatedly adjusts weights in the direction that most reduces error, gradually 'descending' toward a better-performing model.

Graphics Processing Unit

GPUInfrastructure & Hardware

A chip originally built for rendering graphics whose massively parallel design makes it the workhorse for training and running neural networks.

Grounding

Training & Technique

Tying a model's responses to verifiable external sources — documents, databases, search — so answers are based on real evidence rather than the model's parametric guesswork.

Guardrails

Agentic & Tooling

The rules, filters, and checks placed around a model to keep its behavior safe and on-policy — blocking disallowed outputs, constraining tool use, and validating actions.

H

Hallucination

Training & Technique

When a model produces confident, fluent output that is factually wrong or invented. A core reliability challenge, mitigated by grounding, retrieval, and verification.

Harness

Agent HarnessAgentic & Tooling

The scaffolding around a model that turns it into a working agent — the loop, tools, memory, and control logic that manage how it plans, acts, and recovers from errors.

Human-in-the-Loop

HITLAgentic & Tooling

A design where a person reviews, approves, or corrects an AI system's outputs at key points — balancing automation with human judgment and accountability.

Hyperparameter

Training & Technique

A setting chosen before training that shapes how a model learns — learning rate, batch size, number of layers — as opposed to the weights the model learns on its own.

I

In-Context Learning

Training & Technique

A model's ability to pick up a new task purely from instructions and examples in the prompt, with no change to its underlying weights.

Inference

Infrastructure & Hardware

The act of running a trained model to produce an output. Inference is the recurring, at-scale cost of serving AI, distinct from the one-time cost of training.

Interpretability

Safety & Alignment

Research into understanding what is actually happening inside a model — which internal features and circuits drive its behavior — so we can trust, debug, and steer it.

J

Jailbreak

Safety & Alignment

A crafted prompt or technique that tricks a model into bypassing its safety guidelines and producing restricted output. A constant cat-and-mouse for model providers.

K

Knowledge Base

KBAgentic & Tooling

A curated store of documents or facts an AI system retrieves from to answer accurately within a specific domain — the backbone of most retrieval-augmented setups.

Knowledge Cutoff

Models & Architecture

The date after which a model has no built-in knowledge, because its training data ends there. Anything more recent must be supplied via tools, search, or retrieval.

Knowledge Graph

Infrastructure & Hardware

A structured network of entities and the relationships between them. Pairing knowledge graphs with LLMs adds precise, queryable facts to fluent generation.

L

Labeled Data

Training & Technique

Examples tagged with the correct answer — the fuel for supervised learning. Labeling is often expensive and slow, which is why self-supervised methods have grown so important.

Large Language Model

LLMModels & Architecture

A massive neural network trained on vast text to predict the next token, enabling it to write, reason, summarize, and code. Examples include GPT, Gemini, and Claude.

Large Reasoning Model

LRMModels & Architecture

The next evolution of LLMs, built for complex, multi-step problem solving, logic, and long-horizon planning — deliberating before answering rather than reacting instantly.

Latency

Infrastructure & Hardware

The delay between a request and the model's response. Low latency is essential for interactive products like chat, voice, and real-time agents.

Loss Function

Training & Technique

The formula that scores how wrong a model's predictions are. Training is the process of minimizing this number, step by step, across the dataset.

Low-Rank Adaptation

LoRATraining & Technique

An efficient fine-tuning method that trains a small set of added parameters instead of the whole model, dramatically cutting the cost and memory of customization.

M

Machine Learning

MLFundamentals

A subset of AI in which systems learn patterns from data and improve with experience, rather than following rules that a programmer wrote out by hand.

Memory

Agent MemoryAgentic & Tooling

Mechanisms that let an agent retain information across steps or sessions — short-term scratchpads and long-term stores — so it can stay coherent over extended tasks.

Mixture of Experts

MoEModels & Architecture

An architecture that routes each input through a few specialized sub-networks ('experts') instead of activating the whole model, delivering strong performance at lower compute cost.

Model Context Protocol

MCPAgentic & Tooling

An open standard from Anthropic for connecting AI models to external tools and data sources — a kind of 'USB-C for AI' that lets any compatible model reach databases, APIs, and files consistently.

Model Router

Infrastructure & Hardware

A layer that directs each request to the most suitable model — balancing cost, speed, and quality by sending easy queries to small models and hard ones to frontier models.

Multi-Agent System

Agentic & Tooling

A setup where several specialized agents collaborate — planning, delegating, and checking each other's work — to tackle problems too big for a single agent.

Multimodal AI

Fundamentals

Models that understand and generate across multiple data types — text, images, audio, and video — within a single system, much closer to how humans perceive the world.

N

Narrow AI

Fundamentals

AI built to do one specific task well — translation, recommendation, face recognition. Essentially all AI in production today is narrow, as opposed to general.

Natural Language Processing

NLPFundamentals

The discipline of getting computers to understand and produce human language — the lineage that led to today's large language models.

Neural Network

Fundamentals

A model loosely inspired by the brain, made of interconnected layers of simple units ('neurons') whose weighted connections are tuned during training to recognize patterns.

O

Open-Weight Model

Models & Architecture

A model whose trained parameters are released publicly, so anyone can run, inspect, or fine-tune it locally — distinct from closed models accessible only through an API.

Orchestration

Agentic & Tooling

Coordinating multiple models, tools, and steps into a reliable workflow — deciding what runs when, passing results between stages, and handling failures along the way.

Overfitting

Training & Technique

When a model memorizes its training data instead of learning general patterns, so it performs well in testing but poorly on new, unseen inputs.

P

Parameters

WeightsModels & Architecture

The internal numbers a model adjusts during training to encode what it has learned. Parameter count (often in the billions) is a rough proxy for a model's capacity.

Physical AI

Fundamentals

AI embodied in the physical world — powering advanced robotics, autonomous drones, self-driving systems, and smart manufacturing rather than living purely in software.

Pre-training

Training & Technique

The first, most expensive training stage, where a model learns broad patterns from enormous amounts of unlabeled data before any task-specific tuning.

Prompt Engineering

Training & Technique

The craft of writing precise, structured inputs that steer a generative model toward accurate, well-formatted, on-target output.

Prompt Injection

Safety & Alignment

An attack that hides malicious instructions in content a model reads — a web page, a document, an email — hijacking its behavior. A top security risk for tool-using agents.

Q

Quantization

Models & Architecture

Compressing a model by storing its numbers at lower precision, shrinking memory and speeding up inference with only a small hit to accuracy — key to running models on modest hardware.

R

Recurrent Neural Network

RNNModels & Architecture

An earlier architecture for sequential data that processes inputs one step at a time while carrying state forward. Largely superseded by transformers for language tasks.

Red Teaming

Safety & Alignment

Deliberately attacking a model to find its failures, jailbreaks, and harmful behaviors before release — adversarial testing borrowed from cybersecurity.

Reflective Agents

Agentic & Tooling

Agents that pause to critique and revise their own work mid-task — checking results, catching mistakes, and re-planning — a defining capability trend of 2026.

Reinforcement Learning

RLTraining & Technique

Training by trial and error: an agent takes actions, receives rewards or penalties, and gradually learns a strategy that maximizes long-term reward.

Reinforcement Learning from Human Feedback

RLHFTraining & Technique

A technique that aligns a model to human preferences by training it against ratings of its outputs — a major reason modern assistants feel helpful and well-behaved.

Responsible AI

Safety & Alignment

An organizational practice of building and deploying AI ethically — covering fairness, transparency, privacy, accountability, and real-world impact.

Retrieval-Augmented Generation

RAGAgentic & Tooling

A technique that lets a model fetch relevant documents or data at query time and ground its answer in them, instead of relying only on what it memorized during training.

S

Self-Supervised Learning

Training & Technique

Learning by predicting hidden parts of the data itself — like the next word in a sentence — so models can train on raw internet text without costly human labels.

Semantic Search

Infrastructure & Hardware

Search by meaning rather than keywords, using embeddings to find results that are conceptually related to a query even when they share no exact words.

Serverless Inference

Infrastructure & Hardware

Running models through a service that provisions compute on demand and scales to zero when idle — so teams pay per use instead of maintaining always-on GPU servers.

Shadow AI

Business & Industry

Employees using unsanctioned AI tools at work without IT approval — a fast-growing governance and data-security headache for organizations.

Singularity

Culture & Slang

A hypothesized point at which AI self-improvement becomes so rapid that technological change outpaces human ability to predict or control it.

Small Language Model

SLMModels & Architecture

A compact language model designed to run cheaply and fast — often on a phone or edge device — trading some breadth for efficiency, privacy, and low latency.

Slopper

Culture & Slang

Slang for someone who offloads most of their thinking to a chatbot, leaning on AI even for tasks they could easily handle themselves. Linked to the broader 'AI slop' discourse.

Stochastic Parrot

Culture & Slang

A skeptical metaphor arguing that language models merely remix statistical patterns from their training data without genuine understanding — 'parroting' rather than reasoning.

Supervised Learning

Fundamentals

Training on labeled examples where the correct answer is provided, so the model learns to map inputs to known outputs — the most classic machine-learning setup.

Synthetic Data

Training & Technique

Artificially generated training data, often produced by other AI models, used to augment scarce real data or cover rare and sensitive cases.

System Prompt

Training & Technique

The hidden, high-priority instructions that set a model's role, tone, and rules for a conversation before the user's first message ever arrives.

T

Temperature

Training & Technique

A setting that controls randomness in a model's output — low values make responses focused and deterministic, high values make them more varied and creative.

Tensor Processing Unit

TPUInfrastructure & Hardware

Google's custom chip purpose-built to accelerate the math behind neural networks — an alternative to GPUs for large-scale training and inference.

Test-Time Compute

Training & Technique

Giving a model extra thinking steps at inference rather than at training — letting it deliberate longer on hard problems to boost accuracy. A foundation of large reasoning models.

Token

Infrastructure & Hardware

The basic unit a model reads and writes — a word, subword fragment, or character. Tokens are how context length is measured and how API usage is billed.

Token Economics

Business & Industry

The cost model of running AI, where every input and output token carries a price. Designing products around token usage is central to making AI features profitable at scale.

Tokenization

Models & Architecture

Breaking input into tokens — words, subword pieces, or characters — so a model can process it numerically. The first step in turning text into something a model can read.

Training Compute

Infrastructure & Hardware

The total processing power consumed to train a model, often measured in GPU-hours or FLOPs. Frontier models require enormous, capital-intensive training runs.

Transformer Architecture

Models & Architecture

The foundational design behind modern LLMs. It processes sequences in parallel using attention rather than step-by-step, unlocking the scale and efficiency that made today's models possible.

Turing Test

Fundamentals

Alan Turing's 1950 proposal that a machine could be deemed 'intelligent' if a human couldn't reliably tell it apart from another human in conversation. A historical, much-debated benchmark.

U

Unsupervised Learning

Fundamentals

Finding structure in data that has no labels — clustering similar items or spotting patterns — without being told the right answers in advance.

V

Vector Database

Infrastructure & Hardware

A database optimized to store and search embeddings, finding the items closest in meaning to a query. The retrieval engine behind most RAG and semantic-search systems.

Vibe Coding

Culture & Slang

A conversational, experimental way of building software where developers describe intent in natural language and steer an AI assistant — prioritizing high-level direction and rapid prototyping over hand-writing every line.

Vision-Language Model

VLMModels & Architecture

A multimodal model that jointly understands images and text — able to describe a photo, read a chart, or answer questions about a screenshot.

W

Watermarking

Safety & Alignment

Embedding a hidden, detectable signal in AI-generated text, images, or audio so it can later be identified as machine-made — a tool against misinformation and impersonation.

Workslop

Culture & Slang

AI slop in the workplace — superficially polished but hollow AI-generated reports, slides, or messages that shift the real work of sense-making onto whoever receives them.

X

XAI

Explainable AISafety & Alignment

Shorthand for explainable AI — methods that surface why a model produced a given output, so humans can audit, trust, and contest automated decisions.

Y

YOLO

You Only Look OnceModels & Architecture

A landmark real-time object-detection model family that identifies and locates objects in an image in a single pass, widely used in vision and robotics.

Z

Zero-Shot Learning

Training & Technique

A model performing a task it was never explicitly trained or given examples for, relying on its general knowledge to generalize from the instruction alone.

Ready to put these to work?

Knowing the vocabulary is step one. Talk to Hannah or start a Discovery session to turn agentic AI into real outcomes for your business.