Vocabulary

AI-Native Glossary

42 definitions of the vocabulary we use when we scope, build, and run engagements. Written for operators, not researchers.

Delivery & operations

Architecture

Agentic AI

AI systems that can plan, take multi-step actions, and use tools to complete tasks autonomously.

AI-native PR stack

The instrumented tooling an AI-native PR team runs for media research, pitch drafting, monitoring, and measurement — with humans owning relationships and final messaging.

Autonomous agent

An AI agent that completes a defined task without per-step human input.

Chain of thought

Prompting the model to show intermediate reasoning steps before producing a final answer.

Embeddings

Numerical vectors that represent the meaning of a text, image, or other piece of content.

Function calling

Specific implementation of tool use where the model emits structured JSON calls to registered functions.

Hybrid search

Combination of keyword (BM25) and vector (embedding) retrieval, often re-ranked.

MCP (Model Context Protocol)

Open protocol for exposing tools, resources, and prompts to AI models in a standard way.

Multi-LLM architecture

Routing different tasks to different models based on cost, quality, latency, and capability tradeoffs.

RAG (Retrieval-Augmented Generation)

Generation grounded in retrieved source documents rather than the model's parametric memory alone.

ReAct

A reasoning pattern where the model alternates Thought → Action → Observation steps.

Semantic search

Search by meaning, not by keyword overlap.

Structured output

Constraining model output to a strict schema (JSON, regex, grammar) for reliable downstream parsing.

Tool use

An LLM's ability to call external functions, APIs, or services within a generation step.

Vector store

A database optimized for similarity search over embeddings.

Evaluation & quality

Governance & risk

Models & foundations