Runline
Philosophy9 minDraft

Stop Buying Chatbots. Start Building Infrastructure.

The AI opportunity isn't at the front door. It's in the back office — where BSA analysts toggle between 6 systems and collections agents spend 10 minutes researching before a 5-minute call.

Sean Hsieh

Sean Hsieh

Founder & CEO, Runline

Article 7 Outline: "Stop Buying Chatbots. Start Building Infrastructure."

Track: Philosophy (forest green) | Arc: Philosophy Target: CEOs, CTOs Length: ~2,200 words


Opening Hook

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, demo well in board presentations. But after spending months inside credit union operations — watching BSA analysts toggle between 6 systems, watching HR coordinators manually process employment verifications, watching collections agents spend 10 minutes researching each member before a 5-minute call — I can tell you with certainty: the AI opportunity isn't at the front door. It's in the back office.

Act 1 — The Chatbot Trap

  • 58% 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 stats are brutal:
    • 29% satisfaction rate for AI-powered banking interactions — the lowest of any digital banking channel (Galileo/SoFi survey)
    • Only 27% of consumers trust AI chatbots for financial information (J.D. Power)
    • 78% of chatbot interactions still require human escalation — meaning the chatbot didn't actually resolve anything, it just added a step
    • 74% of banking customers still prefer talking to a human for complex financial matters (Deloitte, 2025)
  • The CFPB calls it the "doom loop" — customers 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.
  • Reference: Air Canada's chatbot told a customer about a bereavement fare discount that didn't exist. The airline argued "the chatbot is 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, this precedent is terrifying.
  • Reference: A TELUS Digital security study tested 24 major banking chatbots. All 24 were exploitable — susceptible to prompt injection, information leakage, or manipulation. Every single one.

Act 2 — Why Member-Facing AI Is Harder Than It Looks

  • The gap between chatbot demo and chatbot production is enormous:
    • MIT research: 95% of generative AI pilot projects fail to reach production. Chatbot demo success rates of 94% drop to 52% in production.
    • The demo environment has curated data, scripted queries, and controlled conditions. Production has messy data, unexpected questions, angry members, and regulatory consequences.
  • The data access problem: 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.
    • At one CU partner, I watched the integration between the chatbot vendor (Boost AI) and the core processor (CU*Answers). Truncated endpoints. Missing documentation. A 60-second authentication token limitation. No testing environment. The team spent hundreds of hours trying to make it work.
    • The chatbot vendor's assessment: they were "trying to go backwards from LLM to NLP" — literally regressing to older technology because the integration was too brittle for AI.
    • Our team built a functional knowledge chatbot in 3 days during an on-site visit that accomplished more than Boost had in a full year. The CU*Answers team said so directly.
  • 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.
  • 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 information about rates, fees, or account terms is a compliance violation, even 3% is unacceptable for member-facing deployment without heavy guardrails.
  • The liability problem: The credit union retains the risk, not the chatbot vendor. If your chatbot gives a member wrong information, you are liable. I saw this firsthand — a CU was "delegating authority around what the agent could do on behalf of a member to a third-party vendor" while the institution still held all the risk. The compliance team hadn't even considered this.

Act 3 — Where the Real ROI Lives (The Back Office)

  • While CUs 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:
Back-Office FunctionCurrent PainAI OpportunityAnnual Hours Saved
BSA/Fraud Ops95% false positive alerts, 60-hr weeks, 5-6 systems per investigationAI triages alerts, drafts tracker notes, prepares SAR narratives1,560 hrs
HR OperationsManual employment verifications (15 min each), onboarding workflows, payroll error correctionAuto-generate verification letters, route onboarding docs, flag payroll anomalies260 hrs
Product ManagementManual documentation for 500-40,000 line legacy programs, no source control for legacy codeAI indexes and documents legacy codebase, answers developer queries2,860 hrs
Collections5-10 min research per member before each call (320 calls/week)AI pre-screens member history, drafts call briefs, suggests negotiation parameters1,820 hrs
Total across 4 departments6,500 hrs/yr
  • That's 6,500 hours per year saved at a single CUSO — worth $3.29M in value at conservative estimates. Not someday. Not "when AI is ready." This is automatable today.
  • Reference: Real CU results that are already published:
    • FORUM Credit Union: 70% more loan processing capacity with AI
    • Centris FCU: 63% of loan decisions automated
    • Suncoast Credit Union: $800K in fraud prevented in 6 months with AI
    • Teachers FCU: 13,000 days of staff time reclaimed
  • 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 risk profile is fundamentally different: When an internal AI agent makes an error in drafting a tracker note, your BSA analyst catches it during review. When a member-facing chatbot gives wrong rate information, you have a compliance violation. Internal AI fails safely. Member-facing AI fails publicly.

