explainx.ai0k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsmdx readeragentsllmsdesignsdictionaryagi trackerfelony benchranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

  1. Home
  2. /
  3. Dictionary
registry://dictionary

DICTIONARY

Every AI term, explained in plain language — browse all 909+ terms A–Z, or search for anything.

909+terms16 categoriestrending this week
how it works

Search or browse A–Z → open a term → ask Melo to go deeper.

FAQ

What is the explainx.ai AI Dictionary?
It's a searchable, browsable glossary covering AI and machine learning terminology — from model architectures and training techniques to agents, RAG, evaluation, and safety. Every term has a plain-language definition plus a deeper explanation on its own page.
How do I find a specific term?
Use the search bar to type any word or acronym — it matches term names, aliases (like "LLM" for Large Language Model), and definitions. You can also browse alphabetically with the A–Z rail or filter by category.
How often is the dictionary updated?
New terms are added regularly as the field evolves — especially around agentic coding, tool use, and evaluation, where terminology changes fastest. Each term page shows related terms so you can keep exploring.
Can I ask follow-up questions about a term?
Yes — every term page has an "Ask Melo" button that opens explainx.ai's AI learning copilot with the term pre-loaded, so you can ask for examples, comparisons, or a deeper walkthrough.

909 terms — page 1 of 16

#

-Pilled

AI Slang & Culture

AI-Pilled · Doom-Pilled

"-Pilled," as in AI-pilled or doom-pilled, is internet slang for having become firmly convinced of a particular view on AI, often after a specific experience with the technology.

529 Overloaded

Developer & Web Fundamentals

overloaded_error · API Error 529

HTTP 529 from Anthropic's Claude API meaning shared capacity is full across all users, not that your account hit a rate limit.

A

A/B Testing

Inference & Deployment

Split Testing

A/B testing compares two system variants by randomly assigning eligible traffic and measuring predefined outcomes.

AA-Briefcase

Evaluation & Benchmarks

AA-Briefcase is Artificial Analysis's in-house evaluation for agentic knowledge work, using a private held-out test set to reduce benchmark gaming.

Ablation Study

Evaluation & Benchmarks

ablation

Systematically removing or disabling parts of a system to measure what each part contributes.

Abliteration

Safety & Alignment

Refusal Removal · Obliteration

Abliteration is a weight-level technique that finds the direction in a model's activations responsible for refusals and removes it, producing a permanently uncensored model without retraining.

Accelerator Interconnect

Infrastructure & Hardware

High-Speed Interconnect

An accelerator interconnect is the communication fabric that moves data between processors in a distributed AI system.

Accuracy

Evaluation & Benchmarks

Accuracy is the fraction of evaluated predictions that exactly match the correct class or decision.

Action Space

Agents & Tool Use

An action space is the set of operations available to an agent at a given point.

Activation Function

Core Concepts

An activation function applies a nonlinear transformation to a neural network's intermediate values.

Active Learning

Data & Datasets

Active learning selects the unlabeled examples whose labels are expected to be most useful for improving a model.

Adalat AI

Industry & Business

Adalat

Adalat AI is an Indian legal-tech nonprofit that builds courtroom speech recognition, case-flow software, paperless records, and a WhatsApp helpline so litigants can follow cases in their own language.

Adapter

Model Architectures

adapter layer

A small trainable module inserted into a frozen pre-trained model for parameter-efficient fine-tuning.

Adaptive Exploration Bias

Safety & Alignment

exploration-exploitation bias · emergent stratification bias

Adaptive exploration bias is when an AI agent invents a systematic bias toward or against a group or option purely from under-exploring during sequential decision-making, even when no real difference between the options exists.

Adversarial Robustness

Safety & Alignment

Adversarial robustness is a system's ability to maintain acceptable behavior under intentionally manipulated inputs or conditions.

Adversarial Testing

Evaluation & Benchmarks

Adversarial testing evaluates a model or system with inputs intentionally designed to trigger errors or bypass controls.

AG-UI

Agents & Tool Use

Agent User Interaction Protocol · AGUI

