Evaluation & Safety
Adversarial Attacks
Adversarial attacks are deliberate attempts to make an AI system behave incorrectly or bypass its safeguards.
Read the guidePractical definitions for founders, operators, and enterprise teams building, buying, or governing AI. Written for decisions—not demos.
Explore the glossary
Every guide includes a clear definition, workplace example, practical checks, related concepts, FAQs, and sources.
Browse by topic
Evaluation & Safety
Adversarial attacks are deliberate attempts to make an AI system behave incorrectly or bypass its safeguards.
Read the guideAI at Work
Agent Compute Units, or ACUs, are a way to measure the computational work an AI agent performs.
Read the guideAI at Work
The agent economy describes a shift toward software agents performing, coordinating, and purchasing work on behalf of people and organizations.
Read the guideAgents & Automation
An agent harness is the surrounding system that gives an AI agent its tools, instructions, permissions, and evaluation loop.
Read the guideAgents & Automation
Agent memory is the information an AI agent can retain or retrieve to make later work more consistent and context-aware.
Read the guideAgents & Automation
An agent swarm is a coordinated group of specialized AI agents working on parts of the same objective.
Read the guideAgents & Automation
An agentic workflow is a process in which an AI agent plans and carries out multiple steps toward a goal, adapting as it encounters new information.
Read the guideAgents & Automation
An AI agent is software that can reason through a goal, use tools, and take steps toward completing work.
Read the guideAI at Work
An AI coworker is an AI system designed to contribute to a team’s ongoing work across the tools and context where that work happens.
Read the guideEvaluation & Safety
AI guardrails are rules and controls that keep an AI system within approved data, behavior, and decision boundaries.
Read the guideAI at Work
AI process mapping is the practice of documenting a workflow so a team can identify where AI can assist, automate, or require review.
Read the guideEvaluation & Safety
An API integration test verifies that a system can reliably exchange data or actions with another service through its interface.
Read the guideEvaluation & Safety
An audit trail is a chronological record of an AI system’s inputs, actions, outputs, approvals, and changes.
Read the guideAgents & Automation
Autonomous agents are AI systems that can make and carry out routine decisions within defined goals and boundaries.
Read the guideAI at Work
A company brain is a connected, governed layer of organizational knowledge that people and AI can use to understand how work gets done.
Read the guideAI at Work
A complexity threshold is the point where manual work or fixed-rule automation can no longer handle a process’s exceptions and variability well.
Read the guideModels
A context window is the amount of information a language model can consider at one time when producing a response.
Read the guideData & Retrieval
A data connector is a secure link that lets an AI system retrieve information from or take permitted actions in another tool.
Read the guideFoundations
Deep learning is a form of machine learning that uses multi-layer neural networks to learn patterns from data.
Read the guideEvaluation & Safety
Evals are structured tests that measure whether an AI system performs a task accurately, safely, and consistently.
Read the guideEvaluation & Safety
Explainability, or XAI, is the ability to understand and communicate why an AI system produced an output or recommendation.
Read the guideAI at Work
A feedback loop uses outcomes and corrections from prior work to improve a process over time.
Read the guideModels
Fine tuning adapts a pretrained model to a narrower task or style using additional examples.
Read the guideAI at Work
Free and open source software, or FOSS, is software whose source code can be inspected, used, modified, and shared under its license.
Read the guideEvaluation & Safety
A hallucination is information generated by an AI system that sounds credible but is incorrect, unsupported, or invented.
Read the guideEvaluation & Safety
Human-in-the-loop is a workflow design in which people review, guide, approve, or correct AI work at meaningful points.
Read the guideFoundations
Machine learning is a way of building software that learns patterns from data rather than following only hand-written rules.
Read the guideEvaluation & Safety
Model drift is a decline in an AI system’s usefulness when the real-world data, task, or behavior it encounters changes over time.
Read the guideAgents & Automation
Multi agent systems use multiple AI agents with distinct roles that coordinate toward a shared outcome.
Read the guideFoundations
Natural language processing, or NLP, is the field of building systems that work with human language.
Read the guideFoundations
A neural network is a machine-learning model made of connected layers that learn patterns from examples.
Read the guideAgents & Automation
A PEV loop is a repeating agent pattern of planning a task, executing actions, and verifying the result before continuing.
Read the guideFoundations
A prompt is the instruction, question, context, or input given to an AI model to guide what it produces.
Read the guideAgents & Automation
Prompt chaining breaks a complex request into a sequence of smaller AI prompts where each step informs the next.
Read the guideFoundations
Prompt engineering is the practice of designing instructions, context, and examples that guide an AI system toward a useful result.
Read the guideAgents & Automation
A reflection agent reviews its own intermediate result against a goal or criteria before deciding what to do next.
Read the guideData & Retrieval
Retrieval-augmented generation, or RAG, is a method where an AI system retrieves relevant information before generating a response or taking an action.
Read the guideAI at Work
Robotic process automation, or RPA, automates repeatable software actions using defined rules and steps.
Read the guideAI at Work
A self learning loop is a process that uses feedback and outcomes to improve future system behavior over time.
Read the guideData & Retrieval
Synthetic data is artificially generated data designed to resemble real-world data for testing, training, or analysis.
Read the guideAgents & Automation
Task decomposition is the act of breaking a complex objective into smaller steps that can be planned, completed, and checked.
Read the guideModels
Tokenization is the way an AI language model splits text into smaller units it can process.
Read the guideAgents & Automation
Tool calling is a capability that lets an AI system request a defined action from another piece of software, such as searching, creating a record, or sending a message.
Read the guideEvaluation & Safety
Traceability is the ability to connect an AI result or action back to its source data, instructions, tools, and approvals.
Read the guideModels
Training data is the collection of examples used to teach a machine-learning model patterns and relationships.
Read the guideModels
Transformer models are neural-network architectures that are especially effective at processing sequences such as language.
Read the guide