


Building AI agents in sensitive financial enterprises
DeejayHead of Product, re:cinqOn This Podcast
Real-world AI agents in financial debt collection. Learn about compliance challenges, data quality, and ethical standards in sensitive financial operations.
- Qamar's team built an in-house AI platform to assist agents with sensitive debt collection conversations at scale.
- The AI acts as a co-pilot for human agents, using a human in the loop approach to flag vulnerable customers and automate tasks.
- They chose to fine-tune their own models in-house to maintain strict compliance and have full control over quality.
- Out-of-the-box foundation models were not viable for their use case, showing only 20-30% accuracy on real conversations.
- Having a large, high-quality dataset of existing, anonymized conversations was the key to successfully training their models.
- The team developed custom internal tools to manage datasets and evaluate model performance because open-source options were not suitable.
- Continuous evaluation is critical, as shown when they created a new complaint intent after discovering misclassifications in production data.
- AI maintenance is fundamentally different from traditional software because models are non-deterministic and can give different outputs for the same input.
- Qamar argues that a detail-oriented QA mindset is the most important skill for an AI engineer to handle ambiguity and find failure points.
Why Off-the-Shelf Models Weren't Good Enough
07:31In this conversation, we examine why Qamar Hussain's team at Webio chose to fine-tune their own models rather than rely on foundation models or third-party APIs for debt collection conversations. He explains that out-of-the-box models scored only 20 to 30 percent accuracy on real classification tasks such as spotting vulnerability, payment intent or callback requests, far below the high bar required before anything reached production. We also discuss how having years of high-quality, anonymised real conversation data, rather than synthetic examples, was the decisive factor in getting the models to a usable standard. Qamar notes this gives incumbents with existing conversation data a real advantage over AI startups that must build a dataset from scratch before their models can perform reliably.
Keeping AI Behind the Wall in a Regulated Industry
21:15In this conversation, we examine the compliance architecture that lets Webio operate AI in a sensitive financial domain: there is no public-facing AI interface, every interaction is mediated through a human-configured platform, and strict guardrails limit the AI to narrowly defined tasks like classification and summarisation rather than open conversation. Qamar describes a deliberate anonymisation process, part manual and part automated, that strips personal information before any data reaches a training set, and models built so that no underlying information can ever be extracted from them. We also discuss how this differs from the open-ended chatbot model most people associate with AI risk, and why constraining what the AI is allowed to do actually raises quality rather than limiting it. The result, Qamar argues, functions less like an autonomous agent and more like a closely supervised co-pilot for human agents.
Non-Determinism Demands a QA Mindset
40:15In this conversation, we examine why Qamar sees maintaining AI systems as fundamentally different from maintaining traditional software: the same input, such as a message to classify or summarise, can produce different outputs from one run to the next, unlike a deterministic function that either works or fails. He walks through a real example where a new complaint intent had to be created after the team noticed messages being misclassified as vulnerability, illustrating how continuous evaluation catches drift that traditional testing would miss. We also discuss why Qamar now believes a QA mindset, the instinct to hunt for failure points and tolerate ambiguity, matters more when hiring for AI roles than existing AI or engineering credentials. He argues he would rather hire a skilled QA engineer with no AI background than an AI specialist without that detail-oriented, sceptical approach to quality.