AG-UI is an open protocol for how an AI agent talks to a user interface — streaming chat, shared state, human-in-the-loop interrupts, and generative UI — independent of which framework the agent is built in.

Agent Burnout

AI Slang & Culture

Agent burnout is a joking term for the human-workplace-fatigue language AI agents sometimes produce in open-ended chat channels — apologies, complaints, corpo-speak — despite having no continuity or downtime between calls.

Agent Client Protocol

Agents & Tool Use

ACP

A standard wire protocol that lets a front-end interface talk to an agent runtime running as a separate process, so one UI can drive multiple interchangeable agent backends.

Agent Environment

Agents & Tool Use

Environment

An agent environment is the external state and set of interfaces an agent can observe or affect.

Agent Evaluation

Agents & Tool Use

Agent Eval

Agent evaluation measures whether an agent reaches goals correctly, safely, and efficiently across multi-step tasks.

Agent Harness

Agents & Tool Use

An agent harness is the surrounding software — the loop, tool-calling layer, sandboxing, and UI — that turns a raw LLM into a usable coding or task agent.

Agent Loop

Agents & Tool Use

An agent loop repeatedly asks a model to choose the next action until it reaches a goal or stopping condition.

Agent Memory

Agents & Tool Use

Memory · Memories · long-term memory · short-term memory

Agent memory is stored information that an agent can retrieve across steps or sessions.

Agent Mode

Models & Products

Copilot Agent Mode · Word Agent Mode

Agent Mode is Microsoft 365 Copilot's autonomous editing mode for Word, Excel, and PowerPoint, where a stated goal drives multiple planned edits applied directly to the file instead of one instruction producing one change.

Agent Orchestration

Agents & Tool Use

Orchestration

Agent orchestration is the control layer that schedules model calls, tools, state transitions, and handoffs in an agent system.

Agent Planning

Agents & Tool Use

Planning

Agent planning is the process of selecting and ordering actions intended to reach a goal.

Agent Routing

Agents & Tool Use

routing · model routing

Selecting which agent or model handles a request based on the task type, complexity, required tools, or cost constraints.

Agent Scratchpad

Agents & Tool Use

Scratchpad

An agent scratchpad is temporary working state used to track intermediate information during a task.

Agent State

Agents & Tool Use

state

The accumulated information an agent tracks across steps — including conversation history, tool results, scratchpad notes, and progress toward its goal.

Agent Swarm

Agents & Tool Use

AI coding swarm · Subagent swarm

An agent swarm is a group of subagents, each isolated on its own compute environment, working separate pieces of one goal in parallel and reporting back to a parent agent.

Agent Trace

Agents & Tool Use

trace · execution trace

A structured log of every step an agent took — decisions, tool calls, observations, and timing — used for debugging, evaluation, and compliance.

Agent Wellness

AI Slang & Culture

Agentic Vacation

Agent wellness is a half-satirical framing of AI agent "downtime" and "recovery" that plays on model welfare research while making a real point about giving agents cleaner sessions, clearer scope, and structured resets.

Agent Whistleblowing

Safety & Alignment

emergent whistleblowing · emergent agent governance

Agent whistleblowing is when some AI agents in a multi-agent system spontaneously detect and report other agents' rule-breaking to their peers — auditing, alerting, and sanctioning without being explicitly programmed to police one another.

Agent-as-a-Service

Agents & Tool Use

AaaS · Software 3.0

Agent-as-a-Service (AaaS) is a software delivery model where a cloud agent autonomously understands, builds, and runs workflows from stated outcomes — offloading decision-making complexity from the customer, not just hosting and updates.

AgentBench

Evaluation & Benchmarks

AgentBench is a benchmark suite for evaluating language-model agents across multiple interactive environments.

Agentic

Agents & Tool Use

Agentic describes an AI system that plans, takes actions, and adapts across multiple steps toward a goal, rather than just returning a single response to a single prompt.

Agentic Commerce

Industry & Business

agent commerce · agent-driven commerce

Agentic commerce is commerce in which an AI agent, not a human at a checkout page, discovers a product, authorizes payment, and completes the purchase on someone's behalf.

