MB / GLOSSARY
AI glossary
Learn essential AI terms and concepts in plain language, including how they apply to real tools.
15 articles
What Is Temperature in AI Models? A Plain-Language ExplanationTemperature is a setting that controls how random an AI model's text output is. Turn it down and the model mostly picks the highest-probability…
What Is an Embedding? A Plain-Language ExplanationAn embedding turns a piece of text, an image, or a sound into a list of numbers (a vector), arranged so that things with…
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…