Direct Answer: Treat Conversational Safety as a System Property
Evaluating safety in conversational AI requires testing the complete interaction between a model, its instructions, tools, data sources, interface, and human operators. A model can pass a static benchmark and still fail when a user changes the topic, speaks indirectly, uploads an image, or tries to turn the conversation into a real-world action. The central question is not whether the system produces a formally correct response, but whether it prevents foreseeable harm under realistic conditions. A useful evaluation therefore combines quantitative measurements, human review, adversarial testing, clinical or domain expertise, and ongoing monitoring after deployment. The widely reported gap between more than 95% laboratory accuracy and roughly 85% real-world automatic speech recognition performance illustrates why clean test conditions are insufficient. Speech recognition errors become safety errors when a distressed person says “I want to die,” the transcript changes the meaning, and the assistant responds as if the user is merely asking about a fictional scenario.
Also worth reading: What are algorithmic safety governance frameworks and how do they evaluate AI psychological profiles? · How do AI psychological safety scoring models actually work, and what are their real limitations in mental health contexts? · What Are The Real-World Limitations And Legal Requirements For AI Hiring Bias Audits In 2026?
Safety is also not a single percentage. Different failures have different consequences, so a system with 99% refusal accuracy for one category may still be unacceptable if its 1% failure rate involves manipulated crisis referrals, coercive persuasion, or exposure of private information. Teams should define thresholds by harm severity, reversibility, affected population, and the availability of human backup. For example, a mental-health chatbot might require near-zero tolerance for encouraging self-harm, while ordinary scheduling requests can tolerate a higher error rate. The answer is therefore a documented evaluation program rather than a single benchmark score.
Why Laboratory Results Often Overstate Real-World Safety
Laboratory evaluations usually use curated prompts, fixed personas, clean audio, limited conversation lengths, and a predetermined set of prohibited behaviors. Real conversations are messier. Users may be angry, cognitively impaired, intoxicated, seeking legal advice, testing the system for jailbreaks, or unaware that they are speaking to an automated service. Automatic speech recognition performance depends on accent, background noise, microphone quality, packet loss, and the distance between the speaker and device. If a lab reports more than 95% word accuracy but field conditions produce approximately 85%, the difference can alter the meaning of a safety-critical phrase. The performance gap is not evidence that one number is fraudulent; it means the measurements cover different conditions.
A second problem is benchmark contamination and task mismatch. A dataset may reward refusal of obvious violent requests, while a real user expresses self-harm through irony, metaphor, or a long narrative. The same model can recognize “How do I build a bomb?” and miss “What would make everyone stop caring whether I exist?” Conversational safety is also affected by memory. A system may behave appropriately in a ten-turn test but become unsafe after it stores a sensitive disclosure, receives a contradictory instruction, or combines information from several sessions. The UK AI Safety Institute released the Inspect testing toolset in 2024 under an MIT open-source license, which provides a useful foundation for repeatable evaluations, but an open-source harness does not remove the need for realistic datasets, expert judgment, or deployment-specific tests.
A Practical Evaluation Framework
Begin with a written safety specification that identifies what the system is allowed to do, what it must never do, and when it must stop or transfer control to a person. Define harms using concrete scenarios rather than broad labels such as “unsafe” or “biased.” In a mental-health application, examples might include reinforcing delusions, diagnosing a serious condition, encouraging dependence on the chatbot, mishandling a suicide disclosure, or presenting fabricated treatment advice. In a business agent, examples might include disclosing customer records, executing an unauthorized payment, misrepresenting a policy, or making a commitment that the organization cannot keep. Each scenario should specify severity, likelihood, detection method, acceptable response, and escalation owner.
Then build an evaluation set from ordinary users, expert users, red-teamers, and recorded or simulated edge cases. Include multilingual inputs, speech variants, indirect requests, long conversations, role-play, contradictory turns, and attempts to bypass safeguards. A test should measure both what the model says and what the surrounding system does. Does the answer mention emergency help at the right point? Does it avoid pretending to be a clinician? Does it preserve an audit trail? Does a human reviewer receive the conversation before a consequential action occurs? Teams should report separate results for refusal precision, refusal recall, escalation recall, hallucination rate, unsafe-action rate, privacy violations, and severity-weighted harm. One overall score hides trade-offs and makes improvement difficult.
What to Measure and Which Thresholds Matter
The right thresholds depend on the consequence of failure. A reasonable starting point for high-consequence actions is zero tolerance for unauthorized external actions, fabricated emergency instructions, and disclosure of another person's private data. For crisis-related responses, teams should define a strict recall target and require human review whenever intent is ambiguous. A system that routes 98% of clearly routine requests automatically might still be suitable for a low-risk customer-service workflow, but it would not be suitable for unsupervised suicide-risk triage simply because its average error rate is low. Thresholds should be based on the harm rate per 1,000 or 10,000 conversations, the proportion of high-severity failures, and the confidence interval around each estimate.
Measurement must include false negatives and false positives. A system that refuses every sensitive question may appear safe while being useless, coercive, or discriminatory. Conversely, a system that answers nearly everything may achieve high task completion while exposing users to manipulation. For speech systems, report transcription error separately from downstream safety performance. For safety classifiers, report performance by language, dialect, disability-related speech pattern, age group, and conversation stage. Where privacy law applies, teams should record whether sensitive prompts are transmitted to third parties, how long they are retained, and whether users can delete them. Safety evaluation is not complete if the test report excludes the data-governance controls that determine whether the interaction is acceptable in practice.
Comparison: Model-Only Testing Versus System-Level Evaluation
| Feature | Model-Only Testing | System-Level Evaluation |
|---|---|---|
| What is measured | Responses from a model given controlled prompts | The full service, including speech recognition, memory, tools, policies, and human handoffs |
| Typical conditions | Clean text, fixed personas, short tasks | Real audio, multilingual input, long sessions, interruptions, and adversarial users |
| Main strength | Fast, repeatable, inexpensive comparisons | Better estimate of actual user-facing harm |
| Main weakness | May miss context changes and deployment failures | More expensive, harder to reproduce, and dependent on representative data |
| Human role | Occasional annotation or review | Clinical, legal, safety, accessibility, and operations expertise throughout |
| Useful metrics | Refusal accuracy, toxicity score, factuality rate | Severity-weighted incidents, escalation recall, unauthorized actions, privacy breaches, and user outcomes |
| Best use | Early development and regression testing | Release decisions, regulated use, and ongoing monitoring |
Red-Team Testing, Human Oversight, and Mental-Health Cases
Red-team testing should be led by people who understand both the intended users and the attack surface. Automated attacks are useful for breadth, but experienced testers often discover social-engineering paths that a fixed prompt generator misses. A tester might gradually establish trust, request a “private” interpretation, impersonate a clinician, or exploit a memory feature to extract information from an earlier session. In multilingual systems, the Center for Democracy and Technology’s work on multilingual chatbot safety is relevant because a safeguard that works in English may not transfer directly to another language. Red-team reports should distinguish successful attacks from borderline behavior and include reproducible transcripts, severity ratings, and remediation evidence.
Mental-health evaluations require additional care because the consequences of false reassurance can be severe, but over-alarming responses can also damage trust. VERA-MH findings highlighted gaps in how AI chatbots respond to suicidal ideation, and systematic reviews of AI agents in mental health have emphasized the need for careful role boundaries. A clinically informed framework for auditing chatbot behavior should test immediate-risk statements, ambiguous disclosures, requests for diagnosis, responses to delusion, and conversations involving minors. The system should not claim that it is a therapist, prescribe medication independently, or imply that continued chatting replaces professional care. Human supervision is most valuable when it is operational: a trained reviewer must be available within a defined time, receive enough context to act, and have authority to interrupt the interaction.
Common Mistakes That Make Safety Testing Misleading
One common mistake is treating a safety score as proof of safety rather than as evidence about a limited test. Another is testing only the final answer while ignoring the retrieval step that inserted unsafe information. Teams also frequently use a single evaluator model to grade another model, even though automated judges can miss sarcasm, miss cultural context, or favor polished wording over truthful content. Writing one long system prompt is not equivalent to testing policy enforcement, because later instructions, tool output, and user messages can change behavior. The history of conversational computing reinforces this point: ELIZA was published in 1966, and its apparent empathy showed that human judgments about machine understanding can be strongly influenced by conversational form.
Privacy mistakes are equally important. A chatbot may avoid explicit self-harm instructions but reveal a user's health status to an analytics provider, retain an identifiable transcript indefinitely, or allow another user to access conversation history. Teams should test access controls and deletion, not only content filters. They should also examine anthropomorphic design. A system that says “I care about you” or invents personal memories may increase attachment and reduce the likelihood that a user seeks human help. Safety evaluation should therefore consider interface language, reminders, session length, and default escalation, not just the model parameters.
When to Act, and What Evaluation May Cost
Stop deployment or restrict the system when testing reveals credible severe harm, when monitoring shows repeated failures in a protected group, or when the team cannot explain why a harmful response occurred. For mental-health use, any credible pattern of encouraging self-harm, concealing imminent danger, or fabricating clinical facts should trigger immediate containment, human review, and a documented incident analysis. For business agents, stop automatic execution of payments, account changes, or legal commitments until access controls and approval workflows are verified. A system need not be perfect to be useful in low-risk settings, but its error budget and recovery process must be explicit.
Costs vary widely. Open-source tooling such as Inspect can reduce licensing costs because it is available under an MIT license, while data collection, expert review, clinical consultants, legal review, speech infrastructure, and secure operations still require staff or contractors. Commercial platforms may charge per seat, conversation, evaluation run, or enterprise contract, so pricing should be compared on total cost rather than on a headline subscription fee. As a planning assumption, a small internal review might require several thousand dollars in expert time, while a regulated clinical or financial deployment can require tens of thousands or more for representative studies, red teams, validation, monitoring, and documentation. These are planning ranges, not universal market prices; actual cost depends on languages, risk level, integration depth, and whether human review is continuous.
A Defensible Release Decision
The definitive approach is staged, measurable, and transparent. First, define the harm model and the system's authority. Second, test components and the complete service separately. Third, measure severity-weighted failures across realistic languages, audio conditions, user groups, and conversation lengths. Fourth, add expert red teaming, independent human supervision, and regression tests for every fix. Fifth, launch with limited permissions, clear user disclosures, monitoring, complaint channels, and a rapid shutdown procedure. After release, continue sampling conversations and comparing predicted safety with actual outcomes, because user behavior and data distributions change.
A high laboratory score can be useful evidence, but it is not a safety certificate. The most authoritative evaluation report states what was tested, what was not tested, which assumptions were made, how uncertainty was calculated, and who can stop the system. It also acknowledges limits: a finite test set cannot prove that every future conversation will be safe, and human reviewers can disagree about ambiguous cases. This is why safety in conversational AI should be treated as an ongoing operational discipline rather than a one-time certification. The system is safer when its capabilities, boundaries, and escalation paths are aligned with the consequences of being wrong.