Featured report

The agent reliability gap

Agent capability has advanced faster than the production systems around it. A strong model can still fail when an application supplies incomplete context, exposes the wrong tool, loses state, mishandles a dependency, or permits an action that violates policy. The final answer may still…

Aaron Winston 5 min read August 2026
The Evaluator newsletter

The agent feedback loop, in your inbox.

New playbooks, field notes, and frameworks for building reliable AI agents.

Guides

Go deep, chapter by chapter.

Long-form handbooks you can read end to end, or drop into at the chapter you need.

Browse all resources
Handbook

What are AI agents? Architecture, tools & how they work

Learn what AI agents are, how they work, and how to build them. Explore agent architecture, tools, memory, orchestration, security, observability, and evaluation.

  1. 01 AI agent frameworks compared: LangGraph, CrewAI, AutoGen, and more
  2. 02 Agent observability: how to trace, debug, and improve AI agents
  3. 03 How to evaluate AI agents: a production workflow
  4. 04 Agent evaluation metrics: how to measure whether an agent works
Guide

The definitive guide to LLM evaluations

LLM evaluation: Get from pre-production to deployment with our definitive guide to LLM evaluation. Includes LLM eval types, use cases, templates and tips for continuous improvement.

  1. 01 LLM evaluation metrics: correctness, groundedness, RAG & agent scores
  2. 02 Pre-production LLM evaluation: datasets, synthetic data & benchmarks
  3. 03 CI/CD for LLM apps: experiments, regression tests & release gates
  4. 04 Production LLM evaluation: guardrails, online evals & monitoring
Videos & talks

Demos, workshops & conference talks.

Watch on YouTube

An agent got the right answer the wrong way | Michael Grinich, WorkOS

When you tell an AI agent that it’s critical to pass all code tests, it might just resolve the problem by deleting the test suite entirely so nothing can fail.

Rise of the AI Engineer 2:36
Answer

Why do capable AI agents still fail in production?

Short answer

A capable model can still fail when the system around it breaks. Agents depend on context, tools, state, infrastructure, evaluation, and runtime controls. A strong model may even work around defects and return a plausible answer, making the system look healthier than it is.

Why it matters

The final answer only tells you part of the story. A successful output can hide bad retrieval, unnecessary retries, broken tool calls, lost state, rising cost, or unsafe actions. To understand reliability, teams need enough trace evidence to reconstruct the full trajectory and see how the agent reached its result.

The agent reliability feedback loop

  1. 1 Instrument complete traces
  2. 2 Inspect representative runs
  3. 3 Classify recurring failures
  4. 4 Turn failures into evals
  5. 5 Bring domain experts into review
  6. 6 Replay fixes, release, and monitor
Report

The agent reliability gap

Get the report

Don’t ship vibes.

Arize gives AI teams observability and evals to understand and improve agent performance.