Act 4 — Infrastructure First, Interface Second (The Bezos Lesson)

  • In 2002, Jeff Bezos issued his famous API mandate: every team at Amazon must expose their functionality through service interfaces. No exceptions. The purpose wasn't to build a product — it was to build infrastructure. That internal infrastructure became AWS, which now generates $100B+ in annual revenue.
  • The lesson: build the data layer first. Build the agent infrastructure first. The interfaces come later — and they're better because they're built on real infrastructure, not duct tape.
  • Reference: Stripe vs. Square. Stripe built payment infrastructure (APIs, developer tools, fraud detection). Square built a payment interface (the card reader). Today, Stripe powers 62% of the Fortune 500. The infrastructure company became the platform. The interface company became a feature.
  • For credit unions, this means:
    1. Build the data infrastructure (CDC pipelines from your core — Article 5)
    2. Build the agent infrastructure (internal agents with audit trails, human oversight, examiner-ready logging)
    3. Build the domain knowledge layer (your SOPs, your policies, your member communication style — Article 9)
    4. Then build the member-facing interface — on top of infrastructure that actually works
  • When you build infrastructure first, your eventual member-facing AI is fundamentally better: it has real data access (not nightly batch), real action authority (because the control plane exists), real compliance logging (because the audit trail was there from day one), and real institutional knowledge (because the AI has been learning from your back office for months).
  • Dana Stalder's counterpoint (Matrix Partners) is worth acknowledging honestly: "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.

Act 5 — The Sequence That Works (Closing)

  • Here's the implementation sequence I recommend to every credit union CEO:

Phase 1 (Months 1-3): Back-office agents, one department at a time

  • Start with the department that has the most manual repetitive work and the most measurable output (BSA/Fraud and HR are the best candidates)
  • Deploy AI agents internally where errors are caught by staff, not members
  • Build the audit trail and compliance logging from day one
  • Measure: hours saved, error rates, staff satisfaction

Phase 2 (Months 3-6): Data infrastructure

  • Unlock your core processor data via CDC (Article 5)
  • Build the normalized data layer that agents can query
  • Index your SOPs, policies, and operational knowledge

Phase 3 (Months 6-12): Expand and connect

  • Add agents to more departments (lending, collections, marketing)
  • Connect the agents to the data layer — now they have real-time member data, not stale batch exports
  • The internal track record builds the trust and evidence your board needs

Phase 4 (Month 12+): Now build the member interface

  • Now your member-facing AI has real data access, real action authority, real compliance infrastructure, and 12 months of proven internal operation

  • This isn't a chatbot — it's an intelligent member interface built on production-grade infrastructure

  • The member experience is dramatically better because the plumbing works

  • Callback to Article 3: Runline practices this sequence internally. Our AI agents run our back office — engineering, compliance, operations — before they ever face a customer. The infrastructure was built first. The interfaces came second. And they're better for it.

  • Closing line direction: "The CU that buys a chatbot gets a talking FAQ page. The CU that builds AI infrastructure gets a platform that transforms every department. Same technology. Different sequence. Radically different outcomes."

Key References

  1. 58% of CUs have deployed chatbots — most common AI use case
  2. 29% satisfaction rate for AI banking interactions — Galileo/SoFi survey
  3. 27% consumer trust in financial chatbots — J.D. Power
  4. 78% of chatbot interactions require human escalation
  5. 74% of banking customers prefer humans for complex matters — Deloitte, 2025
  6. CFPB "doom loop" report on chatbot customer experience
  7. Air Canada chatbot lawsuit — company held liable for chatbot misinformation
  8. TELUS Digital — 24/24 banking chatbots exploitable
  9. MIT — 95% of gen AI pilots fail; chatbot demo 94% → production 52%
  10. Hallucination rates 3-27% in production
  11. Boost AI at CU*Answers/Frankenmuth — hundreds of hours, truncated APIs, regression to NLP
  12. Runline built functional chatbot in 3 days vs. Boost's year of effort
  13. 6,500 hours/year saved across 4 departments — $3.29M value
  14. FORUM CU — 70% more loan processing capacity
  15. Centris FCU — 63% of loan decisions automated
  16. Suncoast CU — $800K fraud prevented in 6 months
  17. Teachers FCU — 13,000 days of staff time reclaimed
  18. McKinsey — $200-340B annual banking AI value, majority in operations
  19. Jeff Bezos 2002 API mandate → AWS ($100B+ revenue)
  20. Stripe — 62% of Fortune 500, infrastructure > interface
  21. Dana Stalder (Matrix Partners) — counterpoint on infrastructure-only approach

Tone Calibration

  • Empathy: "If you bought a chatbot and it hasn't delivered what was promised, you're not alone — you're the norm. The question isn't what went wrong with your implementation. The question is why the industry keeps selling member-facing AI as the first move when the evidence says the ROI is in the back office."
  • Curiosity: Genuinely fascinated by the demo-to-production gap. A 94% → 52% drop in success rate is a structural problem with how chatbot AI interfaces with legacy data systems, not a talent or execution problem.
  • Silicon Valley lesson: The Bezos API mandate is the most underappreciated story in tech history. He 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. Credit unions should follow the same playbook.
  • Intellectual honesty: Including Dana Stalder's pushback makes this article stronger, not weaker. Acknowledging that "infrastructure only" isn't enough — you need applications too, just in the right order — builds credibility with C-suite readers who've heard too many vendor pitches that ignore counterarguments.
  • Spicy take: "Your chatbot vendor spent a year failing to integrate with your core processor. We built a working prototype in 3 days. The difference isn't talent — it's approach. We started with the data. They started with the interface."