AI Glossary
Your comprehensive guide to AI tools and education.
Showing 25 of 25
A
Agentic AI
Agentic AI describes AI systems designed to pursue goals through planning, tool use, decision making, memory, feedback, and sequences of actions with varying levels of autonomy.
AI Agent
Also known as: AI Agent System
An AI agent is a software system that uses an AI model to interpret goals, make decisions, use tools, perform actions, and potentially repeat steps in order to complete a task.
AI Automation
AI automation combines artificial intelligence with automated workflows so that systems can analyze information, generate outputs, classify data, make limited decisions, or trigger actions with reduced manual intervention.
AI Hallucination
Also known as: LLM Hallucination, Model Hallucination
An AI hallucination occurs when an AI system generates information that appears plausible but is unsupported, incorrect, fabricated, or inconsistent with reliable evidence.
AI Model
Also known as: Artificial Intelligence Model
An AI model is a computational system trained or configured to transform inputs into predictions, classifications, generated content, decisions, or other outputs.
API
Also known as: Application Programming Interface
An API, or Application Programming Interface, is a defined way for software systems to communicate and exchange requests, data, or functionality.
Artificial Intelligence (AI)
Also known as: AI, Artificial Intelligence
Artificial intelligence is the field of creating computer systems that can perform tasks associated with human intelligence, such as understanding language, recognizing patterns, making predictions, generating content, and supporting decisions.
C
E
F
Few-Shot Prompting
Few-shot prompting is a technique in which an AI model is given a small number of examples demonstrating the desired task or output pattern before processing a new input.
Fine-Tuning
Fine-tuning is the process of further training an existing AI model on additional task-specific or domain-specific data to modify its behavior or capabilities.
Foundation Model
A foundation model is a broadly trained AI model that can support many downstream tasks and can often be adapted through prompting, retrieval, fine-tuning, or additional tools.
G
I
L
M
Machine Learning
Also known as: ML
Machine learning is a branch of artificial intelligence in which computer systems learn patterns from data and use those patterns to make predictions, classifications, recommendations, or other outputs.
Multimodal AI
Multimodal AI refers to systems that can process, understand, or generate more than one type of information, such as text, images, audio, video, or structured data.
N
P
R
S
T
Token
A token is a unit of text or other input that an AI model processes, such as part of a word, a whole word, punctuation, or another encoded element.
Transformer
A transformer is a neural network architecture that processes relationships between elements in a sequence using attention mechanisms and forms the foundation of many modern language and multimodal AI models.