Stop Buying Chatbots. Start Building Infrastructure.

The AI opportunity at your credit union is not at the front door — it is in the back office. Why chatbots are the lowest-value AI investment and where the real ROI lives.

By Sean Hsieh
Read 10 min
Published August 29, 2025
Stop Buying Chatbots. Start Building Infrastructure.

If I could give every credit union CEO one piece of AI advice, it would be this: stop buying chatbots.

I know that’s counterintuitive. Chatbots feel like the obvious first AI move. They’re visible, member-facing, they demo well in board presentations. But after spending months inside credit union operations — watching BSA analysts toggle between six systems, watching HR coordinators manually process employment verifications, watching collections agents spend ten minutes researching each member before a five-minute call — I can tell you with certainty: the AI opportunity isn’t at the front door. It’s in the back office.


The Chatbot Trap

Fifty-eight percent of credit unions have deployed a chatbot — making it the most common AI investment in the industry. And for most of them, it’s been a disappointment.

The numbers are brutal. A Galileo/SoFi survey found a 29% satisfaction rate for AI-powered banking interactions — the lowest of any digital banking channel. Only 27% of consumers trust AI chatbots for financial information, according to J.D. Power. Seventy-eight percent of chatbot interactions still require human escalation, meaning the chatbot didn’t actually resolve anything — it just added a step. And 74% of banking customers still prefer talking to a human for complex financial matters, per Deloitte’s 2025 research.

The CFPB has a name for the worst version of this: the “doom loop.” Members trapped in chatbot conversations that can’t resolve their issue and can’t easily reach a human. In financial services, this isn’t just frustrating — it’s a compliance risk.

And the risks go beyond frustration. Air Canada’s chatbot told a customer about a bereavement fare discount that didn’t exist. When the customer relied on it, the airline argued the chatbot was “a separate legal entity.” The court disagreed. Air Canada was held liable for its chatbot’s misinformation. In financial services, where wrong information about rates, fees, or account terms can have real financial consequences for members, that precedent should terrify every compliance officer.

Security is another dimension entirely. A TELUS Digital study tested 24 major banking chatbots. All 24 were exploitable — susceptible to prompt injection, information leakage, or manipulation. Every single one.


Why Member-Facing AI Is Harder Than It Looks

The gap between chatbot demo and chatbot production is enormous. MIT research found that 95% of generative AI pilot projects fail to reach production. Chatbot success rates of 94% in demo environments drop to 52% in production — because the demo has curated data, scripted queries, and controlled conditions, while production has messy data, unexpected questions, frustrated members, and regulatory consequences for every wrong answer.

The data access problem makes it worse. Your chatbot can’t access your core processor data in real time. The core runs on nightly batch processing. Your chatbot is answering questions about yesterday’s balances — and your members can check their balance on a mobile app anyway.

I’ve seen this firsthand. At one credit union partner, I watched the integration between a chatbot vendor and the core processor. Truncated API endpoints. Missing documentation. A 60-second authentication token limitation that made sustained conversations impossible. No testing environment. The team spent hundreds of hours trying to make it work. The chatbot vendor’s own assessment: they were “trying to go backwards from LLM to NLP” — literally regressing to older technology because the integration was too brittle for modern AI.

Our team built a functional knowledge-based assistant in three days during an on-site visit that accomplished more than the vendor had in a full year. The credit union’s technology team confirmed it directly. The difference wasn’t talent — it was approach. We started with the data layer. They started with the interface.

Then there’s the action authority problem. Most chatbots can answer questions but can’t do anything. They can tell a member their balance but can’t transfer funds. They can describe your loan products but can’t start an application. They’re a talking FAQ page — and your members already have a website for that.

And the hallucination problem. AI hallucination rates in production range from 3-27% depending on the model and context. In financial services, where giving a member wrong rate information is a compliance violation, even 3% is unacceptable for member-facing deployment without heavy guardrails. The credit union retains the liability, not the chatbot vendor. If your chatbot gives a member wrong information, you are responsible.


Where the Real ROI Lives

While credit unions are spending time and budget on chatbots, the back office is drowning in manual work that AI can automate today — with measurable ROI and manageable risk.

I’ve mapped this across four departments at a single CUSO:

BSA and Fraud Operations. The team I described in Article 6 — two or three analysts handling 400-plus CTRs and 50-70 SARs per month across five or six separate systems at 125% capacity. AI triages the 95% of alerts that are false positives, drafts tracker notes, and prepares SAR narratives. Estimated savings: 1,560 hours per year.

HR Operations. Employment verifications that take 15 minutes each, done manually. Onboarding workflows that require routing documents across multiple departments. Payroll error corrections that consume hours of detective work. AI auto-generates verification letters, routes onboarding documents, and flags payroll anomalies before they compound. Estimated savings: 260 hours per year.

Product Management. Legacy systems with programs ranging from 500 to 40,000 lines of code — none of it documented, none of it in source control. When a developer needs to understand what a program does, they read 40,000 lines of RPG. AI indexes and documents the legacy codebase, answers developer queries in natural language, and reduces the weeks of onboarding time for new technical staff. Estimated savings: 2,860 hours per year.

