CBA AI Acceleration 1 / 22

AI Acceleration

Unlocking Deeper Customer Insights

Leveraging Multimodal LLMs for a Proactive Future

Commonwealth Bank of Australia
CBA AI Acceleration 2 / 22

Executive Summary

Transforming Customer Understanding Through Technology

The Technical Challenge:

  • Traditional NLP limitations: missing non-verbal cues.
  • Lagging feedback loops: reactive, not proactive insights.
  • Data silos hindering holistic customer view.

Our Technical Solution:

  • Multimodal LLMs for deep speech/audio understanding.
  • Unlocking tone, emotion, and implicit intent programmatically.
  • Enabling proactive, data-driven system interventions.

Technical Vision:

From Reactive Problem-Solving to Proactive System Intelligence.

CBA AI Acceleration 3 / 22

The Technical Insight Gap

Limitations of Current Data Collection Systems

~70% Unstructured Data Audio, Text, Interactions Challenge in automated processing
Lagging Feedback Cycle Weeks to months for insights Post-mortem analysis only
Limited Context Capture Misses tone, implicit intent Relies on explicit statements

Current systems provide retrospective quantitative metrics, but lack real-time qualitative depth.

CBA AI Acceleration 4 / 22

Understanding Nuance: The Technical Challenge

Why Traditional Systems Fall Short

πŸš«πŸ—£οΈ

Limited Audio Understanding

ASR captures words, but misses paralinguistic cues (pitch, tone, prosody).

πŸ“βž‘οΈπŸ˜

Shallow Text Analysis

Traditional NLP struggles with sarcasm, implicit meaning, and complex emotional states from text alone.

πŸ”„β°

Delayed Processing

Batch processing of feedback prevents real-time system adjustments or interventions.

Overcoming these limitations requires advanced AI capabilities beyond simple keyword spotting or sentiment lexicons.

CBA AI Acceleration 5 / 22

Voice of the Customer: Capturing Unstructured Signals

The Technical Challenge of Contextual Understanding

"Never contact me. Never suggest better banking options for my situation. Only send generic emails etc, not tailored to my needs. No contact from a human." - Customer Desiring Personalization

This verbatim highlights the need for AI to infer implicit needs and personalization cues from conversation, moving beyond explicit requests.

impersonal

Technical Need: Advanced Contextual AI

Challenge: Automating the detection of implicit signals for "recognising customer loyalty", "proactively keeping you informed", and "staff having your interests at heart" without explicit verbal cues.

Source: CBA MFI Customer Verbatim, April 2025 (Page 4) - illustrating raw data.

CBA AI Acceleration 6 / 22

Voice of the Customer: Resolving Ambiguity

Bridging Gaps in Staff Knowledge & Service Consistency with AI

"Staff are not knowledgeable. They do not know how to raise a credit card dispute. Rates on loans and savings are bad." - Dissatisfied with Staff Knowledge

This feedback points to systemic technical challenges in knowledge dissemination and real-time information access for staff.

confused

Technical Need: Dynamic Knowledge Systems

Challenge: Ensuring staff provide accurate, real-time information by dynamically surfacing relevant data and solutions based on nuanced customer queries.

Source: CBA MFI Customer Verbatim, April 2025 (Page 13) - illustrating raw data.

CBA AI Acceleration 7 / 22

The Data Blind Spot

Why Current Methods Fall Short for Technical Teams

πŸ“

Traditional NLP

Text-Only: Misses tone, emotion, unspoken intent. Provides lagging insights based on transcriptions.

surveys

Retrospective Surveys

After-the-Fact: Limited by questions, recall bias. No real-time alerts or spontaneous feedback.

πŸ“Š

Lagging Analytics

Historical Data: Shows *what* happened (e.g., NPS decline), not *why* it's happening at the moment of interaction.

We are reacting to problems, not proactively preventing them. Our tech stack needs to enable foresight over hindsight.

CBA AI Acceleration 8 / 22

The Cost of a Reactive Technical Approach

Impacts on System Efficiency & Technical Debt

πŸ’”

Inefficient Customer Journey Orchestration

Delayed insights prevent timely, automated system responses, leading to manual interventions.

πŸ’Έ

Increased Manual Operational Overhead

Higher AHT for escalated issues due to lack of real-time AI guidance.

🐌

Slowed Feature Development & Iteration

Lagging feedback cycles impede agile product development and rapid adaptation to user needs.

πŸ“‰

Suboptimal Data Utilization

Vast amounts of unstructured data remain unanalyzed, representing untapped technical potential.

CBA AI Acceleration 9 / 22

The Paradigm Shift

Introducing Multimodal Large Language Models

πŸ“

Text Modality

Transcribed Words

What is said

+
πŸ—£οΈ

Speech Modality

Tone, Pitch, Volume, Cadence

How it is said

🧠

Multimodal LLM

Deep Contextual Understanding

True Intent & Emotion

Unlocking insights that were previously imperceptible.

CBA AI Acceleration 10 / 22

How Multimodal LLMs Work

Capturing Nuance: Tone, Emotion, Intent

πŸ—£οΈ

Voice Tone & Pitch

