Home / Platform / Evals

Voice agent evals

Latency, tool-call accuracy and time to first response, measured in the same run as personality, patience and how it handles an emergency.

What gets scored

An eval run takes a set of conversations, replays them against your agent, and grades the result on every dimension you care about at once. The technical half is the part most teams already log:

The half that usually goes unmeasured is the one callers actually notice:

Graded on long-form conversation, not single turns

Most evaluation tooling scores one prompt and one completion. Voice calls are neither. A failure at turn twelve is usually caused by something the agent did at turn three, and a rubric that never sees the whole call cannot attribute it. Prologue grades the conversation end to end, so the score points at the turn that caused the problem.

Judges you can check

An LLM judge that nobody has validated is a number, not a measurement. Rubrics are built from your own transcripts, checked against human labels on a held-out set, and reported with their agreement rate, so you know how much to trust a score before you gate a release on it.

Where evals fit

Run them by hand while iterating on a prompt, then wire the same suites into your pipeline with CI/CD testing for web and mobile so they run on every deploy. Failure modes you find here become personas and custom tests that keep them from coming back.

Want your rubric built against your own transcripts?

Work with us