Collections. Agents spending 5-10 minutes researching each member’s history before every call — 320 calls per week. AI pre-screens member history, drafts call briefs with payment patterns and risk signals, and suggests negotiation parameters based on the member’s situation. Estimated savings: 1,820 hours per year.

That’s 6,500 hours per year saved at a single CUSO — worth $3.29 million in value at conservative estimates. Not someday. Not when AI is ready. This is automatable today.

The published results from credit unions that have already moved back-office confirm the thesis. FORUM Credit Union saw 70% more loan processing capacity after deploying AI to assist underwriters. Centris Federal Credit Union automated 63% of loan decisions, up from 43%, enabling 30% volume growth with the same staff. Suncoast Credit Union prevented $800,000 in fraud in six months. Teachers Federal Credit Union reclaimed 13,000 days of staff time by eliminating 8 million manual clicks from their workflows.

McKinsey estimates generative AI can create $200-340 billion in annual banking value — and the majority of that value is in operations, not customer-facing interactions. The ROI is in the back office because the work is more structured, more repetitive, and more measurable than member conversations.

And the risk profile is fundamentally different. When an internal AI agent makes an error drafting a tracker note, your BSA analyst catches it during review. The error is contained. When a member-facing chatbot gives wrong rate information, you have a compliance violation, a frustrated member, and a potential lawsuit. Internal AI fails safely. Member-facing AI fails publicly.


Infrastructure First, Interface Second

In 2002, Jeff Bezos issued his famous API mandate: every team at Amazon must expose their functionality through service interfaces. No exceptions. “Anyone who doesn’t do this will be fired.” The purpose wasn’t to build a product — it was to build infrastructure. That internal infrastructure became AWS, which now generates over $100 billion in annual revenue.

Bezos didn’t build AWS to sell cloud. He built internal infrastructure to make Amazon work better — and the external business emerged from proven internal capabilities.

The pattern repeats. Stripe built payment infrastructure — APIs, developer tools, fraud detection engines. Square built a payment interface — the card reader. Today, Stripe processes payments for 62% of the Fortune 500. The infrastructure company became the platform. The interface company became a feature.

For credit unions, this means building in the right sequence:

First, build the data infrastructure. Unlock your core processor data via Change Data Capture, the technology I described in Article 5. Replace nightly batch with real-time streams. Normalize your proprietary data into schemas that AI agents can actually reason about.

Second, build the agent infrastructure. Deploy internal AI agents with audit trails, human oversight, and examiner-ready logging. Start in one department — BSA or HR are the best candidates because they have the most measurable manual work.

Third, build the domain knowledge layer. Index your SOPs, your policies, your member communication style, your risk tolerance. This is the subject of Article 9 — why the AI that knows your credit union beats the AI that knows everything.

Fourth — and only then — build the member-facing interface. Now your member-facing AI has real data access, not nightly batch. It has real action authority, because the control plane exists. It has real compliance logging, because the audit trail was there from day one. And it has real institutional knowledge, because the AI has been learning from your back office for months.

Dana Stalder at Matrix Partners offers a fair counterpoint: “If you’re building infrastructure dependent on their adoption curve, that’s a tough place to be. You need to build the applications too.” He’s right — infrastructure without applications is academic. But applications without infrastructure is a chatbot that can’t access your data. The answer is both, in the right order.


The Sequence That Works

Here’s the implementation path I recommend to every credit union CEO:

Phase 1 (Months 1-3): Back-office agents, one department at a time. Start where manual work is most measurable and errors are caught internally. Deploy AI agents for BSA triage, HR verifications, or collections research. Build the audit trail from day one. Measure hours saved, error rates, and staff satisfaction.

Phase 2 (Months 3-6): Data infrastructure. Unlock your core processor data. Build the normalized data layer that agents can query in real time. Index your operational knowledge — SOPs, policies, playbooks.

Phase 3 (Months 6-12): Expand and connect. Add agents to more departments. Connect them to the real-time data layer. The internal track record builds the trust and evidence your board needs for the next step.

Phase 4 (Month 12+): Now build the member interface. Your member-facing AI isn’t a chatbot bolted onto your website. It’s an intelligent interface built on twelve months of proven internal infrastructure — real data, real action authority, real compliance controls, and real institutional knowledge.

The credit union that buys a chatbot gets a talking FAQ page. The credit union that builds AI infrastructure gets a platform that transforms every department. Same technology. Different sequence. Radically different outcomes.


Sean Hsieh is the Founder & CEO of Runline, the secure agentic platform for credit unions. Previously, he co-founded Flowroute (acquired by Intrado, 2018) and Concreit, an SEC-regulated WealthTech platform managing real securities under dual federal regulatory frameworks.

Next in the series: “The Three Pillars: Control, Amplification, Transparency” — Runline’s operating philosophy unpacked, and why “uncompromising control” has to come first.


Get Started

Ready to see what stateful AI agents can do for your credit union?

Runline builds purpose-built AI agents for regulated financial institutions. Every interaction compounds institutional intelligence.

Schedule a Demo