AI in banking

What 120+ bank deployments reveal about agentic process automation

26 May 2026
9
mins read

Most banks have already run the RPA experiment. They built bots, counted the automations, and watched a chunk of them break the moment an underlying screen changed. Then came gen AI pilots - smarter, more flexible, but still waiting on a human to push each step forward. Agentic process automation in banking changes the operating equation entirely: autonomous agents that reason, plan, and execute multi-step processes from trigger to resolution, under governed authority, without a human handoff at every junction.

Why RPA and basic AI hit the same wall

Robotic process automation was never really automation in the full sense. It was sophisticated screen-scraping - a brittle script that followed a fixed path through a user interface and fell apart when that interface changed. McKinsey estimates 30 to 50 percent of RPA implementations have failed to deliver expected ROI, largely because maintenance overhead consumed the efficiency gains. Banks ended up managing a fleet of fragile bots instead of running leaner operations.

Gen AI improved the reasoning but didn't solve the execution problem. A language model can draft a credit memo or summarize a dispute case, but it can't close that case without a human orchestrating every next step. The automation stopped where the decision started. That meant the most expensive work - the judgment calls and exception handling, the work that required reading across systems - stayed with people.

Agentic process automation changes that. An agent perceives inputs across systems, reasons against policy and context, plans a sequence of actions, and executes them across APIs and databases. It also adapts when something unexpected surfaces mid-process. The shift isn't a matter of degree - it changes which tasks require human presence at all, and therefore which cost structures are actually movable. McKinsey estimates that between 50 and 60 percent of bank FTEs are tied to operations - which makes this the single largest cost transformation opportunity in the industry right now.

What end-to-end means in banking operations

The phrase "end-to-end automation" gets used loosely. In banking, it means something specific: a process that runs from customer trigger to final resolution without a human having to hand files between systems, chase missing data, or interpret a policy document to decide what happens next. Three domains illustrate what this looks like in practice.

Account opening and onboarding. A traditional onboarding flow touches identity verification, KYC screening, document collection, risk scoring, account provisioning, and welcome communications - across five or more systems. In an agentic model, a single orchestrated workflow handles all of it. The agent retrieves identity data, runs KYC checks against watchlists, and scores the application against risk policy. It then provisions the account in core banking and triggers the welcome journey - escalating to a human only when a genuine exception requires judgment. What took days collapses to minutes for straight-through cases. For the banks Backbase has worked with across more than 120 implementations, including AI loan origination deployments, the pattern is consistent: agents absorb the routine, humans handle the complex.

Credit decisioning. Multi-agent squads are now running financial risk analysis and business model risk assessment at scale, with McKinsey noting 20 to 60 percent productivity gains in credit memo preparation. The agent gathers applicant data from payroll integrations, tax records, and transaction history. It then generates an assessment summary, flags anomalies, and routes to a credit officer with a structured evidence package - not a pile of raw data. The officer decides faster because the grunt work is done. This is the assistive-to-delegated progression - where the agent prepares, the human approves, and the audit trail is complete - that defines responsible AI governance in banking.

Dispute resolution. Dispute handling is a classic whitespace problem. The customer submits a claim, and then a human retrieves transaction data from the payments system, checks fraud signals from another platform, contacts the merchant network through a third tool, and manually builds a case. An agentic approach orchestrates all of that automatically - gathering evidence, applying the bank's chargeback policy, and proposing a resolution. It then either executes autonomously within defined parameters or presents the resolution for human sign-off. The coordination tax - the cost of stitching these steps together manually - is where most of the savings live.

The architecture agentic automation requires

You can't add agentic process automation onto a fragmented stack and expect it to work. The banks pulling ahead aren't running better models - they're running better architecture. What separates banks that ship agentic automation from those stuck in pilot purgatory comes down to three architectural prerequisites, each one a condition for the next.

A shared semantic layer. Agents need a single, consistent view of the customer, the account, the case, and the relevant policies - across every system they touch. Without it, an agent working the dispute resolution process reads a different version of the customer from the payments system than from the CRM, and the decisioning becomes unreliable. The Backbase AI-native Banking OS addresses this through Nexus, the Semantic Layer that provides a unified Customer State Graph and Banking Ontology - one operational truth that every agent and every workspace reads from. McKinsey describes this same requirement as building the "ontology" that captures the bank's workflows, decisions, and knowledge as the foundation for agent work.

Event-driven, API-first orchestration. Agentic workflows are not batch processes. They're triggered by events - a customer submits a document, a fraud signal fires, a deadline passes - and they need to coordinate actions across core banking, payments, identity, and CRM systems in near-real-time. That requires an Orchestration Layer that handles both deterministic workflows for known process paths and agentic workflows for adaptive execution. The move from digital channels to an integrated frontline is precisely this: from stateless transactions to stateful, event-driven operations that carry context across every step.

Governed decision authority. This is where agentic automation in banking differs fundamentally from automation in other industries. Every agent action carries regulatory weight. A credit decision, a KYC clearance, a dispute resolution - each of these needs to be authorized under specific policies, by a specific actor with appropriate authority, with a complete audit trail. The Backbase Banking OS enforces this through Sentinel, the Authority Layer that issues a Decision Token before any action executes. No agent acts outside its defined scope, and no decision runs without a traceable evidence bundle. This is how banks give regulators the explainability they require, and how they control the pace of autonomy - moving from assistive to delegated to autonomous as confidence grows. AI compliance architecture built into the execution layer is what turns capability into controlled production.

