Reference

AI Glossary

Plain-language definitions of AI terms — written for builders and operators who need to act on what they read.

60 terms defined

A

AffiliateBusiness & Income

A person or company that earns a commission by referring paying customers to another business, typically through a tracked link.

passive incomedigital productmrr
Full definition
Agent OrchestrationWorkflows & Patterns

Coordinating multiple AI models, tools, or agents to work together on a complex goal.

agentictool use
Full definition
Agentic AIWorkflows & Patterns

An AI system that can break down goals into steps, use tools, and iterate until a goal is achieved.

tool useorchestration
Full definition
AI AgentAI Tools & Products

A software program that uses an AI model to take autonomous actions — browsing the web, writing files, calling APIs — to complete a goal without step-by-step human instructions.

agenticmulti agentorchestrationtool usechatbot
Full definition
AlignmentTraining

Making an AI's goals and behavior consistent with human values and intentions.

rlhffine tuning
Full definition
APIAutomation & No-Code

Application Programming Interface — a defined way for one software application to request data or actions from another, enabling tools to communicate without a human in the loop.

webhookautomationtokeninferenceno code
Full definition
ArtifactsCore Concepts

Standalone outputs Claude generates in a side panel — code, HTML apps, React components, SVGs, or documents — that can be shared, iterated on, or embedded.

tool useagentic
Full definition
Attention MechanismModel Architecture

A neural network technique that lets models weigh which input tokens are most relevant for each output.

transformertoken
Full definition
AutomationAutomation & No-Code

Using software to perform tasks without human intervention — triggered by an event, running on a schedule, or responding to conditions.

triggerwebhookintegrationapino code
Full definition

B

BenchmarkOutputs & Evaluation

A standardized test measuring how well an AI model performs on specific tasks.

Full definition

C

Chain-of-Thought PromptingWorkflows & Patterns

A prompting technique that asks an AI to explain its reasoning step-by-step before giving a final answer.

promptfew shot
Full definition
ChatbotAI Tools & Products

A software program designed to simulate conversation with a user, responding to text inputs with pre-defined or AI-generated replies.

ai agentllmprompt
Full definition
ChurnBusiness & Income

The rate at which customers cancel their subscriptions or stop paying — the primary measure of retention health for any recurring-revenue business.

mrrsaasretainer
Full definition
Computer UseWorkflows & Patterns

An AI capability that lets the model control a computer — moving the cursor, clicking buttons, typing, and reading the screen — to complete tasks autonomously.

agentictool use
Full definition
Context WindowCore Concepts

The maximum amount of text (in tokens) an AI model can process in a single conversation.

tokeninferencerag
Full definition

D

Digital ProductBusiness & Income

A product delivered digitally — such as an ebook, template, course, or software download — with zero inventory cost and near-zero cost of distribution.

passive incomeaffiliatemrrsaas
Full definition

E

EmbeddingModel Architecture

A numerical representation of text (or other data) that captures meaning, enabling semantic search and comparison.

vector databaseragtransformer
Full definition

F

Teaching a model to perform a task by providing a small number of examples (usually 2–10) in the prompt.

zero shotfine tuningprompt
Full definition
Fine-TuningTraining

The process of updating a pre-trained model with task-specific or domain-specific data to improve performance.

pre trainingrlhf
Full definition

G

GPUAI Tools & Products

Graphics Processing Unit — a chip originally built for rendering graphics, now the primary hardware for training and running AI models due to its ability to perform thousands of calculations simultaneously.

inferencellmopen sourceparameters
Full definition
GroundingCore Concepts

Anchoring an AI's responses to factual data to reduce hallucination.

hallucinationrag
Full definition

H

HallucinationCore Concepts

When an AI generates false, made-up, or nonsensical information with confidence.

groundingragsafety filter
Full definition

I

InferenceCore Concepts

The process of a trained model generating a response to an input. When you chat with ChatGPT, that's inference.

tokentemperaturelatency
Full definition
IntegrationAutomation & No-Code

A connection between two software tools that allows them to share data and trigger actions in each other automatically.

apiwebhookautomationno codetrigger
Full definition

L

Large Language Model (LLM)Model Architecture

A neural network trained on massive amounts of text to predict and generate human language.

transformerpre trainingrlhf
Full definition
LatencyOutputs & Evaluation

The time it takes for an AI model to generate a response from when you send a prompt.

throughputinference
Full definition

M

MCPWorkflows & Patterns

Model Context Protocol — an open standard that lets AI models connect to external tools, data sources, and services through a unified interface.

tool useagenticorchestration
Full definition
MRRBusiness & Income

Monthly Recurring Revenue — the predictable income a business earns every month from active subscriptions or retainer contracts.

saaschurnretainerpassive income
Full definition
Multi-Agent SystemWorkflows & Patterns

An architecture where multiple AI agents work in parallel or in sequence, each handling a specialised subtask, coordinated by an orchestrator.

