AI & ML Tech Glossary
Clear definitions of 500+ AI, ML, and systems terms, built for professionals.
A
AI Red Teaming
HotAI red teaming is adversarial testing of AI systems, especially LLM apps, to uncover safety and security failures like jailbreaks, data leakage, harmful outputs, and...
Agentic Workflow
FeaturedAn agentic workflow is a repeatable sequence of planning, tool calls, evaluation, and iteration that an AI agent follows to complete a goal. It makes...
Agent Swarm
FeaturedAn agent swarm is a multi-agent system where several AI agents collaborate in parallel—using role specialization, coordination, and cross-checking—to plan and execute complex tasks more...
Agent Runtime
An agent runtime is the execution layer that runs an AI agent’s loop, manages state and memory, integrates tools, and enforces policies, logging, and guardrails...
Agent Memory
FeaturedAgent memory is the short- and long-term storage an AI agent uses to retain user preferences, past actions, and task context across steps or sessions,...
Agent Sandbox
HotAn agent sandbox is a controlled, isolated environment that limits an AI agent’s permissions and tool access (files, network, APIs) to reduce risk, enable safe...
AI Agent Orchestration
HotAI agent orchestration is the control layer that coordinates agents, tools, and multi-step execution—handling planning, routing, state, retries, and guardrails so agent workflows run reliably...
Agentic RAG
HotAgentic RAG is a retrieval-augmented generation approach where an AI agent iteratively plans and executes multiple retrieval and tool steps—rewriting queries, searching sources, filtering, and...