Skip to main content
reopt Handbook
reopt Handbook
LLMOps and AgentOps in Production

Architecture and Release

Ch1. System ArchitectureCh2. Versioning and ReleaseCh3. Evaluation Framework

Operational Reliability

Ch4. Online GuardrailsCh5. Observability and SLOsCh6. Cost and Latency Optimization

Growth and Response

Ch7. Experiment OperationsCh8. Incident Management Runbook

Verification

Verification ReportVerification ArchiveUpdates
Handbook›LLMOps and AgentOps
한국어English

LLMOps and AgentOps in Production

A production operating system for turning experimental AI features into reliable services

Recently Updated Chapters

  • Ch3. Evaluation Framework2026-06-13

    Connect offline benchmarks with online operating signals

  • Ch7. Experiment Operations2026-06-13

    Repeat prompt, model, and workflow experiments quickly and safely

  • Ch8. Incident Management Runbook2026-06-13

    Operate a unified standard for quality regressions, cost spikes, and policy bypass incidents

  • Ch5. Observability and SLOs2026-06-13

    Collect model, tool, and policy execution as traceable signals and operate them through SLOs

  • Ch4. Online Guardrails2026-06-13

    Design real-time policy enforcement, blocking, fallback, and human approval loops

Making an AI feature work is not the same as making it operable.
In production, model quality must be managed alongside release control, SLOs, cost stability, and incident response.

This handbook treats LLMOps and AgentOps as one operating system rather than separate disciplines.

Core Goal

Build an operating foundation where quality, cost, and security remain stable even as teams repeatedly change models, prompts, tools, and agent workflows.

English Edition

This English edition was selected because AgentOps, MCP/A2A, trace-first evaluation, and AI cost governance are high-interest topics for international platform, SRE, and AI infrastructure teams.

May 2026 Update

  • A2A latest v1.0.0 and MCP 2025-11-25 security requirements: OAuth 2.1, audience binding, and token passthrough prohibition (Ch1)
  • Trace-first evaluation, agent workflow trace grading, and production trace to dataset/eval loops (Ch3, Ch5)
  • Human review, resumable approval state, hosted/private MCP trust boundaries, and Agentic Skills supply-chain security (Ch4)
  • OpenTelemetry GenAI Development status and OWASP AOS work-in-progress status clarified (Ch5)
  • GPT-5.5/GPT-5.4/GPT-5.4 mini, Claude 4.7/4.6/4.5, and DeepSeek V4 pricing baseline refreshed (Ch6)
  • Incident handling expanded for MCP/skill compromise, A2A webhook abuse, and automated recovery approval boundaries (Ch8)

Core Operating Formulas

Unit Cost per Task=∑i(Tokeni×Pricei)+Tool Cost+Infra Cost\text{Unit Cost per Task} = \sum_i(\text{Token}_i \times \text{Price}_i) + \text{Tool Cost} + \text{Infra Cost}Unit Cost per Task=i∑​(Tokeni​×Pricei​)+Tool Cost+Infra Cost Error Budget Burn Rate=Current Error RateAllowed Error Rate\text{Error Budget Burn Rate} = \frac{\text{Current Error Rate}}{\text{Allowed Error Rate}}Error Budget Burn Rate=Allowed Error RateCurrent Error Rate​

Operating Maturity Model

LevelStateCharacteristicsPromotion Criteria
L1 PrototypeDemo-drivenManual prompts and ad hoc operationsStandardized logs
L2 ControlledBasic operationsVersioning and release control introducedOffline evaluation system
L3 ReliableReliable operationsSLOs, guardrails, and fallback automationJoint cost/quality optimization
L4 AdaptiveSupervised adaptationDrift detection, policy tuning, automated recoveryChange evidence and approval logs retained

Go-Live Gates

GateExample Pass Criteria
Quality gateCore task success rate >= 95%
Safety gatePolicy violation rate <= 0.2%
Performance gatep95 latency within budget
Cost gateUnit cost within budget +5%

Operating Loop

Contents

Ch1. System Architecture

Separate the control plane, data plane, and agent runtime boundaries.

Ch2. Versioning and Release

Ship prompt, model, tool, and policy changes with release discipline.

Ch3. Evaluation Framework

Connect offline evaluation, online signals, and trace-derived regression tests.

Ch4. Online Guardrails

Enforce policy, blocking, fallback, and human approval loops.

Ch5. Observability and SLOs

Observe traces, tokens, latency, quality, policies, and approvals together.

Ch6. Cost and Latency

Manage unit-cost budgets and p95 latency budgets at the same time.

Ch7. Experiment Operations

Run prompt, model, and workflow experiments safely.

Ch8. Incident Management

Operate a unified runbook for quality regression, cost spikes, and policy bypass.

Appendix. Verification Report

Validate links, terminology, structure, and source baselines.

Appendix. Updates

Track changes and source evidence over time.

Related handbooks

Vercel Enterprise AI Platform

A platform handbook for designing enterprise AI products with AI SDK, AI Gateway, Workflow, Sandbox, and Queues.

B2B SaaS Sales and Customer Success

A GTM operating handbook for pipeline, onboarding, expansion, renewal, and ARR quality.

Agentic Documentation

A practical guide to documentation that AI agents can read, execute, verify, and govern.

Harness Engineering

A practical guide to harness design, evaluation, and operations based on OpenAI, Anthropic, Toss, gstack, revfactory, Agents SDK, and Managed Agents patterns

Ch1. System Architecture

Separate the control plane and data plane to improve both reliability and change velocity

On this page

Core Operating FormulasOperating Maturity ModelGo-Live GatesOperating LoopContents