ChanlChanl
Blog/Tags/evaluation

evaluation

Browse 24 articles tagged with “evaluation”.

Articles tagged “evaluation

24 articles

Two glowing documents sit in a dim interrogation room: a machine-printed receipt stamped with a red error seal beside a cheerful summary claiming success, while an examiner traces the mismatch with a pen light, in a Blade Runner-style warm-plum palette
Testing & Evaluation·15 min read

How to Test Agents That Call the Right Tool and Still Get It Wrong

Tool-use benchmarks check whether an agent picks the right tool. They miss agents that call correctly, then mishandle the result. Here's how to test for it.

Read More
A wood-paneled mission control room in amber light; an operator magnifies two punched instruction cards that both fit the same slot but one row of holes sits offset; gauges and a trembling docking sequence behind (Interstellar style, golden-amber palette)
Testing & Evaluation·15 min read

How to Test Tool Argument Correctness in AI Agents

The most common production agent bug isn't picking the wrong tool. It's picking the right tool and passing the wrong arguments. Here's how to catch it.

Read More
A circular diagram showing production conversation traces flowing into an evaluation dataset and back into a CI testing pipeline
Testing & Evaluation·11 min read

The trace-to-dataset loop: turning live conversations into eval cases

Your best eval cases are already in your production traces. Here's how to automatically curate the interesting ones into a test suite that gets better every week without manual effort.

Read More
A production monitoring dashboard showing incomplete agent trace coverage with gaps in tool call visibility
Testing & Evaluation·13 min read

Why most AI agents in production are flying blind

57% of organizations have AI agents in production. Only a third are satisfied with their observability. Here's what's wrong with single-call LLM logging and how to build a monitoring stack that actually works.

Read More
Code terminal showing eval output with passing and failing agent test cases side by side
Testing & Evaluation·16 min read

Build evals before you build the agent

Eval-Driven Development (EDD) means your grader ships before your prompt. Here's the complete methodology for building CX agents with evals as the first deliverable, not an afterthought.

Read More
Terminal showing agent test scenarios with injected network faults, rate limit errors, and partial API responses highlighted in red against a dark background
Testing & Evaluation·15 min read

Fault Injection Is the Missing Layer in Agent Testing

ReliabilityBench found rate limiting is the most damaging fault for AI agents in production -- more damaging than wrong answers. Here's how to inject chaos into your test suite before your users do.

Read More
Dashboard showing three-tier evaluation sampling metrics for production AI agents
Testing & Evaluation·14 min read

Eval sampling for production agents: the 100/10/1 playbook

Running LLM-as-judge on every production conversation costs more than the agent itself. Here's the three-tier sampling system -- 100% lightweight heuristics, 10% LLM judge, 1% human review -- that keeps quality high without multiplying your eval bill.

Read More
Quality control pipeline diagram showing automated scoring, SLO enforcement, and feedback loop for a production AI agent fleet
Operations·19 min read

A quality control plane for your production agent fleet

Quality drift in production AI agents is silent. Build a quality control plane that scores every conversation, enforces SLOs, gates deployments, and alerts on drift.

Read More
Dashboard showing conversation-level quality metrics across multiple turns, with a scoring breakdown for task completion, knowledge retention, and resolution rate
Testing & Evaluation·17 min read

Why your eval scores don't predict real conversation quality

Your agent passes 91% of your eval suite but customers keep escalating. The problem is almost always the same: you're measuring single-turn quality, and customers experience multi-turn conversations. Here's how to build evaluation that reflects what actually happens.

Read More
Branching Network Showing the Tool-Call Path an AI Agent Takes Across a Conversation
Testing & Evaluation·12 min read

How to Build a Trajectory Eval for Your AI Agent

Outcome evals check the final answer. Trajectory evals check the path: tools called, data touched, steps taken. Here's how to build one for a CX agent.

Read More
Circular diagram showing the five phases of the agent development lifecycle with arrows connecting each phase
Operations·14 min read

The Agent Development Lifecycle: Ship, Observe, Improve

Shipping an AI agent is easy. Keeping it reliable after launch is where most teams struggle. The ADLC gives you a structured approach: Intent, Build, Evaluate, Deploy, Observe -- and then do it again.

Read More
A flowchart showing an agent's step-by-step decision path with one step flagged as diverging from the expected trajectory
Testing & Evaluation·13 min read

Trajectory Eval: Catch Agent Bugs Output Scoring Misses

