Use An AI Agent
If you use Coval Agent Skills, an AI agent can handle both the setup and the follow-up analysis. Use the run-accent-testing skill to create the accent personas, launch the runs, and create the saved multi-run report (grouped by Persona) for you via the reports API. After the report exists, use the analyze-accent-report skill to turn the report into recommended agent fixes. To have an AI agent run this workflow for you, paste this prompt into your coding agent or local LLM:1. Choose A Voice Agent
Pick one voice agent to test. For the cleanest comparison, keep the agent configuration fixed across all runs. For agents that emit traces, include trace-based speech-recognition and timing metrics such as STT Word Error Rate, time to first byte, or provider latency. If your agent is not sending traces yet, set up OpenTelemetry traces so Coval can measure speech recognition and agent-side timing alongside the recording. You can also have your coding agent help instrument traces using the Coval tracing skills.2. Create The Accent Personas
Select a neutral baseline plus one persona per accent. Each accent persona uses a distinct accent voice; every other setting mirrors the baseline so differences come from the accent, not behavior.
The accent personas are not built-in, so create them in your organization. In the Coval app, open Personas → New Persona and, for each accent, set the matching voice while keeping the same behavior prompt as your Standard Customer baseline. See Personas for the full list of voice and persona options. The run-accent-testing skill automates this: it reads your Standard Customer persona, then creates any missing accent personas with the same behavior and the correct accent voice.
Accent voices are locale-bound, so they do not all accept the same language code. Most accent voices reject
en-US, so use the base en for every accent persona rather than copying a regional code like en-US from your baseline. Keeping the language identical across personas means the accent voice stays the only variable.3. Select Metrics
Accent testing is primarily a speech-recognition stress test. Lead with recognition, then task success and call shape:
Do not use Percent Audio Above 300 Hz as a perceived audio-quality score. It measures pitch distribution, not accent comprehension, and accent testing is about whether your agent understands the caller, not how the audio sounds.
4. Launch The Runs
Launch voice simulations with:- one agent
- one test set
- the baseline plus accent personas listed above
- the same metrics for every persona
- a low concurrency, because these are lower-concurrency voices
5. Compare Accents
After the runs finish, create a multi-run report grouped by Persona.- Open the runs list.
- Select the completed runs from the accent persona set.
- Create a multi-run report.
- Set Compare by to Persona.
- Use the grouped view to compare aggregate scores, speech-recognition accuracy, and latency across accents.
POST /v1/reports with compare_by: "persona" skips this: it saves the report already grouped.
Also scan for UNKNOWN, missing, or unscored metric results. Under heavy accent stress, a judge may be unable to evaluate the conversation because the call ended early, the transcript is too sparse, or the interaction became too anomalous. Treat that as a signal to inspect the recording, not just as missing data. Because the accent voices are lower-concurrency, each accent run may have a smaller sample — treat small-sample conclusions as tentative.
6. Spot-Check Simulations
Open representative completed simulations from each accent, especially the lowest-scoring and most surprising rows from the grouped report. Listen to the recording and read the transcript to confirm how your agent handled the accent.
If the listening pass affects a release decision, send representative simulations to Human Review. Use a review project to collect ground-truth labels for questions such as whether your agent captured the required information, recovered after mis-recognition, and completed the task. Use Collaborative mode when you want one shared answer per simulation, or Individual mode when you want independent reviewer agreement.
7. Understand The Results
Set Compare by to Persona and use the grouped view so each row represents one accent. Compare every accent against Standard Customer, then inspect the accents whose speech recognition, task success, latency, or call shape changed the most. In your analysis, lead with the conclusions that explain what changed:- the largest accent regressions compared with Standard Customer
- the affected speech-recognition, task-success, latency, or call-shape metrics
- any
UNKNOWN, missing, or unscored metric results that point to anomalous conversations - representative simulation links for the most important regressions and one healthy baseline
- Human Review results or reviewer agreement, if you used manual labels
- the recommended next step from your report analysis, such as prompt changes, STT/confirmation adjustments, accent-robust routing, trace setup, or expanded accent coverage