Detects anger, calm, urgency, satisfaction.

😟

Emotional State

Identifies frustration, confusion, delight, anxiety.

πŸ€”

Implicit Intent

Understands unstated needs or hidden dissatisfaction.

🀐

Speech Patterns

Analyzes pauses, interruptions, speaking rate.

πŸ’¬

Contextual Language

Understands nuanced phrases and sarcasm.

πŸ”₯

Urgency & Intensity

Flags high-priority customer situations.

Moving from 'what was said' to 'what was truly meant' programmatically.

CBA AI Acceleration 11 / 22

High-Level Architecture

From Raw Data to Actionable Technical Insights

                                %%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#2B2A29', 'primaryTextColor': '#ffffff', 'primaryBorderColor': '#ffcc00', 'lineColor': '#ffcc00', 'textColor': '#ffffff', 'fontFamily': 'Inter'}}}%%
                                flowchart TD
                                    A[Raw Audio Data] --> B(Multimodal LLM);
                                    B --> C(Deep Understanding);
                                    C --> D(Actionable Insights);
                                    style A fill:#333,stroke:#ffcc00,stroke-width:2px;
                                    style B fill:#333,stroke:#ffffff,color:#ffffff;
                                    style C fill:#333,stroke:#ffcc00,stroke-width:2px;
                                    style D fill:#ffcc00,stroke:#000,color:#000,font-weight:bold;
                            

A continuous feedback loop for intelligent decision-making, enabling automated system responses.

CBA AI Acceleration 12 / 22

The Flywheel of Insight

Driving Continuous Technical Capability Improvement

                                %%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#2B2A29', 'primaryTextColor': '#ffffff', 'primaryBorderColor': '#ffcc00', 'lineColor': '#ffcc00', 'textColor': '#ffffff', 'fontFamily': 'Inter'}}}%%
                                flowchart LR
                                    A[Capture Raw Data] -- Interpret --> B(Generate Insights);
                                    B -- Apply --> C(Actionable Intervention);
                                    C -- Measure --> D(Refine Strategy);
                                    D -- Feed Back --> A;

                                    style A fill:#333,stroke:#ffcc00,stroke-width:2px;
                                    style B fill:#333,stroke:#ffffff,color:#ffffff;
                                    style C fill:#ffcc00,stroke:#000,color:#000,font-weight:bold;
                                    style D fill:#333,stroke:#ffcc00,stroke-width:2px;
                            

A continuous cycle where each stage amplifies the next, creating compounding technical value.

CBA AI Acceleration 13 / 22

New Data Points, New Analytics

Unlocking Previously Hidden Customer Insights for System Optimization

πŸ“ˆ

Emotional Intensity Scores

Quantify frustration, urgency, delight during interactions. *Technical impact: Identify triggers for automated system re-routing or enhanced agent support.*

❓

Unstated Needs & Pain Points

Identify subtle problems customers don't explicitly articulate. *Technical impact: Fine-tune product feature roadmaps and enhance proactive digital nudges based on implicit signals.*

⚠️

Proactive Churn Signals

Detect early indicators of dissatisfaction or intent to leave. *Technical impact: Trigger automated retention workflows or prioritize agent follow-ups in CRM systems.*

🀝

Agent Empathy & Effectiveness

Measure soft skills and actual problem resolution impact. *Technical impact: Develop adaptive training modules and refine conversational AI agent responses based on real-world interactions.*

CBA AI Acceleration 14 / 22

A Fundamental Technical Shift

From Reactive Problem-Solving to Proactive System Intelligence

Yesterday: Reactive Systems

Issue occurs β†’ Manual logging β†’ Batch processing β†’ Delayed reporting β†’ Manual solution implementation.

  • Lagging indicators: Problem identified after impact.
  • Generic responses: One-size-fits-all system logic.
  • Missed opportunities: Technical debt accumulates from unaddressed system inefficiencies.
↓

Tomorrow: Proactive Systems

Real-time signal detection β†’ Automated insight generation β†’ Targeted system intervention β†’ Problem mitigated / Feature enhanced.

  • Leading indicators: Detect anomalies as they happen.
  • Personalized interactions: Dynamically adapted system workflows.
  • Anticipated needs: Address unspoken system requirements through predictive analytics.

Foresight over hindsight: engineering a new era of proactive system management.

CBA AI Acceleration 15 / 22

Unlocking Proactive Intelligence

Use Case 1: Real-time Agent System Enhancements

πŸ“žβœ¨

Real-time Agent Coaching & Systemic Support

  • Detects escalating customer frustration or confusion during calls via multimodal analysis.
  • Prompts agents with empathetic language or de-escalation techniques directly in their console, leveraging real-time data streams.
  • Provides instant access to relevant knowledge base articles tailored to the real-time conversation context, reducing manual search time.
  • Identifies moments of high-priority issues for immediate escalation to a supervisor, optimizing call routing and resource allocation.
**Technical Impact:** Enables real-time, context-aware agent prompts improving resolution efficiency, reduces manual information lookup, and optimizes supervisor intervention logic. Directly addresses challenges in dynamic knowledge retrieval and adaptive system response.
CBA AI Acceleration 16 / 22

