Agentic AI for Financial Services Contact Centres: FCA Consumer Duty, Complaint Handling, and What Regulated Firms Must Get Right Before Go-Live

Arkadas Kilic
Author: Arkadas Kilic, Founder & CEO, Rel8 CX

Financial services firms are under pressure from two directions at once. The FCA's Consumer Duty regime demands demonstrably better customer outcomes, faster complaint resolution, and documented evidence that firms are acting in customers' best interests. At the same time, contact centre operating costs are unsustainable at current volumes. Agentic AI sits at the intersection of both problems.

But deploying autonomous AI agents in a regulated contact centre is not the same as deploying them in retail or telecoms. The stakes are higher, the audit requirements are stricter, and the consequences of a poorly governed deployment extend well beyond a bad customer experience. This post covers what agentic AI actually means in a financial services contact centre context, how Consumer Duty shapes your architecture decisions, and the production readiness checklist every compliance and operations team should work through before go-live.


What Agentic AI Actually Means in a Contact Centre

Agentic AI is not a scripted IVR with a language model bolted on. An AI agent can reason across multiple steps, retrieve information from live systems, make decisions based on context, and take actions autonomously without a human approving every move.

In a financial services contact centre, that means an agent that can:

The difference between this and a traditional IVR or a basic large language model integration is the ability to complete multi-step workflows end to end, with appropriate guardrails, without a human in the loop for every transaction.


FCA Consumer Duty: What It Requires from Your AI Architecture

Consumer Duty, which came into full effect for open products in July 2023 and closed products in July 2024, sets four outcome areas that directly affect how you design and govern AI agents in your contact centre.

1. Products and Services

AI agents that provide information about financial products must be accurate, complete, and appropriate to the customer's situation. This means your agent cannot hallucinate product terms, cannot quote outdated rates, and must retrieve information from authoritative, version-controlled sources. Static knowledge bases are a compliance risk. Your agent needs live integration with your product management systems.

2. Price and Value

If your agent is involved in any pricing conversation, renewal, or retention workflow, it must be able to explain value clearly and not exploit customer inertia. This is particularly relevant for insurance and mortgage firms where AI-assisted renewals are common. Every pricing decision the agent surfaces must be traceable to a documented logic.

3. Consumer Understanding

The Duty requires firms to communicate in a way that customers can understand. For AI agents, this means plain language outputs, reading level calibration, and the ability to detect when a customer is not understanding and escalate or adapt accordingly. Firms should be testing comprehension outcomes, not just deflection rates.

4. Consumer Support

This is where complaint handling sits. The FCA expects firms to provide support that meets customers' needs throughout the product lifecycle. An AI agent that handles complaints must be able to identify vulnerable customers, apply appropriate handling rules, meet the 3-day acknowledgement and 8-week resolution requirements under DISP, and produce the evidence that it did so.


Complaint Handling Automation: The Architecture That Works

Complaint handling is one of the highest-value use cases for agentic AI in financial services, and one of the most technically demanding to get right.

Here is how a production-grade complaint handling architecture looks in practice.

Intake and Classification

Complaints arrive across multiple channels: voice, email, web form, social, written letter. A well-designed agent classifies the complaint type, severity, and regulatory category at intake. Classification accuracy needs to exceed 92% against your taxonomy before you go live. Below that threshold, the cost of reclassification and mis-routing exceeds the savings from automation.

At Rel8 CX, we have seen email classification models trained on firm-specific complaint corpora reach 94 to 97% accuracy within 4 to 6 weeks of implementation when the training data is properly labelled and the taxonomy is well-defined.

Acknowledgement Within 3 Business Days

FCA DISP rules require a written acknowledgement within 3 business days of receiving a complaint. An autonomous agent can trigger this immediately upon classification, pulling the customer's name, complaint reference, and a plain-language summary of the issue received. This alone eliminates one of the most common sources of DISP breaches.

Routing and Escalation Logic

Not every complaint should be resolved autonomously. Your escalation logic needs to be explicit and documented. Complaints involving potential fraud, vulnerable customer flags, FOS referral risk, or regulatory reportability thresholds must route to a human with full context. The agent should hand off a structured summary, not just a transcript.

Resolution Drafting

For straightforward complaint categories (billing errors, service failures with clear remedy, duplicate charge refunds), an agent can draft the resolution letter, calculate the appropriate redress amount against your compensation matrix, and queue it for a human review before sending. This is augmented resolution, not fully autonomous resolution, and it is the right place to start for most regulated firms.

Audit Trail