Final-output scoring misses 20-40% of agent regressions. Trajectory evaluation scores every step an agent takes -- tool calls, reasoning decisions, order of operations -- and catches the bugs that output-only evals can't see.

Read More
A dashboard showing rich telemetry data on one side and a blank trend chart on the other, representing observability without measurement
Testing & Evaluation·11 min read

Your Agent Has Observability. It Doesn't Have Measurement.

89% of AI teams added observability. 52% added evals. But only 31% can say whether their agent is getting better or worse. Here's the difference between watching your agent and actually measuring it.

Read More
Dashboard showing AI agent KPI tiles for task completion rate, escalation rate, cost per successful outcome, and CSAT delta
Testing & Evaluation·13 min read

AI Agent KPIs: What to Measure Before You Ship

Only 31% of teams have a measurement framework for their AI agents. Here's how to define task completion rate, escalation rate, cost per outcome, and CSAT delta before your first production interaction.

Read More
AI-generated illustration for agent eval no ground truth -- Soul (2020) style, Terra Cotta palette
Testing & Evaluation·14 min read

How to Eval Agents When There's No Right Answer

Most eval methods assume you know the correct response. CX agents rarely have one. Here's how to score agent quality with criteria-based rubrics and LLM-as-judge, no labeled ground truth required.

Read More
Watercolor Illustration of Two Scoreboards Side by Side, One for Coding Tasks, One for Customer Conversations, With the Customer Scoreboard Showing Much Lower Numbers
Testing & Evaluation·11 min read read

Stop Using SWE-Bench to Pick Your CX Model

SWE-Bench scores 85% or 23% depending on the harness, and neither measures customer experience. Why tau-bench, tau2-bench, and pass^k matter for CX agents.

Read More
Warm watercolor illustration of an engineer reviewing A/B test scorecards and conversation analytics at a rooftop workspace during golden hour
Testing & Evaluation·12 min read

Every Conversation Is an Experiment You Didn't Run

Your agent already ran the A/B test you're scoping. Here's how to read the results in your logs with propensity matching, synthetic control, and diff-in-diff.

Read More
Watercolor illustration of an observation tower overlooking two parallel worlds, Blade Runner 2049 style in sage and olive tones
Testing & Evaluation·8 min read

Is AI Better Than Your Humans? Score Both on One Rubric

Most teams can't say whether AI beats humans because they score them differently. One rubric, run on both, sliced by segment, gives you an honest answer.

Read More
Grid of test scenario cards with pass and fail indicators showing evaluation coverage distribution
Testing & Evaluation·13 min read

How Much Testing Is Enough for Your AI Agent?

Code coverage doesn't apply to AI agents. Here's a framework for thinking about evaluation coverage: how many scenarios you need, what distribution to target, and how to know when you've tested enough.

Read More
Control room with green monitoring screens, one cracked display unnoticed in the center, Minority Report style
Testing & Evaluation·14 min read read

Is monitoring your AI agent actually enough?

Research shows 83% of agent teams track capability metrics but only 30% evaluate real outcomes. Here's how to close the gap with multi-turn scenario testing.

Read More
Open-source AI agent testing engine with conversation simulation and scorecard evaluation
Testing & Evaluation·14 min read

We open-sourced our AI agent testing engine

chanl-eval is an open-source engine for stress-testing AI agents with simulated conversations, adaptive personas, and per-criteria scorecards. MIT licensed.

Read More
A filing cabinet with most drawers empty and papers scattered on the floor, watercolor illustration in muted blue tones
Knowledge & Memory·12 min read read

Your Agent Completed the Task. It Also Forgot 87% of What It Knew.

Task completion hides a silent failure: agents forget 87% of stored knowledge under complexity. New research reveals why standard evals miss this entirely.

Read More
Watercolor illustration of a split dashboard showing human reviewers on one side and automated scoring metrics on the other
Operations·15 min read read

74% of Production Agents Still Rely on Human Evaluation

A survey of 306 practitioners reveals most production agents are far simpler than expected. The eval gap isn't a tooling problem. It's a trust problem.

Read More
An Engineer Listens Back to a Voice Agent Call With Headphones On
Testing & Evaluation·9 min read

Voice AI Tests Pass in the Lab. They Fail on the Call.

Why happy-path test suites pass voice agents through QA that fall apart on the first real call, and the five testing habits that actually catch the failures.

Read More

El briefing de Signal

Un email por semana. Cómo los equipos líderes de CS, ingresos e IA están convirtiendo conversaciones en decisiones. Benchmarks, playbooks y lo que funciona en producción.

500+ líderes de CS e ingresos suscritos