EN Submit a tool
MB / GLOSSARY

AI glossary

Learn essential AI terms and concepts in plain language, including how they apply to real tools.

15 articles
What Is a Prompt? A Plain-Language ExplanationA prompt is the input you give an AI model: the words you type into the chat box that tell it what to do.… What Is an AI Agent? A Plain-Language ExplanationAn AI agent is a program that breaks a goal into steps, decides what to do next, and calls tools to carry it out… What Is RAG (Retrieval-Augmented Generation)? A Plain-Language ExplanationRAG (Retrieval-Augmented Generation) is a method where a language model retrieves relevant material from an outside source before it answers, then writes its response… What Is Multimodal AI? A Plain-Language ExplanationMultimodal AI is a single model that can take in and work with more than one kind of data at once — text, images,… What Is Fine-tuning? A Plain-Language ExplanationFine-tuning means taking a model that has already been trained and training it a bit further on your own targeted examples, so it fits… What Is AI Hallucination? A Plain-Language ExplanationAI hallucination is when a language model produces fluent, confident text that is factually wrong or entirely invented. The term is worth knowing because… What Is a Token? A Plain-Language ExplanationA token is the smallest unit of text a language model works with: it might be a whole word, part of a word, or… What Is a Context Window? A Plain-Language ExplanationA context window is the total amount of text a model can hold in a single request, counted in tokens, with your input and… What Is a Large Language Model (LLM)? A Plain-Language ExplanationA large language model (LLM) is an AI model trained on huge amounts of text that generates language by predicting the next word. You… What Is Chain-of-Thought? A Plain-Language ExplanationChain-of-Thought is a prompting method that asks a model to write out its intermediate reasoning steps before it commits to a final answer. It…