Example: Real-time Agent Coaching

Automated De-escalation & Information Retrieval

πŸ—£οΈπŸ˜‘

Customer Interaction: Loan Application Delay

Customer: "I've been waiting for my home loan approval for weeks! This is unacceptable, I need an answer *now*!" (Raised voice, agitated tone, rapid speech)

β†’
πŸ’‘πŸ‘©β€πŸ’Ό

LLM-Powered Agent Console Overlay

**Emotion Detected:** High Frustration, Urgency. **Key Topic:** Home Loan Approval. **Agent Prompt:** "Acknowledge frustration directly. Check loan status: [Loan ID XXXXX]. Suggest: 'I understand this delay is concerning. Let me pull up your application and get you an immediate update, or escalate to a specialist if needed.'"

**Technical Impact:** Enables real-time multimodal analysis to trigger dynamic content injection into agent UIs, improving resolution and reducing churn signals.

CBA AI Acceleration 17 / 22

Example: Proactive Issue Resolution

Anticipating Needs & Automating Interventions: Digital Onboarding

πŸ’¬πŸ€”

Customer Interaction: Digital Onboarding

Customer: "The online account opening process seems... pretty straightforward. Just making sure I haven't missed anything about linking my existing accounts." (Slight hesitation, unsure tone on 'anything')

β†’
πŸ“§βœ…

LLM-Triggered Proactive Intervention

**LLM Detects:** Potential underlying confusion despite verbal assurance. **Action:** Triggers automated email post-call with detailed, step-by-step instructions for linking accounts and a direct link to a video tutorial, reducing potential future friction and improving 'Ease of using self-service channels'.

**Technical Impact:** Enables proactive, automated system responses based on subtle interaction cues, reducing future support load and enhancing user self-service adoption.

CBA AI Acceleration 18 / 22

Business Banking: Technical Enablers

Direct System Augmentation & Enhanced CRM Capabilities

πŸ€πŸ’°

Proactive Relationship Management Augmentation

  • Identifies specific business challenges and growth opportunities from verbal cues in RM conversations for CRM enrichment.
  • Flags subtle signs of financial stress or industry-specific concerns, triggering early warning system alerts.
  • Enables Relationship Managers with AI-curated insights to proactively offer tailored solutions and advice (e.g., flexible financing, cash flow management tools) via integrated platforms.
  • Provides RMs with deeper context on customer needs before scheduled engagements through enriched customer profiles.
**Technical Impact:** Integrates multimodal AI into CRM systems for enhanced customer data, enabling predictive analytics for churn and growth, and providing actionable insights for Relationship Managers.
CBA AI Acceleration 19 / 22

Example: Business Banking

AI-Driven Growth Opportunity Identification

πŸ’πŸ“ˆ

Business Owner Conversation

"Yes, just handling this payment. Things are busy – we just secured a new contract, looking to expand our operations soon." (Enthusiastic tone, slight underlying pressure)

β†’
πŸ’ΌπŸ’‘

LLM-Driven RM Action Trigger

**LLM Flags:** 'Expansion intent', 'Growth phase' keywords combined with positive sentiment. **Action:** Triggers automated notification to RM with tailored info on business expansion loans, cash flow solutions, or invites to business growth workshops, enhancing proactive client engagement capabilities.

**Technical Impact:** Develops a proactive AI trigger system to identify business growth opportunities and automate targeted RM engagement, improving data-driven outreach.

CBA AI Acceleration 20 / 22

Talent & Culture: Technical Training Solutions

Empowering Our People Through Data-Driven Development

πŸ‘©β€πŸ«πŸ§ 

Personalized Training & Performance Enhancement Systems

  • Identifies specific knowledge gaps or communication weaknesses in agent interactions (e.g., frequent "ums" or pauses, incorrect product information provided) through audio analytics.
  • Measures agent empathy and de-escalation effectiveness through multimodal cues, correlating agent tone shifts with customer emotional responses to inform training modules.
  • Pinpoints best practices from high-performing agents, creating shareable learning modules based on successful interactions that lead to high customer satisfaction, for automated content generation.
  • Generates personalized training recommendations and coaching points for individual agents, moving away from generic, broad training. Example: "Focus on X product features," or "Practice de-escalation techniques for frustrated callers."
**Technical Impact:** Automates identification of agent skill gaps based on interaction analytics, enabling data-driven, personalized training module generation and a more adaptive learning system for continuous performance improvement.
CBA AI Acceleration 21 / 22

Strategic Imperative: Technical Leadership

Invest in Advanced AI Infrastructure.

Lead with Data-Driven Capabilities.

Drive Proactive System Decisions, AI-Powered Product Innovation, and Personalized Service Automation.

Elevating Technical Capabilities for Enhanced Customer Experience.

Commonwealth Bank of Australia
CBA AI Acceleration 22 / 22

Live Demo: Customer Insight Engine

Interact with the Multimodal Analysis Pipeline

(Requires your Gradio application to be running and accessible)

To run this demo, ensure your Gradio application is launched (e.g., using `app.launch()`) and accessible via the specified URL.