Every decision the agent makes must be logged with a timestamp, the input data it acted on, the rule or model output that drove the decision, and the action taken. This is not optional. The FCA can request this evidence in a supervisory review, and the Financial Ombudsman Service will ask for it in any escalated complaint. Your audit trail must be immutable and queryable.


The Vulnerable Customer Problem

Consumer Duty places particular weight on identifying and appropriately serving vulnerable customers. The FCA's guidance under FG21/1 defines vulnerability across four drivers: health, life events, resilience, and capability.

An AI agent operating in a financial services contact centre must be able to detect vulnerability signals in real time. This includes:

When a vulnerability signal is detected, the agent must change its behaviour. That means slower pacing on voice, simpler language, proactive offer of human support, and a flag on the customer record that persists across future interactions.

Firms that deploy AI agents without vulnerability detection are exposed. The FCA has been explicit that Consumer Duty applies regardless of whether a human or an automated system is delivering the service.


What Regulated Firms Get Wrong Before Go-Live

We have worked with financial services firms across banking, insurance, and lending. These are the most common failure modes we see in pre-production deployments.

1. Treating Compliance as a Post-Build Checklist

Compliance requirements need to shape your architecture from day one, not be retrofitted after the agent is built. If your audit logging, escalation logic, and vulnerable customer detection are afterthoughts, you will rebuild significant portions of the system before you can go live. This adds cost and time.

2. Using Generic Knowledge Bases

An agent that retrieves product information from a static document store will drift from accuracy as products change. Financial services firms need live integrations with authoritative data sources. The knowledge base is not a PDF. It is a connection to your systems of record.

3. Skipping Human-in-the-Loop Design

Fully autonomous resolution sounds appealing but is not appropriate for most financial services complaint categories at launch. The right architecture has clear human-in-the-loop touchpoints, defined by complaint type and risk level. Start with augmented resolution and earn the right to expand autonomy as your accuracy data accumulates.

4. Inadequate Testing Against Adversarial Inputs

Customers do not interact with AI agents the way your developers do. Stress test your agent against ambiguous inputs, emotionally charged language, attempts to extract information it should not provide, and edge cases in your complaint taxonomy. Red-team the system before it touches a real customer.

5. No Ongoing Monitoring Framework

Going live is not the end of your compliance obligation. You need dashboards that track resolution accuracy, escalation rates, vulnerable customer flag rates, acknowledgement timeliness, and customer satisfaction by complaint category. If your monitoring framework is not built before go-live, you are flying blind in a regulated environment.


The Production Readiness Checklist

Before any financial services contact centre AI agent goes live, work through these questions with your compliance, operations, and technology teams.

Data and Integration Compliance Architecture Accuracy and Testing Governance Monitoring

Why AWS Native Architecture Matters for Regulated Firms

Financial services firms operating in the UK have specific data residency, security, and audit requirements. Building on AWS gives you a foundation that meets these requirements without custom infrastructure work.

Amazon Connect provides the contact centre layer with built-in call recording, real-time transcription, and contact flow logging. AWS Lambda and Step Functions handle the orchestration logic for multi-step agent workflows. Amazon S3 with object lock provides tamper-evident storage for audit trails. AWS CloudTrail logs every API call. Amazon Bedrock provides the foundation model layer with data processed in your AWS account, not shared with third-party model providers.

This architecture is not theoretical. We build it in production, for regulated firms, in 4 to 6 weeks.


The Timeline: What 4 to 6 Weeks Actually Delivers

Week 1 to 2: Discovery, data mapping, complaint taxonomy validation, integration architecture design, compliance requirements documentation.

Week 3 to 4: Agent build, integration development, audit trail implementation, vulnerability detection configuration, escalation logic build.

Week 5 to 6: Testing (accuracy validation, red-teaming, parallel operation), monitoring dashboard build, compliance sign-off documentation, go-live preparation.

This is not a proof of concept. This is a production deployment handling real customer interactions with a compliance framework your FCA-regulated firm can stand behind.


The Bottom Line

Agentic AI in financial services contact centres is not a future state. Firms that deploy it well, with compliance built in from the start, are resolving complaints faster, reducing handling costs, and generating the documented evidence of good customer outcomes that Consumer Duty demands.

Firms that deploy it badly are creating regulatory exposure, rebuilding systems under pressure, and explaining to their compliance committee why the AI agent sent an acknowledgement letter three weeks late.

The difference is not the technology. The difference is whether you build it the right way from day one.

Book a discovery call

Is your pilot going to reach production?

Fifteen questions, three minutes, no cost. You get a score against the ten checks we run every deployment through, and a straight answer on what is blocking yours.

Score your readiness