← Back to AI Hub

AI Glossary

No jargon. No PhD required. Plain English explanations of every AI concept you'll encounter.

40 terms

AI Agent

Applications

An AI system that can independently plan and carry out multi-step tasks, using tools and making decisions along the way rather than just responding to a single prompt.

Learn more →

AI Alignment

Safety & Ethics

The challenge of making sure AI systems actually do what humans want and intend, following our values and goals rather than finding harmful shortcuts.

Learn more →

AI Bias

Safety & Ethics

When AI systems produce unfair or prejudiced results because of biases present in their training data or design.

Learn more →

AI Coding Assistant

Applications

AI tools that help programmers write, debug, and understand code by suggesting completions, answering questions, and even generating entire functions.

Learn more →

AI Ethics

Safety & Ethics

The study of moral questions surrounding AI development and use -- covering fairness, transparency, privacy, accountability, and the impact on society.

Learn more →

AI Safety

Safety & Ethics

The broad field focused on ensuring AI systems do not cause unintended harm -- covering everything from preventing misuse to ensuring long-term safety of advanced AI.

Learn more →

AI Search

Applications

Search engines enhanced by AI that understand the meaning behind your question and provide direct, synthesized answers instead of just a list of links.

Learn more →

Artificial Intelligence

Fundamentals

Computer systems that can perform tasks that normally require human thinking, like understanding language, recognizing images, or making decisions.

Learn more →

Chain of Thought

Techniques

A prompting technique where you ask the AI to show its reasoning step by step, which often leads to more accurate answers.

Learn more →

Chatbot

Applications

An AI program you can have a conversation with by typing messages, which responds in natural language just like texting with a person.

Learn more →

Context Window

Models & Architecture

The maximum amount of text an AI model can consider at once -- including both your input and its response.

Learn more →

Deep Learning

Fundamentals

A powerful type of machine learning that uses layered neural networks to learn complex patterns from massive amounts of data.

Learn more →

Deepfake

Safety & Ethics

AI-generated fake media -- typically video or audio -- that realistically depicts someone saying or doing something they never actually did.

Learn more →

Embeddings

Techniques

A way of converting text, images, or other data into lists of numbers that capture their meaning, making it possible for computers to measure how similar things are.

Learn more →

Few-Shot Learning

Techniques

A technique where you give an AI a few examples of what you want so it can understand the pattern and apply it to new inputs.

Learn more →

Fine-Tuning

Models & Architecture

The process of further training an existing AI model on a specific, smaller dataset to make it better at a particular task or domain.

Learn more →

Generative AI

Fundamentals

AI systems that can create new content -- text, images, music, video, or code -- rather than just analyzing existing data.

Learn more →

GPT (Generative Pre-trained Transformer)

Models & Architecture

A family of large language models created by OpenAI that can generate human-like text, answer questions, write code, and much more.

Learn more →

Hallucination

Safety & Ethics

When an AI model confidently states something that is factually incorrect or completely made up, as if it were true.

Learn more →

Image Generation

Applications

The broader field of AI creating images, encompassing text-to-image, image editing, style transfer, upscaling, and other visual creation techniques.

Learn more →

Inference

Techniques

The process of actually running a trained AI model to get a response -- every time you send a message to ChatGPT, that is inference happening.

Learn more →

Large Language Model

Fundamentals

A massive AI system trained on enormous amounts of text that can understand and generate human language with impressive fluency.

Learn more →

Machine Learning

Fundamentals

A type of AI where computers learn patterns from data instead of being explicitly programmed with rules.

Learn more →

Multimodal

Models & Architecture

AI systems that can understand and work with multiple types of input -- such as text, images, audio, and video -- rather than just one.

Learn more →

Natural Language Processing

Fundamentals

The branch of AI focused on helping computers understand, interpret, and generate human language.

Learn more →

Neural Network

Fundamentals

A computing system loosely inspired by the human brain, made up of layers of connected nodes that process information and learn patterns.

Learn more →

Open-Source Models

Models & Architecture

AI models whose code and weights are publicly released, allowing anyone to download, use, modify, and build upon them for free.

Learn more →

Parameters

Models & Architecture

The millions or billions of adjustable numbers inside an AI model that determine how it processes information and generates outputs.

Learn more →

Prompt Engineering

Techniques

The skill of crafting clear, effective instructions for AI models to get the best possible results.

Learn more →

RAG (Retrieval-Augmented Generation)

Techniques

A technique that improves AI responses by first searching a knowledge base for relevant information, then using that information to generate a more accurate answer.

Learn more →

Speech-to-Text

Applications

AI technology that converts spoken language into written text -- like a super-fast, highly accurate transcriptionist.

Learn more →

Temperature

Techniques

A setting that controls how creative or predictable an AI model's responses are -- lower means more focused, higher means more random and creative.

Learn more →

Text-to-Image

Applications

AI technology that generates images from written descriptions -- you type what you want to see, and the AI creates it.

Learn more →

Text-to-Speech

Applications

AI technology that converts written text into natural-sounding spoken audio, producing voices that can sound remarkably human.

Learn more →

Tokens

Models & Architecture

The small pieces of text that AI models read and generate -- like individual puzzle pieces that make up sentences.

Learn more →

Top-P (Nucleus Sampling)

Techniques

A setting that controls AI randomness by limiting the model to choosing from only the most probable words that add up to a certain percentage.

Learn more →

Training Data

Fundamentals

The massive collection of information -- text, images, audio, or other data -- that an AI model learns from during its training process.

Learn more →

Transformer

Models & Architecture

The neural network architecture behind nearly all modern AI language models, designed to process all words in a sentence simultaneously rather than one at a time.

Learn more →

Vector Database

Techniques

A specialized database designed to store and quickly search through embeddings, enabling AI applications to find the most similar items in massive datasets.

Learn more →

Zero-Shot Learning

Techniques

When an AI model performs a task correctly without being given any examples -- relying entirely on its training knowledge and your instructions.

Learn more →