How AI Voice Agents Identify and Handle Vulnerable Customers in UK Collections and Mortgage Servicing
Author: Arkadas Kilic, Founder and CEO, Rel8 CXThe FCA's Consumer Duty regulation and its Guidance for Firms on the Fair Treatment of Vulnerable Customers are not suggestions. They are enforceable obligations with real consequences for collections and mortgage servicing operations. At the same time, the economics of servicing high-volume inbound and outbound call queues with purely human agents are increasingly difficult to justify.
The question most operations leaders are wrestling with is not whether to deploy AI voice agents. It is whether those agents can meet the compliance bar set by the FCA, specifically on vulnerability identification and treatment.
The answer is yes, but only if the system is built correctly from the start.
This post covers how we build AI voice agents that identify vulnerable customers, apply appropriate treatment protocols, and hand off to human agents in a way that is auditable, consistent, and compliant with FCA expectations.
Why Vulnerability Detection Is the Hardest Part of Collections AI
Most AI voice deployments in financial services fail the vulnerability test for one of three reasons.
First, they rely entirely on CRM flags. If a customer is not already marked as vulnerable in the system of record, the agent treats them as standard. This misses the majority of vulnerable interactions, because vulnerability is often situational and undisclosed.
Second, they use keyword spotting as a proxy for detection. A customer who says the word "cancer" or "bereavement" gets flagged. A customer who is cognitively impaired, in acute financial distress, or simply overwhelmed does not.
Third, they lack a structured escalation protocol. The agent detects something, but the handoff to a human agent carries no context, no vulnerability classification, and no recommended treatment approach. The human agent starts from scratch.
Building a production-grade vulnerability detection system requires addressing all three failure modes simultaneously.
The FCA Framework: What Compliance Actually Requires
The FCA defines four vulnerability drivers: health conditions, life events, resilience, and capability. Its guidance is explicit that firms must proactively identify customers who may be vulnerable, not just respond when customers self-disclose.
For AI voice agents, this translates into three concrete obligations.
Detection: The system must use multiple signals to infer potential vulnerability, not just wait for disclosure. Treatment: Once vulnerability is identified or suspected, the interaction must adapt. This includes pace, language complexity, confirmation loops, and the option to speak with a human. Recording: Every vulnerability indicator, the action taken, and the outcome must be logged in a way that supports FCA audit and internal QA.Consumer Duty adds a further layer. Firms must demonstrate that outcomes for vulnerable customers are as good as outcomes for non-vulnerable customers. This requires data at the cohort level, not just the individual interaction level.
How We Build Vulnerability Detection Into AI Voice Agents
Signal Layer: Multi-Dimensional Detection
We instrument AI voice agents to monitor four categories of signal in parallel.
Acoustic signals include speech rate, pause frequency, response latency, and vocal stress patterns. A customer who pauses for more than four seconds before responding to a standard question, or whose speech rate drops significantly mid-call, is exhibiting signals consistent with cognitive load or distress. Linguistic signals include vocabulary complexity, sentence fragmentation, repetition, and confusion markers. Phrases like "I already told you that" or repeated requests to re-explain a term are logged as potential capability indicators. Contextual signals come from the interaction itself. A customer calling about a mortgage arrears notice who mentions they have recently lost their job, or who indicates they are calling on behalf of someone else, triggers a contextual vulnerability flag. CRM and account signals include prior vulnerability flags, payment history patterns, account age relative to arrears onset, and any notes from previous interactions. These are loaded at the start of every call.No single signal triggers a vulnerability classification. We use a weighted scoring model that aggregates signals across all four categories in real time. When the composite score crosses a defined threshold, the agent's behaviour changes.
Behaviour Adaptation: What the Agent Does Differently
When a vulnerability threshold is crossed, the agent applies a tiered response protocol.
Tier 1 (suspected vulnerability): The agent slows its speech rate by approximately 15 percent, increases confirmation loops, simplifies sentence structure, and offers the customer the option to speak with a specialist. It does not label the customer as vulnerable out loud. Tier 2 (probable vulnerability): The agent pauses its collections objective entirely. It confirms the customer's wellbeing, provides signposting to relevant support services (such as StepChange or the Money and Pensions Service), and initiates a warm transfer to a human agent with a full vulnerability brief. Tier 3 (acute distress or safeguarding concern): The agent follows a scripted safeguarding protocol, which includes specific language mandated by the firm's policy, and escalates immediately. These calls are flagged for same-day supervisor review.This tiered structure means the agent is never making a binary vulnerable or not-vulnerable decision. It is managing a continuous probability assessment and adjusting treatment accordingly.
Handoff Architecture: Context That Travels With the Customer
The handoff from AI voice agent to human agent is where most systems lose the vulnerability context they have worked to build. We solve this with a structured handoff payload delivered to the human agent's screen before the call connects.
The payload includes the vulnerability score and the signals that contributed to it, a plain-language summary of the interaction so far, the customer's stated or inferred reason for calling, any account flags from the CRM, and a recommended treatment approach based on the firm's vulnerability policy.
The human agent sees this before they speak a single word. Average handle time for warm transfers drops because the agent does not need to re-establish context. More importantly, the human agent is primed to apply the correct treatment from the first second of the interaction.
Audit and Reporting: Meeting the FCA's Evidential Standard
Every call handled by the AI voice agent generates a structured interaction record that includes the vulnerability signals detected, the tier assigned, the actions taken, the outcome of the interaction, and whether a handoff occurred.
These records feed directly into a compliance dashboard that tracks vulnerability detection rates by campaign, product line, and agent configuration. Operations and compliance teams can pull cohort-level outcome data to demonstrate that vulnerable customers are receiving equivalent or better outcomes compared to the standard population.
This is the data structure Consumer Duty requires. It is not an afterthought. We build it into the architecture from day one.
Production Numbers: What This Looks Like in Practice
In a UK mortgage servicing deployment handling inbound arrears calls, a properly instrumented AI voice agent will typically identify vulnerability signals in 12 to 18 percent of interactions. Of those, roughly 60 percent will be Tier 1 cases that the agent handles with adapted treatment and no escalation. Approximately 35 percent will be Tier 2 cases requiring warm transfer. The remaining 5 percent will be Tier 3 acute cases.
Without AI-assisted detection, human agents in the same environment typically identify and log vulnerability in 4 to 6 percent of interactions, a figure consistent with FCA thematic review findings across the sector. The gap between those numbers is not a reflection of agent quality. It is a reflection of cognitive load, call volume pressure, and the absence of systematic signal monitoring.
AI voice agents do not get tired at hour six of a shift. They apply the same detection logic to the first call of the day and the last.
Common Objections and Direct Answers
"Customers will not accept being handled by an AI when they are in financial difficulty."Disclosure and framing matter more than the underlying technology. When customers are told they are speaking with an automated service that is designed to route them to the right specialist quickly, acceptance rates in UK collections environments run above 70 percent for inbound calls. The key is that the agent must not persist with collections objectives once vulnerability signals are present. Customers who feel heard escalate to human agents with lower distress levels than those who have been through a poorly designed IVR.
"The FCA will not accept AI-driven vulnerability decisions."The FCA's guidance does not prohibit automated detection. It requires that firms demonstrate systematic, consistent processes for identifying vulnerability. A well-documented AI detection system with full audit trails is more defensible in an FCA review than a process that relies on individual agent judgment with no structured recording.
"We cannot get this built and tested in a reasonable timeframe."We build these systems in 4 to 6 weeks. That includes integration with your telephony platform, CRM connection, vulnerability scoring model calibration against your specific customer population, and compliance documentation.
Architecture Choices That Matter
We build on AWS and Amazon Connect. This is not a default choice. It is a deliberate one based on the compliance and data residency requirements of UK regulated firms.
Amazon Connect provides the telephony layer, contact flow logic, and real-time event streaming. AWS Lambda handles the vulnerability scoring logic. Amazon DynamoDB or Aurora stores interaction records with the retention policies required by FCA rules. Amazon S3 with server-side encryption holds call recordings. All data remains within AWS UK regions.
This architecture means there is no third-party AI platform sitting between the firm and its customer data. The firm owns the infrastructure. The compliance boundary is clear.
What Firms Get Wrong When They Build This Themselves
The most common mistake is treating vulnerability detection as a feature to be added after the core agent is built. Teams ship a collections agent that handles standard flows well, then attempt to bolt on vulnerability logic as a post-launch sprint.
This approach produces fragile systems. The vulnerability scoring model has no access to the acoustic signals captured during the call because the audio pipeline was not instrumented for it. The handoff payload is incomplete because the data schema was not designed to carry vulnerability context. The compliance dashboard does not exist because nobody specified the reporting requirements upfront.
Vulnerability detection has to be a first-class architectural requirement. It shapes the data model, the audio processing pipeline, the handoff design, and the reporting infrastructure. Building it in from day one is not more expensive. It is faster, because you avoid the rework.
The Compliance Case for Moving Now
The FCA's Consumer Duty implementation deadline for closed products passed in July 2024. Firms that have not yet demonstrated systematic vulnerability identification processes in their automated channels are carrying regulatory risk today.
More practically, the firms that are deploying compliant AI voice agents in collections and mortgage servicing now are building operational data on vulnerable customer cohorts that will support their Consumer Duty annual board reports. Firms that wait are not just carrying risk. They are falling behind on the evidence base the FCA will expect to see.
What Working With Rel8 CX Looks Like
We are practitioners. We build production AI voice systems for regulated UK financial services firms. We do not deliver strategy decks or proof-of-concept demos that require 18 months of internal development to reach production.
A typical engagement starts with a two-week discovery and design phase, during which we map your vulnerability policy, your CRM data model, your telephony environment, and your FCA compliance requirements. We then build and test in weeks three and four, integrate and run parallel testing in week five, and go live in week six.
You end up with a production system, full compliance documentation, a trained operations team, and a compliance dashboard your risk and compliance function can use from day one.
Book a discovery callReady to put AI agents into production?
Book a discovery call. We will assess your use case and show you what 4 to 6 weeks to production looks like.
Book a Discovery Call