AI & LLM Glossary

Every term you need,
explained clearly.

Key terms and concepts in prompt engineering, LLM operations, and AI application development — for developers and teams.

36
Terms
4
Categories
Free
Always
Prompt Engineering12 terms

Chain-of-Thought Prompting

A prompting technique that instructs the LLM to break down complex problems into intermediate reasoning steps before producing a final answer, significantly improving accuracy on multi-step tasks.

Prompt Engineering

Few-Shot Prompting

A prompting technique where one or more input-output examples are included in the prompt to demonstrate the desired behavior, format, or reasoning pattern for the LLM to follow.

Prompt Engineering

Prompt Blocks

Typed, independently editable sections that compose a structured prompt, where each block has a designated purpose such as role definition, context, instructions, guardrails, or output format.

Prompt Engineering

Prompt Chaining

A technique where multiple prompts are connected in sequence, with the output of one prompt serving as input to the next, enabling complex multi-step workflows that exceed the capability of a single prompt.

Prompt Engineering

Prompt Engineering

The discipline of designing, structuring, and iterating on instructions given to LLMs to elicit accurate, consistent, and useful outputs for specific use cases.

Prompt Engineering

Prompt Optimization

The iterative process of refining prompts to maximize output quality, consistency, and efficiency, typically through systematic testing, evaluation, and data-driven adjustments.

Prompt Engineering

Prompt Template

A reusable prompt structure containing variable placeholders (e.g., {{user_name}}, {{context}}) that are dynamically filled at runtime, enabling the same prompt to serve different inputs and scenarios.

Prompt Engineering

Structured Prompts

Prompts organized into typed, labeled sections or blocks — such as role, context, instructions, guardrails, and output format — rather than written as a single continuous block of text.

Prompt Engineering

System Prompt

A special instruction provided to an LLM at the beginning of a conversation that defines its behavior, personality, constraints, and output format for the entire session.

Prompt Engineering

Token Optimization

Techniques for reducing the number of tokens consumed by prompts and responses while maintaining output quality, directly lowering costs and improving response latency in LLM applications.

Prompt Engineering

Variable Interpolation

The process of replacing placeholder tokens (such as {{variable_name}}) in a prompt template with actual runtime values, enabling dynamic prompts that adapt to different users, contexts, and inputs.

Prompt Engineering

Zero-Shot Prompting

A prompting approach where the LLM is given only instructions and context without any input-output examples, relying entirely on the model's pre-trained knowledge to perform the task.

Prompt Engineering
LLM Ops14 terms

Draft/Published Workflow

A two-state prompt lifecycle where prompts exist as editable drafts during development and become immutable published versions when promoted to production, separating work-in-progress from production-ready content.

LLM Ops

Environment-Scoped Prompts

A deployment strategy where the same prompt identifier serves different versions depending on the requesting environment — development, staging, or production — enabling safe testing without affecting live users.

LLM Ops

LLM Evaluation

The systematic process of measuring the quality, accuracy, safety, and reliability of LLM outputs against defined criteria, using automated metrics, human review, or model-based judging.

LLM Ops

LLMOps

The set of practices, tools, and workflows for operationalizing large language model applications in production, covering prompt management, evaluation, monitoring, cost control, and reliability.

LLM Ops

Prompt A/B Testing

The practice of running two or more prompt variants simultaneously on live traffic to statistically determine which version produces better outcomes against defined metrics.

LLM Ops

Prompt Collaboration

The practice of multiple stakeholders — prompt engineers, product managers, domain experts, and developers — working together on prompt development through shared tooling, review workflows, and role-based access.

LLM Ops

Prompt Deployment

The process of promoting a tested and approved prompt version from a development or staging state to production, making it available to live applications through an API or delivery mechanism.

LLM Ops

Prompt Evaluation

The process of measuring prompt quality against defined criteria such as accuracy, relevance, safety, and format compliance, distinct from broader LLM evaluation by focusing specifically on how well the prompt elicits desired model behavior.

LLM Ops

Prompt Lifecycle

The complete set of stages a prompt goes through from initial authoring and iteration, through testing and review, to deployment in production, and ongoing monitoring and refinement.

LLM Ops

Prompt Management

The practice of organizing, versioning, testing, and deploying LLM prompts through a centralized platform rather than embedding them directly in application code.

LLM Ops

Prompt Registry

A centralized catalog of all prompts within an organization, providing a single source of truth for discovery, access control, and operational visibility across teams and applications.

LLM Ops

Prompt Rollback

The ability to revert a production prompt to a previously published version when issues are detected, providing a rapid recovery mechanism that does not require application code changes.

LLM Ops

Prompt Testing

The systematic validation of prompt behavior before deployment, using test cases, automated assertions, and evaluation criteria to catch regressions and verify that prompts meet quality standards.

LLM Ops

Prompt Versioning

The practice of maintaining a complete history of changes to LLM prompts, enabling teams to compare versions, roll back to previous states, and manage environment-specific deployments.

LLM Ops
Security4 terms
Architecture6 terms

Learn by building.

Turn theory into practice. Start managing structured prompts with PromptOT — free, no credit card.