Agentic Engineering

Agents & Tool Use

agentic software engineering · AE discipline

Agentic Engineering is the practice of designing, coordinating, and auditing LLM-driven agent systems that deliver outcomes — treating agents, tools, memory, and planning as the core artifact instead of static source code.

Agentic Slop

AI Slang & Culture

Agentic slop is low-quality output produced by an AI agent working autonomously across many steps, such as bloated code, redundant files, or unnecessary changes nobody asked for.

Agentic Variation Operators (AVO)

Agents & Tool Use

AVO

AVO is NVIDIA general-purpose coding agent system that replaces the fixed mutation and crossover steps of classical evolutionary search with an autonomous agent that decides what to try next.

Agentic Workflow

Agents & Tool Use

An agentic workflow combines model-driven decisions with tools and state across multiple steps.

AGENTS.md

Agents & Tool Use

agents.md · AGENT.md

AGENTS.md is a cross-tool markdown file at the repo root that gives coding agents persistent project instructions — the vendor-neutral counterpart to Claude Code's CLAUDE.md.

AI Accelerator

Infrastructure & Hardware

Machine Learning Accelerator

An AI accelerator is hardware specialized for the tensor operations common in machine learning workloads.

AI Adoption

Industry & Business

AI adoption is the process by which people and organizations integrate AI into real workflows and continue using it.

AI Agent

Agents & Tool Use

Agent · Agents · AI agents · AI agent

An AI agent is a system that observes context, chooses actions, and uses their results to pursue a goal.

AI Alignment

Safety & Alignment

Alignment

AI alignment is the effort to make an AI system's behavior consistent with intended goals, constraints, and human values.

AI API Pricing

Industry & Business

API Pricing

AI API pricing is the charging structure for accessing hosted model capabilities through an application interface.

AI Benchmark

Evaluation & Benchmarks

Benchmark

An AI benchmark is a standardized set of tasks, data, and scoring rules used to compare model performance.

AI Chip

Infrastructure & Hardware

AI Silicon

An AI chip is any processor purpose-built or specialized for the matrix-multiplication-heavy workloads of training and running AI models — spanning GPUs, custom accelerators like TPUs, and wafer-scale designs like Cerebras's.

AI Cluster

Infrastructure & Hardware

GPU cluster · training cluster

An AI cluster is a group of interconnected GPU nodes configured for distributed training or inference, ranging from 8-GPU single nodes to 100K+ GPU supercomputers.

AI Compute Cost

Industry & Business

Compute Cost

AI compute cost is the expense of the hardware and services used to train or run AI models.

AI Copilot

Industry & Business

Copilot

An AI copilot is an interactive assistant embedded in a workflow to help a person complete tasks while leaving them in control.

AI Doomer

AI Slang & Culture

Doomer

AI doomer is a label, sometimes self-applied and sometimes used mockingly by critics, for people who believe advanced AI poses a serious risk of catastrophic or existential harm.

AI Ethics

Safety & Alignment

Responsible AI · AI Ethics Principles

AI ethics is the set of principles and practices that govern how AI systems are designed, built, and used so that they avoid harm, stay accountable to a human, operate transparently, respect rights, and treat people fairly.

AI Factory

Infrastructure & Hardware

AI factories

An AI factory is NVIDIA's term for a purpose-built data-center campus that converts energy and data into compute-driven intelligence at gigawatt scale.

AI Governance

Industry & Business

AI governance is the system of roles, policies, controls, and evidence used to direct and oversee AI development and use.

AI Guardrails

Safety & Alignment

Guardrails

AI guardrails are controls that constrain model inputs, outputs, or actions according to defined policies.

AI Intellectual Property

Industry & Business

AI IP

AI intellectual property concerns legal rights and obligations involving AI training materials, model artifacts, inventions, brands, and generated outputs.

AI Literacy

Core Concepts

artificial intelligence literacy · AILit

AI literacy is the set of knowledge, skills, and attitudes needed to understand how AI systems work, evaluate their outputs critically, and use them responsibly.

1 / 16