Business terms
Affiliate marketing is earning commission by promoting third-party products or services, with compensation typically tied to sales, clicks, or conversions. In the AI tools ecosystem, this model creates financial incentives that can influence product recommendations and editorial objectivity. AI tool review platforms frequently rely on affiliate revenue from major AI vendors and SaaS suites, making disclosure of these relationships essential for reader trust. See also: SEO, GEO, SaaS
Agent systems
Agentic AI is an autonomous artificial intelligence system that accomplishes specific goals by reasoning, planning, and executing multi-step actions across tools and systems without continuous human intervention. This capability enables AI to operate proactively in complex, dynamic environments rather than simply responding to prompts or generating content. Claude Opus 4.8 with Computer Use, Gemini 3.1 Pro agents, and GPT-5.5-class OpenAI agents demonstrate agentic capabilities by autonomously breaking down tasks, making contextual decisions, and coordinating across multiple specialized agents to reach defined outcomes. See also: Multi-agent, Workflow Automation, Large Language Model, Autonomous Agent
Model terms
AGI (Artificial General Intelligence) refers to a hypothetical AI that matches or exceeds human ability across essentially any cognitive task, rather than excelling at narrow ones. There is no agreed definition or test, and timelines are heavily debated. Today's frontier models are powerful but remain narrow and fallible relative to this bar. See also: Frontier Model, Foundation Model, AI Alignment
Agent systems
An AI agent is a system that uses a model to plan and take actions toward a goal, calling tools, reading the results, and iterating with limited human input. Agents range from simple tool-using assistants to autonomous multi-step workers. Reliability depends on tool design, permissions, and guardrails against errors and prompt injection. See also: Agentic AI, Multi-agent, Function Calling
Model terms
AI alignment is the field focused on making AI systems pursue their operators' and society's intended goals and values rather than unintended ones. It spans training techniques, evaluation, and oversight, and grows more important as models become more capable and autonomous. RLHF and Constitutional AI are practical alignment methods. See also: RLHF, Hallucination, Reasoning Models
Model terms
AI bias is systematic unfairness in a model's outputs that reflects skew in its training data, objectives, or design, which can disadvantage particular groups. It matters most in high-stakes uses like hiring, lending, and healthcare. Mitigation spans data curation, evaluation, and human oversight. See also: Synthetic Data, Hallucination, AI Alignment
Model terms
An AI copilot is an assistant embedded inside an application that helps with tasks in context, suggesting, drafting, or acting while the human stays in control. The term spans coding, writing, and productivity tools. It contrasts with fully autonomous agents by keeping a human in the loop. See also: Code Completion, Coding Agent, AI Agent
Model terms
AI orchestration is the coordination of multiple models, tools, and steps into a single reliable workflow, deciding what runs when, passing data between stages, and handling errors. It is what turns individual model calls into a dependable product. Agent frameworks and workflow tools both provide orchestration. See also: AI Agent, Multi-agent, Workflow Automation
Build terms
An API (Application Programming Interface) is a set of rules and protocols that enables software applications to communicate, exchange data, and access features from other systems. APIs enable developers to integrate AI services into apps and workflows by sending programmatic requests for responses. The OpenAI API processes prompts to GPT-5.5-class models; the Claude API handles queries to Claude Opus 4.8. See also: SDK, Tokens, Workflow Automation
Model terms
An app builder is an AI tool that turns a plain-language description into a working, often deployable application, handling UI, logic, and sometimes a database and hosting. It targets non-developers and rapid prototyping. Output usually still needs review before it becomes production software. See also: Vibe Coding, No-code/Low-code, Coding Agent
Business terms
Annual Recurring Revenue (ARR) is the normalized annual value of predictable subscription revenue from contracts, excluding one-time fees and overages. ARR gauges financial health and growth potential for SaaS companies, including AI tools, enabling accurate forecasting and investor evaluation. For example, ChatGPT reportedly reached $4B ARR by 2026. See also: SaaS, MRR
Model terms
The attention mechanism lets a model weigh how much each token should influence every other token when producing output, so it can focus on the most relevant parts of the input. Self-attention is the core operation inside a Transformer, and it is what allows long-range context to shape each prediction. Larger context windows depend on making attention efficient. See also: Transformer, Context Window, Tokens