- What: EVA (Evaluating Voice Agents), an end-to-end, multi-turn evaluation framework.
- Who: Developed by ServiceNow-AI and released via Hugging Face.
- Key Metrics: EVA-A (Accuracy) and EVA-X (Experience).
- Major Finding: A "consistent tradeoff" exists where models excelling at task completion often provide poor conversational experiences.
- Resources: Initial dataset of 50 airline scenarios and benchmarks for 20 AI systems.
ServiceNow-AI and Hugging Face have launched EVA, the first evaluation framework designed to simultaneously measure both the task accuracy and conversational quality of voice AI agents. Released on March 24, 2026, the framework utilizes a realistic bot-to-bot architecture to simulate complex, multi-turn spoken interactions, filling a critical gap in how the industry measures the "human-readiness" of AI.
The initial benchmark of 20 leading systems—including speech-to-speech (S2S) models and Large Audio Language Models (LALMs)—revealed a startling "Accuracy-Experience" tradeoff. According to the research team, agents that perform well on technical task completion tend to deliver significantly worse user experiences, while those prioritized for natural conversation often struggle with factual reliability.
Solving the "Broken" Voice Evaluation Landscape
Until now, evaluating voice agents has been a fragmented process. Existing tools like AudioBench and VoxEval typically focus on isolated components, such as Speech-to-Text (STT) transcription or acoustic cues, but fail to account for the pressures of a live conversation. Other frameworks, such as EmergentTTS-Eval, assess how "natural" a voice sounds but ignore whether the agent actually solves the user's problem.
"Mishearing a confirmation code renders perfect LLM reasoning meaningless," the ServiceNow-AI team noted in their announcement. They argue that a "wall of options" spoken by a bot can overwhelm a caller who cannot skim the text, and high latency can cause a system to pass accuracy checks while remaining practically unusable.
EVA solves this by treating voice agent quality as an integrated whole. The framework evaluates not just if a task was finished, but whether the agent communicated concisely, handled interruptions gracefully, and recovered from the inevitable transcription errors that occur in real-world environments.
The EVA Architecture: Bot-to-Bot Testing
At the heart of EVA is a sophisticated bot-to-bot audio architecture. The system simulates live interactions using five core components, led by a User Simulator. This simulator is a conversational AI configured with specific goals and personas, interacting with the target agent over live audio using high-quality Text-to-Speech (TTS) models.
By using this audio-first approach, EVA can surface failures that text-only evaluations miss, such as:
- Latency disruption: Delayed responses that cause users to repeat themselves or hang up.
- Interruption handling: Whether the agent cuts off the user during natural pauses.
- Transcription recovery: How the agent responds when it mishears a specific detail like a name or flight number.
The framework produces two primary scores: EVA-A (Accuracy), which measures task success and adherence to policies, and EVA-X (Experience), which measures the "flow" and naturalness of the interaction.
Benchmarking the Giants: 20 Models Tested
ServiceNow released EVA alongside a specialized airline dataset containing 50 scenarios. These scenarios cover high-stakes interactions including flight rebooking, cancellation handling, and voucher distribution.
The researchers tested 20 different systems, ranging from traditional "cascade" systems (STT + LLM + TTS) to modern audio-native models. The findings suggest that while audio-native models often provide a smoother conversational flow, they can sometimes lack the rigorous instruction-following capabilities found in more mature cascade architectures. This creates a dilemma for developers: do you build an agent that is hyper-accurate but robotic and slow, or one that is charismatic but occasionally fails to book the ticket?
Impact: Why This Changes the Voice AI Industry
For developers and enterprises, EVA provides a reality check for the "voice-first" revolution. This framework means the industry can finally move beyond "vibes-based" testing toward deterministic, verifiable metrics.
"This changes how developers will prioritize model selection; for the first time, we can quantify the 'Experience Tax' paid when choosing higher accuracy."
For the broader industry, EVA signals a shift toward "agentic" evaluation. As companies like ServiceNow integrate voice agents into customer service workflows, the ability to prove that an agent can handle a multi-turn flight cancellation without frustrating the user is worth millions in operational efficiency.
What’s Next for EVA
The airline dataset is only the beginning. ServiceNow-AI has announced that this is the first in a planned series of domain-specific releases. Future datasets are expected to cover other high-touch industries such as retail, healthcare, and IT support.
The full framework, including code, judge prompts, and the benchmark dataset, is currently available on GitHub and Hugging Face. As more developers contribute to the open-source framework, EVA is poised to become the industry standard for certifying that a voice agent is ready for production.

