AI Glossary

214+ essential AI terms explained clearly - from A to Z.

Why This Glossary Exists

AI moves fast. New terms appear in product announcements, research papers, and developer forums almost every week. If you have ever read a blog post about AI and hit a wall of acronyms - RAG, LoRA, RLHF, embeddings, fine-tuning - you know how quickly the jargon can get in the way of actually understanding what is going on.

This glossary is our attempt to fix that. We define terms in plain language first, then give you the technical context if you want to go deeper. You do not need a machine learning background to use it. We wrote it for product people, marketers, founders, and developers who are working with AI tools without necessarily having studied the underlying research.

We update the glossary regularly as new concepts enter common usage. If you think a term is missing or a definition could be clearer, let us know via the contact page.

Plain Language

Definitions written for humans, not researchers.

Kept Current

New terms added as the field evolves.

A to Z Coverage

214+ terms across every letter.

For Everyone

Useful for beginners and experienced practitioners.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
C

14 terms

Showing all terms starting with C

Chain-of-Thought (CoT)

A prompting technique that encourages LLMs to reason step-by-step before giving a final answer, improving accuracy on complex tasks.

Chatbot

A software application that simulates conversation with users, powered by rule-based logic or AI language models.

Classification

A supervised learning task where an AI assigns input data to one of several predefined categories or labels.

CLIP

Contrastive Language-Image Pretraining - an OpenAI model that learns visual concepts from natural language descriptions, enabling text-to-image search.

Computer Vision

A field of AI enabling machines to interpret and make decisions based on visual data such as images and video.

Context Window

The maximum amount of text (measured in tokens) an LLM can process in a single interaction - both input and output combined.

Corpus

A large, structured collection of text data used to train or evaluate natural language processing models.

Causal AI

AI that models cause-and-effect relationships rather than just statistical correlations, enabling more robust and explainable decision-making.

Chunking

The process of splitting large documents into smaller segments before embedding them into a vector database for retrieval in RAG pipelines.

Constitutional AI

An alignment technique developed by Anthropic that trains models to follow a set of principles and self-critique their outputs for harmlessness.

Contrastive Learning

A self-supervised learning approach where a model learns representations by distinguishing between similar and dissimilar data pairs.

Conversational AI

AI systems designed for natural back-and-forth dialogue with users, combining NLU, dialogue management, and NLG components.

Cross-Entropy Loss

A loss function commonly used in classification and language modelling that measures the difference between predicted probability distributions and true labels.

Curriculum Learning

A training strategy where a model is exposed to easier examples first and gradually introduced to harder ones, mimicking how humans learn.

Jump to letter
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

214 terms across 26 letters

Browse AI Tools

Commonly Misunderstood AI Terms

These are the terms that come up in almost every AI conversation but are often used loosely or incorrectly. Worth knowing what they actually mean.

Large Language Model (LLM)

A type of AI trained on massive amounts of text to predict and generate language. Models like GPT-4, Claude, and Gemini are all LLMs. The "large" refers to the number of parameters - the internal settings the model learned during training.

Hallucination

When an AI generates information that sounds confident and plausible but is factually incorrect. It is not lying - the model genuinely does not know what it does not know. This is one of the most important limitations to understand when using AI-generated content.

Prompt Engineering

The practice of writing inputs to AI models in ways that produce better outputs. A well-structured prompt gives the model context, a clear task, constraints, and sometimes examples. It is less about magic words and more about being precise about what you want.

RAG (Retrieval-Augmented Generation)

A technique where an AI retrieves relevant documents or data before generating a response, rather than relying solely on what it learned during training. RAG is how tools like Perplexity AI give you up-to-date answers with citations.

Fine-Tuning

Taking a pre-trained model and training it further on a specific dataset to specialise its behaviour. A fine-tuned model for legal documents will behave differently from the same base model fine-tuned on medical records, even though they started from the same foundation.

Embeddings

A way of representing text, images, or other data as numbers in a high-dimensional space, so that similar things end up close together mathematically. Embeddings power semantic search, recommendation systems, and many RAG implementations.

Stay Updated with New AI Tools

Get a weekly digest of the most interesting new AI tools straight to your inbox.

No spam. Unsubscribe any time.

We use cookies to improve your experience on AIOneFrame. Essential cookies are always active. By clicking "Accept All", you also agree to analytics and marketing cookies. Learn more