AI Glossary
41 terms and definitions. Learn the language of AI.
AI Agents
ApplicationsAutonomous AI systems that can perceive their environment, make decisions, and take actions to achieve specific goals, often using LLMs as their reasoning engine.
AI Alignment
AI SafetyThe challenge of ensuring AI systems behave in accordance with human intentions, values, and goals, particularly as they become more capable.
AI Bias
AI SafetySystematic errors or unfair outcomes in AI systems, often resulting from skewed training data, flawed model design, or societal inequalities reflected in the data.
AI Orchestration
ApplicationsThe coordination and management of multiple AI tools, models, agents, and workflows to accomplish complex tasks that no single model can handle alone.
AI Safety
AI SafetyThe field focused on ensuring artificial intelligence systems are developed and deployed in ways that are beneficial, aligned with human values, and do not cause unintended harm.
Artificial General Intelligence (AGI)
FundamentalsA hypothetical form of AI that possesses human-level cognitive abilities across any intellectual task, capable of learning and adapting to any problem domain without specialized training.
Artificial Intelligence (AI)
FundamentalsThe simulation of human intelligence in machines that are programmed to think, learn, and make decisions. AI encompasses a broad range of techniques from rule-based systems to machine learning and deep learning.
Attention Mechanism
Models & ArchitectureA technique that lets neural networks focus on the most relevant parts of input data, forming the core innovation behind the Transformer architecture.
Chain-of-Thought (CoT)
Training & TechniquesA prompting technique where models are instructed or trained to break down complex reasoning into intermediate steps, dramatically improving accuracy on multi-step problems.
Computer Vision
ApplicationsA field of AI that trains computers to interpret and understand the visual world, enabling machines to identify objects, scenes, and activities in images and videos.
Context Window
FundamentalsThe maximum amount of text (measured in tokens) that an LLM can process at once, including both input and generated output.
Deep Learning
FundamentalsA subset of machine learning that uses multi-layered neural networks (deep neural networks) to model complex patterns in large amounts of data.
Diffusion Models
Models & ArchitectureA class of generative models that create data by gradually removing noise, reversing a process of adding random noise to training data. The technology behind modern AI image generators.
Edge AI
InfrastructureThe deployment of AI algorithms directly on local devices (smartphones, IoT devices, cameras) rather than in the cloud, enabling real-time processing with lower latency and improved privacy.
Embeddings
FundamentalsNumerical vector representations of data (text, images, audio) that capture semantic meaning, enabling machines to understand relationships and similarity between concepts.
Few-Shot and Zero-Shot Learning
Training & TechniquesTechniques where models perform tasks with few or no examples. Few-shot provides a handful of examples; zero-shot requires none, relying purely on instructions.
Fine-Tuning
Training & TechniquesThe process of taking a pre-trained model and further training it on a specific, typically smaller, dataset to adapt it for a particular task or domain.
Foundation Model
Models & ArchitectureA large AI model trained on broad, diverse data that can be adapted to a wide range of downstream tasks through fine-tuning or prompting. The backbone of modern generative AI.
Generative AI
FundamentalsA category of AI that creates new content — text, images, audio, video, or code — by learning patterns from existing data and generating novel outputs.
GPT (Generative Pre-trained Transformer)
Models & ArchitectureA family of large language models developed by OpenAI based on the transformer architecture, known for their ability to generate coherent and contextually relevant text.
Hallucination
AI SafetyA phenomenon where an AI model generates plausible-sounding but factually incorrect or nonsensical information, often with high confidence.
Inference
FundamentalsThe process of running a trained AI model on new input data to produce predictions or outputs, as opposed to the training phase where the model learns from data.
Large Language Model (LLM)
Models & ArchitectureA deep learning model trained on massive text datasets to understand, generate, and manipulate human language. LLMs power modern chatbots, code generators, and text-based AI tools.
LoRA (Low-Rank Adaptation)
Training & TechniquesA parameter-efficient fine-tuning technique that adds small, trainable matrices to existing model weights, enabling fine-tuning of large models with minimal computational cost.
Machine Learning (ML)
FundamentalsA subset of AI that enables systems to learn and improve from experience without being explicitly programmed, using statistical techniques to find patterns in data.
Mixture of Experts (MoE)
Models & ArchitectureA neural network architecture that uses multiple specialized sub-networks (experts) with a gating mechanism that activates only relevant experts for each input, improving efficiency and capability.
Model Parameters
FundamentalsThe numerical weights and biases that define a neural network's learned knowledge. Larger parameter counts generally indicate greater model capacity and capability.
Multimodal AI
Models & ArchitectureAI systems capable of processing and generating multiple types of data simultaneously, such as text, images, audio, and video, often within a single model.
Natural Language Processing (NLP)
FundamentalsA subfield of AI focused on enabling computers to understand, interpret, and generate human language in a meaningful way.
Neural Network
FundamentalsA computing system inspired by biological neural networks in the human brain, consisting of interconnected nodes (neurons) organized in layers that process information.
Open-Source AI
IndustryAI models, tools, and frameworks that are publicly released with permissive licenses, allowing anyone to use, modify, study, and distribute them.
Prompt Engineering
Training & TechniquesThe practice of designing and refining input prompts to guide LLMs toward producing desired outputs more reliably and accurately.
Quantization
InfrastructureA technique that reduces the precision of a model's numerical parameters (e.g., from 32-bit to 8-bit or 4-bit), decreasing memory usage and computational requirements with minimal accuracy loss.
Reinforcement Learning (RL)
FundamentalsA machine learning paradigm where agents learn optimal behavior through trial and error, receiving rewards for good actions and penalties for bad ones.
Reinforcement Learning from Human Feedback (RLHF)
Training & TechniquesA training technique that uses human preferences to fine-tune language models, aligning them with human values and making them more helpful, harmless, and honest.
Retrieval-Augmented Generation (RAG)
Training & TechniquesA technique that combines information retrieval with text generation, allowing LLMs to access external knowledge sources to produce more accurate and up-to-date responses.
Stable Diffusion
ApplicationsAn open-source deep learning model for generating images from text descriptions, released by Stability AI in 2022.
Synthetic Data
Training & TechniquesArtificially generated data that mimics real-world data, used to train AI models when real data is scarce, expensive, or privacy-sensitive.
Token
FundamentalsThe basic unit of text that an LLM processes. Tokens can be words, parts of words, or individual characters. LLMs have a maximum context window measured in tokens.
Transformer
Models & ArchitectureA neural network architecture introduced by Google in 2017 that uses self-attention mechanisms to process sequential data. It is the foundation of virtually all modern LLMs.
Vector Database
InfrastructureA specialized database designed to store, index, and search high-dimensional vector embeddings efficiently using similarity search algorithms.
About This Glossary
This glossary is curated and updated regularly to reflect the evolving language of artificial intelligence. Terms range from foundational concepts to cutting-edge techniques and tools. Definitions are written to be accessible to beginners while remaining accurate for professionals.