AI Glossary
AI terminology explained in plain English. 329 terms covered.
LLM (Large Language Model)
A massive AI model trained on vast amounts of text data. The foundational technology behind ChatGPT, Claude, and other AI assistants.
Prompt Engineering
The art and science of crafting effective instructions for AI to produce desired outputs. The key to unlocking AI's full potential.
RAG (Retrieval-Augmented Generation)
A technique that improves AI response accuracy by retrieving relevant information from external databases before generating answers.
Hallucination
The phenomenon where AI generates plausible-sounding but factually incorrect information. The most critical concern when using AI.
Token
The smallest unit of text that an AI model processes. Used as the basis for pricing and context window limits.
Fine-tuning
The process of further training an existing AI model on specific data to specialize it for particular tasks.
Embedding
A technique that converts text or images into numerical vectors. The foundational technology for similarity search and RAG.
Multimodal
An AI's ability to understand and generate across multiple data types — text, images, audio, and video.
AI Agent
An AI system that autonomously sets goals, makes plans, uses tools, and executes tasks.
MCP (Model Context Protocol)
An open standard protocol for AI models to securely connect with external tools and data sources. Proposed by Anthropic.
GEO (Generative Engine Optimization)
The practice of optimizing content so that AI-powered search engines cite it in their generated responses. The new SEO for the AI era.
AIO (AI Overview)
Google's feature that displays AI-generated summaries at the top of search results. A transformative shift in the search experience.
Transformer
The neural network architecture that underpins modern AI models. Self-attention is its core innovation.
Deep Learning
A machine learning approach using multi-layered neural networks. The core technology driving modern AI.
NLP (Natural Language Processing)
The field of AI focused on enabling computers to understand and generate human language. The foundation for translation and chatbots.
Context Window
The maximum amount of text an AI model can process at once, measured in tokens.
GPT
OpenAI's series of large language models. The foundational technology behind ChatGPT, which brought AI to the mainstream.
Diffusion Model
An AI model that gradually generates data from noise. The core technology behind image and video generation AI.
RLHF
A reinforcement learning method that uses human feedback to improve AI model outputs. Essential for AI safety.
AGI (Artificial General Intelligence)
AI with human-level or greater intellectual capabilities across all domains. One of the ultimate goals of AI research.
Generative AI
The umbrella term for AI technologies that automatically create new content — text, images, audio, video, and more.
Prompt
The input text or instructions given to an AI model. A critical factor that shapes the quality of AI outputs.
Chatbot
A program that automatically converses with humans through text or voice. Dramatically enhanced by AI technology.
Computer Vision
The field of AI that enables computers to understand and analyze images and video. Applied in autonomous driving and medical imaging.
Reinforcement Learning
An AI training method that learns optimal behavior through trial and error. Used in game AI and robotics control.
GAN (Generative Adversarial Network)
A technique that generates realistic data by pitting two neural networks against each other. A foundational milestone in AI image generation.
Vector Database
A database specialized for storing and searching high-dimensional vector data. A foundational technology for RAG.
LangChain
An open-source framework that streamlines the development of LLM-powered applications.
API
An interface that enables software systems to exchange data and functionality. The foundation for integrating AI capabilities into your own services.
Open Source AI
AI models whose weights and code are publicly available for anyone to use, modify, and redistribute.
Edge AI
Technology that runs AI processing directly on devices rather than in the cloud. Offers low latency and strong privacy protection.
Quantization
A technique that reduces AI model size and computational cost by lowering numerical precision.
LoRA
A method for efficiently fine-tuning large models by training only a small number of additional parameters.
GGUF
The file format used by llama.cpp for AI models. The standard format for running LLMs locally.
Hallucination Prevention
A collection of techniques and strategies for reducing the problem of AI generating factually incorrect information.
Foundation Model
A general-purpose AI model pre-trained on large-scale data, adaptable to a wide variety of downstream tasks.
AI Ethics
The field concerned with ethical principles and social responsibility in the development and deployment of AI.
AI Governance
The frameworks, rules, and structures ensuring the proper management and deployment of AI within organizations and society.
Knowledge Distillation
A technique that transfers knowledge from a large teacher model to a smaller student model. Enables lightweight AI deployment.
Inference
The process by which a trained AI model generates predictions or responses for new inputs.
Tokenizer
The component that converts text into a sequence of tokens that an AI model can process.
Attention Mechanism
A neural network mechanism that dynamically computes the relevance between elements of input data. The core innovation of the Transformer.
Few-shot Learning
A technique that teaches AI new tasks with just a handful of examples. Used by providing examples within the prompt.
Zero-shot Learning
An AI's ability to perform unfamiliar tasks without any prior examples. A key indicator of LLM versatility.
AI Copyright
Legal issues surrounding AI-generated content and copyright law. Concerns arise from both training data and generated outputs.
SLM (Small Language Model)
A lightweight language model with fewer parameters. Excels in efficiency and cost-effectiveness.
MoE (Mixture of Experts)
An AI architecture that efficiently processes inputs by routing them to specialized sub-networks.
RAG Pipeline
The end-to-end processing flow in a RAG system, from data retrieval to answer generation.
Text Generation
The technology that enables AI to automatically produce natural, human-like text. The most fundamental capability of LLMs.
AI Image Generation
AI technology that automatically generates images from text descriptions. Revolutionizing design and creative work.
AI Coding Assistant
Tools that use AI to assist with code completion, generation, and debugging. Dramatically boosts developer productivity.
AI Search Engine
Next-generation search services where AI synthesizes and summarizes information to answer questions directly.
No-Code AI
Tools that let you build AI-powered apps and workflows without any programming knowledge.
Agentic AI
An AI design philosophy where systems autonomously understand goals, plan, make decisions, and execute tasks iteratively. The biggest trend of 2026.
Multi-Agent System
A system where multiple AI agents collaborate and divide tasks to accomplish complex objectives.
World Model
An AI model that can simulate physical laws and causal relationships of the real world. Seen as the next frontier beyond LLMs.
Chain-of-Thought
A prompting technique that improves answer accuracy by guiding AI through step-by-step reasoning.
Grounding
The technique of anchoring AI outputs to reliable external data sources to ensure factual accuracy.
Synthetic Data
Artificially generated training data produced by AI. Used for privacy protection and overcoming data scarcity.
AI Literacy
The knowledge and ability to understand how AI works and use it effectively and responsibly. An essential skill for today's professionals.
Prompt Injection
A security attack that manipulates AI behavior through malicious inputs. A major threat in AI deployment.
Deepfake
Technology that uses AI to realistically synthesize or replace a person's face or voice. Misuse for disinformation and fraud is a growing social concern.
A2A (Agent-to-Agent Protocol)
An open protocol for safe communication and collaboration between AI agents from different vendors. Proposed by Google.
Vibe Coding
A development approach where you describe the desired outcome in natural language and AI generates the code interactively. Named 2025 Word of the Year by Collins Dictionary.
Reasoning Model
An AI model that executes step-by-step logical reasoning before answering. Dramatically improves accuracy on complex problems.
AI Slop
A term for the flood of low-quality digital content mass-produced by AI. Named Merriam-Webster's 2025 Word of the Year.
Physical AI
AI technology that can perceive, reason, and act in the real world. Gaining momentum in 2026 as the foundation for robotics and autonomous driving.
Context Engineering
The strategic design and optimization of context information sent to AI models. An evolution of prompt engineering.
Model Collapse
The degradation of AI output quality that occurs when models are repeatedly trained on their own generated data. Related to the so-called '2026 problem.'
Constitutional AI
Anthropic's approach of giving AI a set of ethical principles — a 'constitution' — to guide safe, value-aligned behavior.
AI Alignment
The technical and theoretical research field dedicated to ensuring AI systems operate in accordance with human values and intentions.
Agentic RAG
An advanced RAG approach that combines retrieval with autonomous AI agent decision-making for multi-step information gathering.
Tool Calling
The mechanism that enables AI agents to invoke external APIs and functions to execute real-world tasks. The core technology behind agentic AI.
Benchmark
Standardized tests and metrics used to objectively compare and evaluate AI model performance.
Distillation
A technique that transfers knowledge from large AI models to smaller ones, creating lightweight yet high-performing models.
Function Calling
A capability that allows LLMs to automatically invoke external functions and APIs to perform real-world tasks.
GPU (Graphics Processing Unit)
A parallel computing processor essential for AI training and inference. NVIDIA's H100 is the industry standard.
Instruction Tuning
A method of training models on diverse instruction-response pairs so they can properly follow human instructions.
Latent Space
A high-dimensional internal space where AI models represent the essential features of data in compressed form.
Mixture of Agents
A technique that combines multiple AI models to leverage each one's strengths and produce higher-quality outputs.
Neural Network
The most fundamental computational model in AI, inspired by the neural circuits of the human brain. The foundation of deep learning.
Open Weight Model
An AI model whose trained weights (parameters) are publicly released, allowing anyone to download and use it.
Retrieval
The technology for efficiently searching and extracting relevant information from large datasets. The foundation of RAG.
Safety Alignment
The umbrella term for techniques and processes that ensure AI operates safely and doesn't generate harmful outputs.
Scaling Law
A predictable relationship between model size, data volume, compute, and performance that follows power-law patterns.
Structured Output
A feature that constrains LLM outputs to specific formats like JSON. Essential for application integration.
Temperature
A parameter that controls the diversity and creativity of AI outputs. Lower values produce certainty, higher values produce creativity.
Training Data
The dataset used to train AI models. It fundamentally determines model performance and quality.
Transfer Learning
A machine learning technique that applies knowledge learned from one task to another. Dramatically improves AI development efficiency.
Data Augmentation
A technique for artificially increasing training data through transformations. Improves model accuracy via image rotations, text paraphrasing, and more.
Overfitting
When an AI model becomes too closely fitted to training data, causing poor performance on new, unseen data.
Batch Normalization
A normalization technique that stabilizes and accelerates neural network training. A standard technique in deep learning.
Activation Function
A function that introduces non-linearity into neural networks. ReLU, Sigmoid, and GELU are common examples.
Gradient Descent
The fundamental optimization algorithm for training AI model parameters. The core of the deep learning training process.
Backpropagation
An algorithm for efficiently computing gradients in neural network training. The foundational technique of deep learning.
AI Hallucination Detection
Technology for automatically detecting and identifying misinformation (hallucinations) generated by AI. Key to AI reliability.
Federated Learning
A distributed learning approach where models are trained across multiple devices without centralizing data. A privacy-preserving AI technology.
AI Watermark
Technology for embedding invisible identification information in AI-generated content. Essential for combating deepfakes.
AI Red Teaming
A safety evaluation method that deliberately probes AI models for vulnerabilities and harmful outputs.
Sparse Model
An efficient AI model design that deactivates most parameters and computes only the necessary parts for each input.
Continual Learning
An AI technique for learning new tasks and data without forgetting previous knowledge. Essential for keeping AI up to date.
Multimodal RAG
A next-generation RAG technology that retrieves and uses not just text but also images, tables, and diagrams to generate answers.
AI Orchestration
Technology for coordinating and integrating multiple AI models and services to manage complex automated workflows.
CLIP (Contrastive Language-Image Pre-training)
An OpenAI multimodal model that learned the relationship between text and images. Foundation technology for image search and generation.
ControlNet
A technology that adds precise control conditions like composition and poses to image generation AI. Enables more accurate image output.
Stable Diffusion Model
An open-source image generation AI model developed by Stability AI. Can run locally for free.
Text-to-Image
AI technology that automatically generates images from text descriptions. Used in DALL-E, Midjourney, Stable Diffusion and more.
Text-to-Video
AI technology that automatically generates video from text descriptions. Sora, Runway, and Kling AI are leading examples.
Text-to-Speech (TTS)
AI technology that converts text into natural-sounding speech. Foundation technology for narration and voice assistants.
Speech-to-Text (STT)
AI technology that automatically converts speech to text. Essential for meeting transcription and subtitle generation.
Image-to-Image
AI technology that generates or transforms new images based on input images. Used for style transfer and refinement.
Inpainting
AI technology for naturally replacing or restoring parts of an image. Used for removing unwanted objects.
Outpainting
AI technology that naturally extends an image beyond its original borders. Auto-generates content outside the frame.
Upscaling (Super Resolution)
AI technology that enlarges low-resolution images to high resolution. Enhances quality by filling in detail.
Style Transfer
AI technology that applies the artistic style of one image to another. Used for converting photos to painting styles.
Semantic Search
AI-powered search that understands meaning and context rather than just matching keywords. Core technology behind RAG.
Cosine Similarity
A method for measuring similarity by computing the angle between two vectors. Standard metric for comparing embeddings.
AutoML (Automated Machine Learning)
Technology that automates the machine learning model building process. Handles everything from data preprocessing to model selection and hyperparameter tuning.
MLOps
Practices and tools for efficiently managing the development, deployment, and monitoring of machine learning models.
Data Pipeline
An automated workflow for collecting, transforming, storing, and delivering data. The foundation of AI/ML operations.
Feature Engineering
The technique of designing and creating useful input variables (features) from raw data to improve ML model performance.
Cross-Validation
A technique that splits data into multiple groups to fairly evaluate model generalization. Effective for detecting overfitting.
Hyperparameter Tuning
The process of optimizing model configuration values to maximize performance. Grid search and Bayesian optimization are common methods.
AI Pair Programming
A development approach where AI acts as a partner, assisting with code creation in real-time.
Code Completion
An AI feature that predicts and auto-completes code as programmers type. Dramatically improves development efficiency.
AI Code Review
Technology where AI automatically reviews pull requests and code changes, identifying bugs and improvements.
AI Test Generation
Technology where AI analyzes source code and automatically generates unit tests and test cases.
AI Refactoring
Technology where AI analyzes code structure and automatically suggests improvements for readability and maintainability.
Copilot
A general term for AI assistants that work as a human's 'co-pilot.' Microsoft Copilot and GitHub Copilot are leading examples.
AI Workflow
Automated business processes built by connecting multiple AI tools and services in sequence.
Prompt Chaining
A technique that executes multiple prompts in sequence, using each step's output as the next step's input. Breaks complex tasks into manageable steps.
System Prompt
A special instruction that defines an AI model's behavior and role upfront. The design foundation of AI applications.
Few-shot Prompting
A prompting technique where you provide a few input-output examples before asking the AI to perform a task. Effective for improving accuracy.
In-Context Learning (ICL)
The ability of AI to instantly learn new tasks from examples and context provided in a prompt. A revolutionary LLM capability.
AI Safety
The research and technology field focused on ensuring AI systems operate safely without harming people or society.
Bias in AI
Systematic prejudice in AI outputs caused by biased training data or model design. Leads to unfair results across gender, race, age, and other attributes.
Explainable AI (XAI)
Technology that makes AI decision-making understandable to humans. Essential for ensuring trustworthiness and transparency.
AI Regulation
Legal regulations and rules governing AI development and use. The EU AI Act is the world's first comprehensive AI regulation.
EU AI Act
The world's first comprehensive AI regulation law enacted by the EU. Takes a risk-based regulatory approach.
Text-to-3D
AI technology that auto-generates 3D models from text descriptions. An innovative technology for game development and 3D design.
NeRF (Neural Radiance Fields)
AI technology that reconstructs 3D scenes from multiple 2D photos. Generates realistic 3D representations from photographs.
Voice Cloning
AI technology that learns a specific person's voice and reproduces it for text-to-speech. Can replicate voices from small audio samples.
Real-Time Translation
AI technology that translates speech and text into other languages in real time. Breaks down international communication barriers.
DPO (Direct Preference Optimization)
A method for directly optimizing AI models from human preference data. Simpler and more efficient than RLHF.
ReAct (Reasoning + Acting)
A framework that has LLMs alternate between reasoning and acting (tool use) to solve complex tasks.
Tool Use
The ability of AI models to call external tools and APIs to retrieve information and perform actions.
Knowledge Graph
A knowledge base that represents relationships between entities in a graph structure. Used for AI knowledge representation and reasoning.
Responsible AI
A comprehensive approach to developing and deploying AI while ensuring fairness, transparency, and safety.
TinyML
Machine learning that runs on ultra-small devices like microcontrollers. Essential for IoT and wearable applications.
LLMOps
Practices for systematically managing the development, deployment, and operation of LLM applications. The LLM-specific evolution of MLOps.
Advanced RAG Patterns
Advanced implementation patterns for Retrieval-Augmented Generation that go beyond basic RAG. Dramatically improve accuracy and practicality.
AIOps (AI for IT Operations)
Automating and optimizing IT operations using AI/ML. Streamlines failure prediction and incident response.
Prompt Caching
An LLM optimization technique that skips recomputation of identical prompts to reduce costs and response times.
Multimodal RAG
An evolution of RAG that retrieves and understands not just text but also images, tables, and charts to generate answers.
AI SaaS
Cloud services with AI as their core functionality. Enables business AI adoption without specialized expertise.
AI Code Generation
AI technology that automatically generates program code from natural language instructions. Dramatically improves development efficiency.
AI Voice Cloning
AI technology that replicates a specific person's voice from a small audio sample. Used for narration and dubbing.
AI Video Generation Model
AI models that automatically generate high-quality video from text or images. Revolutionizing video production.
AI Guardrails
Safety mechanisms that control AI output and prevent harmful or inappropriate content generation.
AI Benchmark
Standardized tests for objectively comparing and evaluating AI model performance.
Speculative Decoding
An inference acceleration technique that uses a small model to draft tokens and a large model to verify them. Achieves 2-3x speedup without quality loss.
Agentic Workflow
A workflow design pattern where AI agents autonomously plan, execute, and reflect on tasks.
Context Engineering
The discipline of optimally designing the context (background information) provided to LLMs. An evolution of prompt engineering.
Embedding Model
A specialized model that converts text or images into numerical vectors that preserve semantic meaning. The foundation for search and RAG.
AI Copilot
An AI assistant design pattern that supports human work from the side. Decision-making remains with the human.
Structured Output
A feature that forces LLM output into predetermined formats like JSON. Essential for application integration.
Long Context
The ability of LLMs to process extremely long inputs exceeding 1 million tokens at once. Enables analysis of entire books.
Compound AI System
An AI system architecture that combines multiple AI components rather than relying on a single model.
Few-shot ICL (In-Context Learning)
A technique that teaches LLMs a task by providing just a few examples in the prompt. No additional training required.
Data Flywheel
A virtuous cycle where AI service usage data accumulates and feeds back into model improvement.
GGUF (GPT-Generated Unified Format)
The standard file format for running local LLMs. Widely adopted in llama.cpp.
Mixture of Agents (MoA)
A technique that hierarchically combines multiple LLMs to achieve performance exceeding any single model.
Token Economics (AI)
The token-based pricing structure of LLM services and optimization strategies. Essential knowledge for cost management.
MCP (Model Context Protocol) in Practice
Practical patterns for AI tool integration using MCP. Standardizes agent connections to external systems.
AIO Optimization (AI Search Optimization)
Techniques for optimizing content to be cited in AI search engine and LLM responses. The next generation of SEO.
Local LLM
LLMs that run on your own PC or server without cloud services. Advantageous for privacy and cost.
VLM (Vision Language Model)
AI models that understand images and respond with text. Integrating visual recognition with language understanding.
AI Ethics Audit
A process where third parties evaluate and audit AI systems for fairness, safety, and transparency.
Test-Time Compute
An approach where models use additional computational resources during inference to improve answer accuracy.
Tree of Thoughts (ToT)
A prompting technique that branches LLM reasoning into a tree structure and explores the optimal thinking path.
AI SEO
A collective term for leveraging AI tools to enhance and streamline SEO strategies.
Prompt Template
A reusable prompt blueprint with embedded variables for efficient AI utilization.
AI Copilot (Concept)
The design philosophy of AI assistants that support human work from alongside. A collaboration model where humans retain control.
Digital Twin
A virtual model that faithfully replicates real-world objects or processes in digital space.
GAN Evolution
The technological evolution of GANs from image generation to video and 3D applications.
AI Assistant
A general term for AI systems that support user tasks through natural language conversation.
Context Engineering in Practice
Applied techniques for practically designing and optimizing context information passed to LLMs to maximize output quality.
Prompt Flow
A methodology for building complex AI workflows by chaining multiple prompts in sequence.
AI Orchestration in Practice
Practical techniques for coordinating and integrating multiple AI models and tools to automate complex business processes.
Data Labeling
The process of assigning labels (ground truth data) to data for supervised AI model training.
Annotation
The process of adding semantic information and labels to data. A foundational step that determines AI training data quality.
Batch Inference
An inference method that processes large volumes of data through an AI model at once. Superior in cost efficiency and throughput.
Streaming Inference
An inference method that delivers AI model output in real-time as it is generated. Improves user experience.
Context Window Optimization
Techniques for efficiently utilizing an LLM's context window to maximize output quality.
AI Pipeline
An automated workflow covering the entire AI process from data collection through model training, inference, and deployment.
Prompt Library
A curated collection of prompts organized by use case and task. Contributes to standardizing AI usage across teams.
Multimodal Fusion
A technology that enables AI to process multiple modalities — text, images, audio, and video — in an integrated manner.
AI Literacy Education
Educational initiatives for correctly understanding AI and using it safely and effectively.
Model Router
A system that intelligently routes user queries to the most suitable AI model based on task type, complexity, cost, and latency requirements.
MCP (Model Context Protocol)
Open protocol proposed by Anthropic to connect LLMs and AI agents to external tools and data sources via a unified interface. The de facto standard in 2026.
Agentic AI
AI systems where an LLM autonomously selects tools, plans, executes, evaluates, and iterates to complete complex tasks. The defining concept of 2026.
Computer Use
AI capability to operate a PC directly via screenshots, mouse, and keyboard — pioneered by Anthropic.
Vibe Coding
A development style of building apps by describing intent in natural language, without reading the code in detail. Coined by Andrej Karpathy in 2025.
Test-Time Compute
Technique where AI models use extra compute at inference time to deepen reasoning and produce better answers. Popularized by OpenAI o1 and Claude Extended Thinking.
Reasoning Model
Specialized LLM that performs step-by-step reasoning at inference time to excel on math, science, and coding benchmarks. Now standard at the frontier.
AI Agent
An autonomous AI system that plans, executes, and self-corrects to complete a goal. The dominant AI product format in 2026.
MCP (Model Context Protocol)
Open standard from Anthropic for connecting AI models to external tools and data. Became the industry standard in 2025–2026.
AI Browser
Next-generation web browser with AI agents deeply integrated into the browsing experience. Atlas and Comet led the wave in 2025–2026.
Vibe Marketing
Adapting Vibe Coding to marketing — using AI agents so a small team executes large-scale campaigns at high velocity. A defining 2026 trend.
Computer Use AI
AI that visually understands the screen and operates a computer with mouse and keyboard — a fast-growing 2026 capability.
AI Workflow
Chaining multiple AI models, tools, and APIs to automate end-to-end business processes — the dominant 2026 pattern.
LoRA (Low-Rank Adaptation)
Efficiently fine-tunes LLMs and image models with a tiny number of additional parameters — the 2026 standard for model customization.
Federated Learning
Trains AI on each device locally without aggregating raw data on a central server — a privacy-preserving learning paradigm.
Spec-Driven Development
A 2026 development paradigm where engineers hand a detailed spec to AI coding agents that implement, test, and refactor.
Extended Thinking
A 2026-standard reasoning feature where the model thinks at length internally before producing a final answer.
AI Code Review
AI services that automatically review pull requests, flagging bugs, vulnerabilities, and improvements — a 2026 standard tool.
Embodied AI
AI with a physical body — robots, autonomous vehicles, drones — a fast-growing research and product field in 2026.
Guardrails
Filters and constraints on LLM input/output to enforce safety, compliance, and scope. A production-grade necessity.
RAG Evaluation
A multi-dimensional methodology to measure retrieval quality, answer relevance, and faithfulness in RAG systems before production.
Agentic Coding
AI agents that plan, write, test, and fix code autonomously — the dominant 2026 software engineering paradigm.
Model Distillation
Transferring knowledge from a large 'teacher' model into a smaller 'student' to slash inference cost and latency while preserving quality.
Agentic RAG
Retrieval-augmented generation extended with autonomous agent loops — search, reason, retrieve again — for dramatically higher accuracy. The 2026 standard.
Multimodal AI
AI that natively handles multiple input/output modalities — text, image, audio, video. A baseline capability in 2026.
AI Orchestration
The platform layer that connects multiple AI models, tools, and data sources. A required tier for enterprise AI deployment.
Voice Cloning
AI that reproduces a specific speaker's voice from seconds-to-minutes of sample audio. By 2026, 15 seconds is enough for production-grade output.
Test-Time Compute
Spending more compute at inference (instead of training) to raise answer quality. The foundation of o1/o3 and Claude Extended Thinking.
Mixture of Experts (MoE)
Architecture that activates only a few specialist sub-networks per token, keeping massive total parameters affordable. Powers GPT-5, Gemini 3, and Mixtral.
Context Engineering
Designing the full context (instructions, history, tools, data) given to AI agents. The successor concept to prompt engineering.
Synthetic Data
Training data created by AI or simulation rather than collected from the real world. Essential to 2026 LLM training and privacy-preserving data work.
AI-TDD (AI-driven Test-Driven Development)
TDD where the AI agent writes the tests first and then the code to satisfy them. A practical implementation pattern of Spec-Driven Development.
LLM Routing (Model Routing)
Dynamically dispatching each query to the right LLM based on content and difficulty — the cost/quality balancing technique that became standard in 2026 production stacks.
Inference Optimization
The bundle of techniques — quantization, distillation, KV-cache, speculative decoding — that cut LLM inference cost, latency, and GPU memory in production.
AI Evaluation Framework
The infrastructure for measuring LLM and AI agent quality, safety, and performance — combining code-based eval, LLM-as-judge, and human review. Indispensable in 2026.
Deep Research
An AI mode that parallel-reads dozens to hundreds of web sources, PDFs, and papers and produces a structured, cited report in 15-30 minutes — the dominant 2026 research feature, shipped by Gemini, Perplexity, and ChatGPT.
AI Canvas / Artifacts
The 2026 workspace pattern that opens a side pane in an AI chat for editing code, documents, SVG, and HTML iteratively — Claude Artifacts, ChatGPT Canvas, and Gemini Canvas all converged on it.
AI Voice Dictation
Whisper-class speech recognition combined with LLM auto-formatting that turns 'speak into the mic' into clean, finished text in any app — 4-5x faster than typing. Wispr Flow, SuperWhisper, and Aqua Voice are the 2026 leaders.
Agentic Search
The next-generation search paradigm in which the AI loops through search → read → evaluate → re-query autonomously. The substrate behind Perplexity, ChatGPT Search, Gemini, and Genspark in 2026.
Generative UI
The 2026 frontend paradigm in which an LLM generates React/Vue components or full UIs from natural-language prompts in real time. Powered by v0, Lovable, Bolt, Claude Artifacts, ChatGPT Canvas, and Gemini Apps.
LLM-as-a-Judge
Using a strong LLM to score or rank another LLM's outputs — the substitute for human evaluation that became the de-facto evaluation method in 2026, anchoring OpenAI Evals, LangSmith, Ragas, and others.
Self-Consistency
An inference-time technique that samples Chain-of-Thought reasoning N times and majority-votes the answer. Boosts math and logic accuracy 10-30% — the theoretical foundation for o1/o3-style reasoning models.
AI Design System
Next-gen design ops where AI auto-generates and maintains design tokens, component libraries, and brand assets across design → code → docs. Led by Figma AI, Galileo AI, and Locofy.
GEO (Generative Engine Optimization)
Optimization for getting cited inside ChatGPT, Claude, Perplexity, Gemini, and AI Overviews answers. The 2026 successor to SEO, often called 'SEO 2.0'.
Constitutional AI
Anthropic's alignment method: the model self-critiques and revises its responses against a written 'constitution' of principles. The basis of every Claude model's safety and accuracy behavior.
Multi-Agent Orchestration
The 2026 design pattern where multiple AI agents (planner, researcher, coder, reviewer) collaborate to solve one task. Powered by LangGraph, CrewAI, AutoGen, and the Claude Agent SDK.
Hallucination Detection
Automated detection of factual errors and fabricated citations in LLM output. The combination of RAG, LLM-as-Judge, and citation verification is now mandatory in production AI systems.
Model Context Protocol (MCP)
Anthropic's open standard (released late 2024) for AI-tool connectivity. Called the 'USB-C of AI' - Claude, Cursor, Cline, Windsurf, and ChatGPT now support it.
Claude Skills
Anthropic's reusable AI workflow system officially released in late 2025. Defined in a single Markdown file and auto-triggered by description matches. The major Claude Code differentiator.
Subagent
Pattern where a parent AI agent delegates an independent task to a child agent. Enables parallelism, context-window economy, and specialization - the 2026 base pattern for agentic AI.
World Model
AI models that learn internal representations of physical-world dynamics and causality. Powering Sora 2, Genie 3, V-JEPA 2 - foundation for robotics, autonomous driving, and video generation.
Prompt Injection
Novel cyberattack class on AI. Malicious inputs override the AI's intended instructions to leak data, generate harmful output, or escalate privileges. #1 in OWASP Top 10 for LLM Applications.
Chain-of-Thought (CoT)
Prompt engineering technique that makes LLMs output step-by-step reasoning. 'Let's think step by step' dramatically improves accuracy on complex math and logic.
Vector Database
Specialized DB for fast similarity search of AI embedding vectors. Foundation of RAG. Pinecone, Weaviate, Qdrant, pgvector are leaders.
AI Alignment
Research field for making AI systems behave according to human intentions, values, and safety. RLHF, Constitutional AI, and Red Teaming are core methods.
GraphRAG
RAG variant combining knowledge graphs with vector search. Proposed by Microsoft in 2024, it dramatically outperforms traditional RAG on complex relational and global queries.
AI Memory (Persistent Memory)
AI assistants retaining past conversations, preferences, and context across sessions. Standardized in 2024-2026 across ChatGPT Memory, Claude Memory, Gemini Memory.
AI Scheduling
AI analyzing tasks, deadlines, priorities, and calendar to auto-propose optimal time placement. Motion, Reclaim.ai, Sunsama lead - secure 2-4 hours of deep work daily.
AI Fitness Coach
AI providing personalized workout programs, form coaching, progress tracking, and nutrition/sleep optimization. Future, Freeletics, Fitbod, Tonal lead.
AI Companion
AI service that builds long-term relationships with users to deliver emotional support, friend-like or romantic chat experiences. Replika, Character.ai, Pi, Candy AI lead. 100M+ users in 2026.
Agentic Web
A 2026 paradigm where AI agents autonomously browse, operate, book, and purchase on websites. Driven by Anthropic Computer Use, OpenAI Operator, ChatGPT Atlas.
AI Token Economics
A design discipline cutting AI app costs 50-90% by understanding LLM API token pricing, prompt caching, batch APIs, and model routing. Required knowledge for 2026 AI ops.
Construction AI
AI tech for construction: BIM, progress, safety, drawing parsing, estimating. Procore AI, Andpad, OpenSpace, Buildots lead. $50B+ market in 2026.
AI Game Engine
Next-gen game engines integrating AI for asset generation, NPC dialogue, and coding — Unity Muse, Unreal MetaHuman, Roblox AI, Inworld AI lead. $30B+ market in 2026.
AI Logistics Optimization
AI tech unifying demand forecasting, routing, warehouse ops, inventory, and supply-chain risk. Project44, Flexport AI, Locus Robotics, HACOBU lead. $45B market in 2026.
AI Content Pipeline
An end-to-end AI workflow for creators — idea → script → shoot/AI generate → edit → thumbnail → post → analyze. OpusClip, Submagic, CapCut Pro, Repurpose.io lead.
Workflow Agent
AI agents that build and run business workflows from natural language — Lindy, Lutra, Bardeen, n8n AI, Zapier AI Agents. The fastest-growing slice of 2026's $15B agentic-automation market.
AI Therapy
CBT chatbots and AI companions like Wysa, Woebot, and Pi delivering CBT, mood journals, and crisis detection 24/7. One of the fastest-growing mental health categories in 2026.
Podcast AI
AI tools that automate podcast recording, denoising, editing, transcription, Shorts cut-downs, and distribution — Adobe Podcast, Descript, Riverside, ElevenLabs.
Voice Cloning
AI tech (ElevenLabs, Resemble AI, Descript Overdub) that learns a speaker's voice from 3-30s of audio and synthesizes new speech in that voice. Commercial use and deepfake mitigation are the 2026 frontline issues.
Emotion AI
Affectiva, Hume AI, Realeyes, SoundHound — AI that recognizes emotion from face, voice, text, and biosignals for mental health, automotive, customer support, and education. A $10B+ market in 2026.
LLM Router
A layer that picks the right model (GPT-5, Claude 4.7, Gemini 3, Llama 4) per query — typically saving 30-70% in cost while preserving quality. The 2026 default for production LLM apps.
Self-RAG
RAG variant where the LLM decides whether to retrieve, evaluates retrieved snippets, and verifies its own answer is grounded. Cuts hallucinations ~50%; standard in 2026.
AI Firewall
A dedicated security layer guarding LLM apps against prompt injection, data exfiltration, and toxic outputs. Lakera, Protect AI, CalypsoAI lead the 2026 market.
Voice AI Agent
AI agents that converse naturally with humans over phone or voice interfaces. Bland AI, Vapi, Retell AI, and ElevenLabs Conversational AI lead the 2026 explosion — 250-500ms latency, $0.09/minute, 24/7 booking / support / sales automation.
Digital Human / AI Avatar
Photoreal AI avatars produced by HeyGen, Synthesia, D-ID, Tavus, Soul Machines and others. Mass-produces training, sales, and live-concierge video at -90% production cost; used by 70% of the Fortune 500 in 2026.
AI SDR (AI Sales Development Representative)
AI agents automating outbound sales — Air AI, 11x.ai, Artisan, Conversica run lead gen, email, phone, and LinkedIn outreach 24/7 with ~10x the productivity of a human SDR. The breakout role of 2026.
Conversational AI
Catch-all term for AI that converses with humans by text or voice. Powers chatbots, voice agents, and customer support. 2026 market is over $30B as LLMs sharply lift quality.
Red Teaming
Adversarial testing where experts attack AI models to surface vulnerabilities. OpenAI, Anthropic, and Google run internal teams plus external bounties; mandatory under the EU AI Act in 2026.
AI Sales Intelligence
AI-driven analysis of decision-maker DBs, buyer intent signals, and call recordings to optimize B2B selling. Apollo, ZoomInfo, Gong, and 6sense lead a $10B+ market in 2026.
AI Bookkeeping
AI-OCR + ML auto-categorization of receipts and invoices. QuickBooks, Xero, Freee, MoneyForward — 80% of sole proprietors adopted by 2026.
AI Influencer Marketing
AI-driven discovery, analysis, contracting, and ROI measurement for influencers. HypeAuditor, Modash, CreatorIQ — 5-10x ROI improvement.
Revenue Operations AI (RevOps AI)
Unified AI analysis and automation across sales, marketing, and customer success revenue data. HubSpot Breeze, Clari, Gong — enterprise standard in 2026.
AI Cybersecurity
AI/ML automation of cyber attack detection, prevention, and response. CrowdStrike Falcon, SentinelOne, Microsoft Defender, Darktrace, and Wiz lead a $50B+ market in 2026 — essential to counter offensive AI.
Industrial AI (Industry 5.0)
AI optimization of design, production, and maintenance in manufacturing, energy, and chemical plants. NVIDIA Omniverse, Siemens Industrial Copilot, Cognite, PTC, C3.ai — Industry 5.0's path to +40% productivity.
AI Tutor
Individualized AI-driven learning support. Khanmigo, MagicSchool, Duolingo Max, Khan Academy Kids, Curipod — turning $10K/yr tutoring into $10/mo subscriptions.
Edge AI (On-Device AI)
Run AI inference on the device (phone, PC, camera, industrial gear) instead of the cloud. Apple Neural Engine, NVIDIA Jetson, Qualcomm AI Engine, Llama 3.2 8B — essential for privacy, low latency, and OT security in 2026.
AI Robo-Advisor
AI-driven personal investing service that automates allocation, rebalancing, and tax optimization. Wealthfront, Betterment, Schwab, WealthNavi, and THEO lead — fees 0-1%, no fund manager required, +1-2% net via Tax-Loss Harvesting.
AI Financial Planning
AI-driven personal finance design that integrates life events, cash flow, taxes, and insurance. Range, Facet, MoneyForward AI, Mint — turning $200/yr CFP fees into $30/mo subscriptions.
AI Interior Design
Generate 3D space, furniture placement, and styles from one photo or text prompt. Interior AI, Spacely AI, REimagineHome, Coohom, Planner 5D — 90% lower design costs and 48-hour client proposals.
Sports Analytics AI
AI for video analysis, GPS tracking, performance prediction, and injury risk in sports. Hudl, Catapult, Stats Perform, Second Spectrum, Veo lead — +15% win rate, +3 years career length.
Short-Form Video AI
AI that auto-clips long-form into viral shorts, generates captions, and reformats vertically. Opus Clip, Vizard, CapCut Pro, and Submagic lead — -90% editing time, 1M monthly views.
AI NPC (Non-Player Character)
Game NPCs with personality, memory, and emotion that improvise dialogue and behavior. Inworld AI, Convai, NVIDIA ACE — Disney and Netflix studio adoption, 10× replay value.
Procedural Content Generation
Auto-generation of stages, maps, enemies, and items via algorithms or AI. After Minecraft biomes and No Man's Sky galaxies, 2026 brings AI-driven PCG.
AI Smart Home
AI agents autonomously running entire homes. Google Home Gemini, Apple Intelligence Home, Alexa+, and Matter 1.4 — -40% power, -30% chores, +50% QoL.
AI Nutrition Coaching
AI tech that turns photo food logging into 30-second macro/micro/glycemic scoring + personalized recipes + Amazon Fresh autocheckout. MyFitnessPal/Foodvisor/Cronometer/Noom lead — 3x weight-loss success, -95% logging time.
Last-Mile Delivery AI
AI that fully automates demand forecasting → routing → dynamic re-routing → PoD photo → completion alert. Onfleet/Bringg/Routific/Locus.sh lead — +40% efficiency, -25% fuel, -60% failed deliveries.
Automotive AI
AI that fully automates dealer 24/7 consults → valuation → finance → logistics → delivery. Impel/Outsell/Foureyes/PureCars lead — +200% close rate, 2x inventory turn, -50% CPL.
Fleet Optimization AI
AI that integrates predictive maintenance + fuel optimization + driver safety + routing across vehicle fleets. Samsara/Geotab/Motive/Verizon Connect lead — +15% MPG, -50% accidents, -30% maintenance cost.
Legal AI
AI that automates contract drafting, due diligence, legal research, citation verification and compliance. Harvey/Spellbook/Lexis+ AI/Co-Counsel lead — -80% contract review, -90% DD, -95% bad citations.
Contract Intelligence
AI that extracts risk clauses, auto-reviews contracts against internal Playbooks, and manages CLM workflows. Ironclad/LawGeex/Kira/Luminance lead — 94% NDA accuracy, -90% DD, unified contract repositories.
AI Recruiting
AI that automates applicant screening, video interview scoring, recruiting chatbots, talent matching and internal mobility. HireVue/Paradox/Eightfold/Workday/SeekOut lead — -80% workload, -50% cost-per-hire.
AI Drug Discovery
AI that integrates target identification, lead-compound screening, optimization, preclinical work and clinical trial design. Insilico/Recursion/Isomorphic Labs/AlphaFold 3/Schrödinger lead — discovery 12 yr → 6 yr, cost $2.6B → $800M.
AI Hospitality
AI that integrates hotel booking, chatbots, revenue management, personalization and operations. HiJiffy / Asksuite / IDeaS / Duetto / Cendyn / Marriott Renai lead — direct bookings +45%, RevPAR +20%, labor -30%.
ESG AI
AI that integrates Scope 1-3 GHG measurement, automated ESG reporting, climate risk analysis, supply-chain sustainability and carbon credit verification. Watershed / Persefoni / Sweep / Workiva lead — CSRD / SEC / ISSB compliant, reporting time -90%, cost -80%.
AI Veterinary Medicine
AI that integrates X-ray / ultrasound / CT / MRI imaging, EHR auto-charting, lab interpretation, AI triage and pet wearable monitoring. SignalPET / Vetology / IDEXX / Antech / Digitail lead — diagnostic accuracy +30%, visit time -40%, practice revenue +25%.
Climate Tech AI
AI that integrates renewable energy optimization, grid balancing, carbon capture (CCUS), climate forecasting, and hydrogen / battery design. Google DeepMind / NVIDIA / Climeworks / Form Energy lead — renewables forecast accuracy +40%, grid loss -30%, CCUS cost -50%.
AI Procurement
AI that automates the full Source-to-Pay loop — spend analysis, supplier selection, eSourcing, contract management, ordering, invoicing, payment, supplier risk — across procurement. Coupa / SAP Ariba / Ivalua / GEP / Keelvar / Globality lead. -15% indirect spend, -60% sourcing cycle, -40% supplier risk.
AI Public Relations
AI that automates media monitoring, journalist relations, social listening, brand reputation analytics, press release generation, AMEC measurement and crisis comms across PR. Cision / Meltwater / Muck Rack / Brandwatch / Onclusive lead. +50% coverage, -70% pitch time, +40% reputation.
Kids EdTech AI
AI that automates adaptive learning, reading, math, English speaking, coding, STEAM, creative play and quizzes for ages 0-12. Khan Academy Kids / Duolingo ABC / Lingumi / ABCmouse / Osmo / Brilliant Kids / Khanmigo Kids lead. +200% vocabulary, +45% reading readiness, -30% parent teaching time.
Multi-Tier Supply Chain AI
AI that maps Tier 1-10 suppliers and forecasts geopolitical, natural-disaster and bankruptcy risk 7-30 days ahead by combining satellite imagery, news, patents and financial data. Resilinc / Interos / Everstream / Sayari lead. Used by Apple / J&J / USAF; supplier concentration risk -40%.
AI Filmmaking
The use of generative AI tools to create, enhance or automate video production — from text-to-video generation and VFX to motion capture, actor performance transfer and AI-generated music scoring. Runway Gen-4 / Sora 2 / Veo 3 / Wonder Dynamics / Move AI lead. VFX costs -85%, production time -70%, indie budgets 1/100th of traditional.
Generative VFX
The application of generative AI (diffusion models, transformers, NeRF, 3D Gaussian splatting) to create or enhance visual effects for film, TV and games — replacing or augmenting traditional CGI pipelines. Runway / Veo 3 / Luma / Wonder Dynamics / Krea AI lead. VFX costs -85%, iteration speed 10x, indie access to Hollywood-grade effects.
Smart Grid AI
AI that optimizes electricity generation, transmission, distribution and consumption across the power grid — including demand forecasting, virtual power plants, smart meter analytics, renewable integration, EV charging management and predictive asset maintenance. Octopus Kraken / AutoGrid / Uplight / DeepMind / Schneider EcoStruxure lead. Transmission loss -30%, demand forecast accuracy 95%, consumer costs -25%.
Lab Automation AI
AI that programs, schedules, optimizes and interprets results from robotic laboratory systems — including liquid-handling robots, cloud labs, ELN/LIMS, AI drug discovery platforms and self-driving lab systems. Benchling / Synthace / Strateos / Emerald Cloud Lab / LabVoice / Recursion lead. Lab throughput 3x, reproducibility +80%, drug discovery -60% time.
AI Self-Publishing (KDP / Indie Author AI)
Integrated stack of AI writing assistants (Sudowrite, Novelcrafter, NovelAI), AI editors (AutoCrit, ProWritingAid), book formatting (Atticus, Vellum), AI cover design (Midjourney, DALL-E) and AI audiobook narration (ElevenLabs) that lets indie authors publish 4-12 books/year on Amazon KDP. Writing speed 3-10x, editing cost -80%, first-draft cycle 6 months → 2 weeks, royalty $50-300K/yr achievable.
AI Video Dubbing (Video Localization AI)
AI that automates the full video localization pipeline — automatic speech recognition, neural machine translation, voice cloning, multilingual TTS, lip-sync and burned-in subtitles. HeyGen Translate / Rask AI / ElevenLabs Dubbing Studio / Captions.ai / Submagic / Papercup lead. Translation cost -95%, distribution +30 countries, YouTube multi-language audio track subscriber +50% (MrBeast model), production time 6 weeks → 6 hours.
AI Personal Growth (AI Coaching)
AI that delivers 24/7 personalized coaching, goal-setting, habit formation, mindset development and journaling support across career, relationships, health, finance and skill domains. Rocky.ai / Pi.ai / BetterUp Coach AI / Mindsera / Stoic / Wysa / Headspace lead. Habit retention 3x, goal attainment +45%, coaching $300/hr → $15/mo. The fastest-growing self-help category after BetterHelp.
AI Journaling
AI-powered journaling that uses Socratic questioning, CBT-style reframing, mental-models prompts and pattern recognition across past entries to support reflection, emotional processing and self-understanding. Mindsera / Stoic / Reflectly / Day One AI / Rosebud / Journey lead. Retention 5x category average, mood improvement +40%. Increasingly adopted by enterprise EAP and schools.
AI Dating Coach
AI-powered tools that generate dating-app replies, optimize profile photos and bios, and coach users on conversation, dates, and relationships. Rizz / YourMove / Wing AI / Mei / Iris Dating lead. 2-5x match rate, full Tinder/Bumble/Hinge support, market $420M (2024) → $3.2B (2030) at 40% CAGR.
Dental AI Imaging
AI that analyzes dental X-rays, CBCT, and intraoral photos to detect caries, periodontitis, periapical lesions, and bone loss. Pearl / Overjet / VideaHealth / Diagnocat lead. Human-dentist miss rate 60% → 30% with AI assistance, +25% claims approval. Market $580M (2024) → $3.7B (2030) at 35% CAGR.
AI Underwriting
AI that automates insurance underwriting, risk assessment, and pricing. Tractable / Cape Analytics / Zest AI / Lemonade lead. -50% underwriting cost, 2-5pp Combined Ratio improvement, +25% subprime approval. Insurer AI investment $14B (2024) → $32B (2027). 85% of US Top-50 insurers have deployed.
Claims AI
AI that auto-assesses insurance claims from images, text, and sensor data. Tractable / Lemonade Jim / Snapshot lead. -98% claims time (2 weeks → 30 seconds), 3x fraud detection, 2-5pp Combined Ratio improvement. The single most impactful insurance DX domain.
AI Logo Generation
AI systems that generate brand logos from text prompts or questionnaires — Looka, Brandmark, Tailor Brands, LogoAI, Canva AI Magic Studio, Adobe Express AI lead. Compresses freelance designer $300-2,500 / agency $2,000-15,000 to $20-65 one-time / $10-30/mo. Market $1.2B (2024) → $5.8B (2030) at 30% CAGR.
No-Code AI Website Builder
AI systems that generate complete websites from prompts or questionnaires — Wix ADI, Hostinger AI Website Builder, Durable, 10Web, Framer AI, Webflow AI, Squarespace AI lead. Compresses $2-15K agency / 4-12 weeks to $11-89/mo / 30 sec-30 min. Market $4.2B (2024) → $14.5B (2030) at 23% CAGR.
AI Thumbnail Optimization
AI systems that generate, score (predictive CTR), and A/B test YouTube thumbnails — Canva AI Magic Studio, 1of10, Thumbly, TubeBuddy AI, VidIQ AI, ThumbnailAI lead. 2% → 8% CTR uplift = 4x views = 4x revenue. 88x ROI on $400-1K/yr investment. Market $180M (2024) → $1.4B (2030) at 41% CAGR.
AI Brand Identity Design
AI systems that generate complete brand-identity systems — logo + color palette + typography + voice + 50-300 brand assets — from a single prompt. Canva Magic Studio, Looka Brand Kit, Brandmark, Adobe Express AI, Tailor Brands lead. Compresses $5-50K agency to $200-1K total. Market $8B (2024) → $35B (2030) at 28% CAGR.
AI Lending & Credit Decisioning
AI underwriting that automates mortgage, personal, auto, and SMB loans using 1,500+ variables. Upstart, Zest AI, and Blend deliver -98% underwriting time (2 weeks → 48 hours), +25% subprime approval, -15% default rate, and 2-5pp Combined Ratio improvement. Adopted by 85% of US top-30 banks. Market $45B (2024) → $185B (2030, 27% CAGR).
AI Beauty Tech
AI for makeup, skincare, foundation color matching, hair color simulation, and personalized formulation. YouCam/ModiFace/Haut.AI/Revieve enable in-store BA replacement with CVR +45%, returns -30%, and LTV +40%. Adopted across L'Oréal, Estée Lauder, Sephora — serving 1B+ customers. Market $5.2B (2024) → $27B (2030, 32% CAGR).
AI Virtual Try-On
AR/Computer Vision/Generative AI for clothing, cosmetics, eyewear, jewelry virtual try-on. YouCam/Snap AR/Walmart Be Your Own Model deliver -30% returns, +45% CVR, sustainability gains. 80% of US Gen Z won't buy without AR try-on. Industry standard at Amazon/Walmart/Sephora/Warby Parker. Market $8B (2024) → $23B (2030, 19% CAGR).
AI Comic & Manga Creation
AI for manga, Webtoon, and picture-book auto-generation. Comic Factory/Anifusion/Dashtoon/PixAI/Stable Diffusion XL deliver -90% production time (3 weeks → 3 days), -99% cost, 13-language expansion, indie creator $10K → $100K full-time monetization. Market $3.5B (2024) → $40B (2030, 50% CAGR).