Artificial intelligence glossary
Clear definitions, concrete examples and use cases of essential AI terms: LLM, RAG, Agents, Prompt Engineering, Embeddings, Fine-tuning…
AI Agent
An AI agent is an autonomous software system that perceives its environment, reasons, and takes actions to achieve a goal — often using an LLM as its brain and tools (APIs, search, code) to act.
AI Automation
Using AI to automatically perform repetitive or cognitive tasks on behalf of a human.
AI Vision
The ability of an AI model to analyze, understand and generate images or videos.
AI Workflow
A structured sequence of steps where one or more AIs perform tasks inside a business process.
API
An interface that lets an application call a service's functions — including an AI model — via HTTP requests.
Artificial Intelligence (AI)
A field of computer science that builds systems able to perform tasks normally requiring human intelligence.
Autonomous Agent
An AI system that plans and executes a series of actions to reach a goal with little human input.
Chatbot
A conversational program that talks with users in natural language.
Computer Vision
The AI discipline that teaches machines to interpret the content of images and videos.
Context Window
The maximum number of tokens a model can consider at once across input and output.
Copilot
An AI assistant embedded in a tool to suggest, complete or execute actions alongside the user.
Dataset
A structured collection of data used to train, validate or evaluate an AI model.
Deep Learning
A subfield of machine learning using deep neural networks to learn complex representations.
Distillation
A process that trains a small "student" model to mimic a large "teacher" model, keeping quality at lower cost.
Machine Learning
A branch of AI where models learn patterns from data instead of following explicit rules.
MCP (Model Context Protocol)
An open protocol that standardizes how an AI model connects to external tools and data sources.
Multimodal
The ability of an AI model to understand and generate multiple modalities (text, image, audio, video) inside a single system.
Prompt
A natural-language instruction sent to a generative AI model to get a response.
Prompt Engineering
Prompt engineering is the discipline of designing, structuring, and refining the instructions given to an LLM to obtain reliable, accurate, and well-formatted answers.
RAG (Retrieval-Augmented Generation)
RAG is a technique that combines an LLM with a search engine over your own documents: the model retrieves the relevant information first, then generates an answer grounded in that information.
Reinforcement Learning
A learning method where an agent learns to act by trial and error, maximizing a reward.
Text-to-Speech
Technology that synthesizes a realistic voice from written text.
Token
A unit of text (often a word fragment) that a language model consumes and produces.
Transformer
A neural network architecture based on the attention mechanism, foundation of modern LLMs.
Turn theory into practice
Post a mission or join the community of top AI, Data and Machine Learning experts.