agenticorchestrationtool use
Full definition
MultimodalModel Architecture

An AI model that can process and understand multiple types of input—text, images, video, audio.

embeddingtransformerllm
Full definition

N

Neural NetworkModel Architecture

A computational system loosely modelled on biological neurons, consisting of layers of mathematical functions that learn patterns from data.

transformerllmpre training
Full definition
No-CodeAutomation & No-Code

Software tools that let non-programmers build apps, automations, and workflows using visual interfaces instead of writing code.

automationintegrationapiwebhook
Full definition

O

Open SourceAI Tools & Products

Software or AI models whose underlying code or weights are publicly available for anyone to inspect, modify, and use.

llmfine tuninginferencegpu
Full definition
OperatorCore Concepts

Anthropic's term for a company or developer that builds a product or service on top of Claude via the API, as distinct from the end user.

system promptagenticsafety filter
Full definition

P

ParametersModel Architecture

The learnable numerical weights inside a neural network — often cited as billions ("7B", "70B") as a rough proxy for model size and capability.

llmtransformerpre training
Full definition
Passive IncomeBusiness & Income

Income that continues to arrive without ongoing active work — generated by assets, products, or systems set up previously.

digital productaffiliatemrrsaasretainer
Full definition
Pre-TrainingTraining

The initial large-scale training phase where a model learns language patterns from massive text datasets.

fine tuningllmrlhf
Full definition
PromptCore Concepts

The text instruction you send to an AI model asking it to do something.

system promptchain of thoughtfew shot
Full definition
Prompt CachingCore Concepts

A technique that stores repeated sections of a prompt server-side so they do not need to be reprocessed on every API call, reducing latency and cost.

tokeninferencecontext window
Full definition
Prompt EngineeringAI Tools & Products

The practice of crafting and refining the inputs you give an AI model to get more accurate, useful, or consistent outputs.

promptsystem promptfew shotchain of thoughtfine tuning
Full definition

R

A technique that combines document retrieval with AI generation to ground responses in factual data.

groundingembeddingvector database
Full definition
RetainerBusiness & Income

A recurring payment arrangement where a client pays a fixed monthly fee for ongoing access to a service or a defined scope of work.

mrrsaaspassive incomeautomation
Full definition

A training technique where human reviewers rate AI outputs, and the model learns to generate outputs that score high.

fine tuningalignmentpre training
Full definition

S

SaaSBusiness & Income

Software as a Service — software delivered over the internet on a subscription basis, where the provider hosts and maintains the product.

mrrchurndigital productapiretainer
Full definition
Safety Filter / Content FilterOutputs & Evaluation

A layer that blocks or modifies AI outputs that violate safety policies (hate speech, explicit content, etc.).

alignmenthallucination
Full definition
SkillsWorkflows & Patterns

Reusable workflow modules that give Claude a defined set of instructions, scripts, and assets for a specific task.

agentictool useorchestration
Full definition
Structured OutputWorkflows & Patterns

A mode where the model is constrained to return responses in a specific format — typically JSON — that matches a defined schema.

tool usepromptsystem prompt
Full definition
System PromptWorkflows & Patterns

A special instruction given to an AI model that defines its behavior and personality for all subsequent user interactions.

promptalignment
Full definition

T

TemperatureCore Concepts

A parameter that controls how random or deterministic an AI's responses are (0 = deterministic, 1+ = very random).

top pinference
Full definition
Text-to-ImageAI Tools & Products

AI generation of images from a text description, where the model interprets the prompt and synthesises a visual output.

inferenceopen sourceparameters
Full definition
Throughput / Tokens per SecondOutputs & Evaluation

The speed at which a model generates output tokens, measured in tokens per second.

latencyinference
Full definition
TokenCore Concepts

The smallest unit of text an AI processes—usually a word fragment, character, or subword.

context windowinference
Full definition
Tool Use / Function CallingWorkflows & Patterns

Enabling an AI to call external functions or APIs to perform tasks beyond text generation.

agenticorchestration
Full definition

A sampling method that limits token choices to the smallest set of high-probability options.

temperatureinference
Full definition
TransformerModel Architecture

The neural network architecture that powers modern large language models.

attention mechanismllmembedding
Full definition
TriggerAutomation & No-Code

The event that starts an automation workflow — such as a form submission, a new email, or a file upload.

automationwebhookintegrationapi
Full definition

V

Vector DatabaseModel Architecture

A specialized database optimized for storing and searching embeddings by similarity.

embeddingrag
Full definition
Voice SynthesisAI Tools & Products

AI generation of human-sounding speech from text, producing audio that closely resembles a real human voice.

inferenceai agent
Full definition

W

WebhookAutomation & No-Code

A way for one application to automatically notify another when something happens, by sending an HTTP request to a URL you specify.

apiautomationtriggerintegration
Full definition

Z

Asking a model to perform a task without providing examples—just an instruction.

few shotpromptin context
Full definition