The ROI case: what the numbers show

The directional evidence from deployments is consistent and compelling. McKinsey projects agentic AI could lower bank operational costs by 20 percent or more, equivalent to 9 to 15 percent of operating profits. Banks running agentic servicing deployments at Backbase see 30 to 40 percent cost-to-serve reduction in targeted domains. Origination processes running agentic orchestration show 25 to 35 percent cost reduction alongside 10 to 15 percent conversion improvement - because faster time-to-yes means fewer applicants drop off mid-process.

Jouk Pleiter, CEO of Backbase, frames the broader ambition in a recent podcast: "It is basically the white glove treatment you see in private banking at a mass scale." That's the operational promise of agentic process automation - not replacing humans, but extending what every customer interaction can access. The infrastructure that makes it possible is the Banking OS Factory: the design and delivery environment where banks build, test, validate, and deploy agentic workflows domain by domain, without big-bang migrations.

Across 120+ bank deployments, the pattern that separates high-ROI implementations from stalled pilots is consistent with what McKinsey identifies as the root cause of pilot purgatory: narrow use cases deployed on fragmented foundations. Banks that wire agents into a unified operational layer - a shared semantic layer, API-first orchestration, and a governance layer that controls what agents are authorized to execute - compound value across every new domain they add, because each component is a prerequisite for the next. Banks that deploy agents on top of disconnected systems re-pay the integration cost every single time. BCG research on AI in financial services points to the same structural conclusion: foundation before feature.

Progressive autonomy: how banks scale without losing control

One concern that surfaces in every agentic conversation is control. Banks are right to ask it. The answer isn't to limit what agents can do - it's to define, measure, and gradually expand their authority in a structured way. The AI-native banking architecture that supports agentic process automation distinguishes three autonomy levels: assistive, where the agent prepares and the human decides; delegated, where the agent executes with human approval; and autonomous, where the agent acts within guardrails and humans monitor. Every domain can operate at a different level - dispute resolution might run delegated while credit decisioning stays assistive, and that's by design.

What makes this scalable is that the governance layer doesn't change as autonomy increases. Sentinel enforces the same policy constraints, issues the same Decision Tokens, and maintains the same audit trail whether a human or an agent is the executing actor. Banks earn autonomy by demonstrating consistent, governed performance at each level - and they can revoke it just as deliberately if something changes. That's the architecture of trust in agentic process automation: not a switch, but a dial, with full visibility into every position. Building an AI-native bank means embedding this governance logic from the start, not retrofitting it once agents are already in production.

The banks moving fastest in 2026 aren't treating agentic automation as a technology experiment. They're treating it as an operating model decision - choosing to run their frontline as a coordinated system where customers, employees, and AI agents work from the same operational truth. The institutions that make that architectural choice now will compound the advantage with every domain they add. The ones still deploying point solutions on fragmented stacks will keep re-paying the same integration debt. Gartner's analysis of agentic AI trends reinforces that the window for architectural differentiation is narrow - laggards will find catch-up increasingly expensive.

Frequently asked questions

What is agentic process automation in banking?

Agentic process automation in banking refers to AI agents that autonomously execute multi-step banking workflows - from account opening and credit decisioning to dispute resolution - across systems without requiring human handoffs at each step. Unlike RPA, which follows fixed scripts, agentic agents reason, adapt to exceptions, and act under governed decision authority.

How is agentic process automation different from RPA in banking?

RPA follows rigid UI-level scripts and breaks when interfaces change. Agentic process automation reasons across systems, handles exceptions, and adapts to new information mid-process. McKinsey estimates 30 to 50 percent of RPA implementations fail to deliver expected ROI. Agentic approaches operate through API-first orchestration that's far more resilient to system changes.

What architecture does agentic process automation require in banks?

Three components are non-negotiable: a shared semantic layer that gives agents a consistent view of customer data across all systems, event-driven API-first orchestration that coordinates actions in near-real-time, and a governed decision authority layer that issues traceable authorization tokens before any agent action executes. Without all three, agents operate on partial data and inconsistent rules.

How do banks govern AI agents in automated banking processes?

Governance works through progressive autonomy levels - assistive, delegated, and autonomous - where each level is earned through demonstrated performance. Every agent action requires a Decision Token that records the policy applied, actor identity, model version, and decision outcome. This creates a complete audit trail that satisfies regulatory explainability requirements without slowing execution.

What ROI can banks expect from agentic process automation?

McKinsey projects agentic AI could reduce bank operational costs by 20 percent or more. Banks running agentic origination deployments see 25 to 35 percent cost reduction with 10 to 15 percent conversion improvement. Agentic servicing deployments typically deliver 30 to 40 percent cost-to-serve reduction in targeted domains, with staff productivity gains of up to 3x.

About the author
Backbase
Backbase pioneered the Unified Frontline category for banks.

Backbase built the AI-native Banking OS - the operating system that turns fragmented banking operations into a Unified Frontline. Customers, employees, and AI agents work as one across digital channels, front-office, and operations.

Backbase was founded in 2003 by Jouk Pleiter and is headquartered in Amsterdam, with teams across North America, Europe, the Middle East, Asia-Pacific, Africa and Latin America. 120+ leading banks run on Backbase across Retail, SMB & Commercial, Private Banking, and Wealth Management.

Table of contents
Vietnam's AI moment is here
From digital access to the AI "factory"
The missing nervous system: data that can keep up with AI
CLV as the north star metric
Augmented, not automated: keeping humans in the loop