Technology

Next-Best-Action Engines for Personalized Banking Offers

|Posted by Hitul Mistry / 31 Aug 26

Deciding What to Say to a Customer, and When Not to Say Anything

Next-best-action programmes are usually sold as a revenue initiative and built as a model. A propensity score is trained, offers are ranked, and the engine tells each channel what to present. Then a customer three weeks into a bereavement receives a credit card offer, a customer in arrears is offered an overdraft increase, and the programme acquires a reputation nobody can shift.

The engine that avoids that is not a better model. It is an architecture that keeps three different decisions separate: whether the customer is eligible, how likely they are to respond, and whether the offer should be made at all. Getting next best action banking right depends far more on the third question than on the second.

What is the engine actually deciding?

Three questions with different natures, which is why they need different components.

QuestionNatureImplementationFailure if blended
Is the customer eligible?Deterministic policyRules, auditable, exactCannot explain or prove eligibility
How likely are they to respond?ProbabilisticModel with monitoringPolicy becomes unpredictable
Should this offer be made at all?Judgment and conductSuppression rules and governanceHarm to customers and reputation

Why do banks skip the third question?

Because it reduces measured revenue in the short term and nobody owns it.

Eligibility has a policy owner and propensity has a data science team. Appropriateness sits between marketing, conduct, and product, and its effect is to remove offers from the pool, which looks like lost opportunity on a dashboard. Assign it explicitly to a named owner with authority, because an engine without a strong suppression layer will eventually produce an incident that costs more than the programme earned.

What does the architecture look like?

Seven components, with arbitration and suppression as first-class parts rather than filters.

ComponentResponsibility
Customer stateCurrent, consistent view of holdings, behaviour, and context
Eligibility engineDeterministic policy per product, auditable and versioned
Propensity modelsResponse likelihood per action, monitored for drift
Value estimationExpected value including cost, risk, and tenure effects
ArbitrationWhich action wins, given channel and contact constraints
SuppressionWhat must not be offered, evaluated last and at delivery
Feedback captureOutcomes returned for measurement and retraining

Why is arbitration a distinct component?

Because without it, whichever campaign was configured most recently wins by accident.

Multiple products will be eligible and attractive for the same customer, and something has to choose. Left implicit, that choice is made by campaign priority fields set by whoever asked most recently, which is how a customer is offered a savings product one day and a loan the next with no coherent story. Make arbitration explicit: rank by expected value adjusted for customer benefit, enforce contact frequency limits, and record why the winning action won. That record is what lets you answer a complaint and tune the policy. The personalisation architecture patterns are covered in this guide to designing personalisation engines.

If a customer asks why they received a particular offer, can you reconstruct the decision?

Talk to Digiqt about next-best-action architecture

How should suppression work?

As a final, non-overridable layer evaluated at the moment of delivery.

Suppression triggerReason
Vulnerability indicatorsDuty of care, foreseeable harm
Arrears or financial difficultyOffering credit to someone struggling is harmful
Open complaint or disputeTone-deaf contact escalates the issue
Recent bereavement or life eventSensitivity, and product relevance changes
Recent decline for the same productReapproaching compounds the rejection
Contact frequency limits reachedFatigue and consent
Marketing preferences and consent stateLegal requirement
Product already held or pendingBasic relevance

Two design points matter. Suppression must be evaluated at delivery rather than at candidate generation, because a customer's circumstances change between the nightly run and the moment they open the app. And it must not be overridable by campaign configuration, since the whole point is that it beats commercial pressure. Treat the suppression list as the most carefully governed asset in the platform.

Should decisions be precomputed or real-time?

Both, with candidates precomputed and suppression plus context evaluated live.

ApproachStrengthWeakness
Precomputed nightlyCheap, allows complex models, easy to review before releaseStale by the time it is used
Real-time inferenceUses current context and session behaviourLatency budget, harder to govern
HybridCandidates precomputed, final selection and suppression liveTwo paths to keep consistent

The hybrid is the practical answer for most banks. Precompute a ranked candidate set, then at delivery apply suppression, contact limits, channel appropriateness, and any session context, all within a tight latency budget so the decision does not delay the screen. Keep both paths reading the same eligibility and suppression definitions, because two implementations of the same policy will diverge and the divergence will surface as a customer complaint rather than a test failure.

How do conduct expectations shape the engine?

They constrain what may be offered, not just how it is described.

The FCA's Consumer Duty sets the Consumer Principle that a firm must act to deliver good outcomes for retail customers, with three cross-cutting rules requiring firms to act in good faith, avoid causing foreseeable harm, and support customers in pursuing their financial objectives, across four outcomes covering products and services, price and value, consumer understanding, and consumer support. Read against a personalisation engine, that has concrete implications: an offer that converts well and leaves the customer worse off is a problem rather than a success, and an engine optimised purely on conversion will find those offers reliably because they are the ones people accept when they should not.

What makes an offer inappropriate even when it converts?

When acceptance predictably harms the customer, or when the product does not serve their stated objective.

High-cost credit to someone showing signs of financial strain converts well. So does a product with a fee structure poorly matched to the customer's usage pattern. Build customer-benefit constraints into the value function rather than leaving them to a post-hoc review: exclude actions where risk indicators suggest harm, weight retention and outcome measures alongside revenue, and require product owners to state the customer benefit for each action in a form the engine can check. Where an action needs advice or suitability assessment, route it to a human rather than presenting it as an offer, which is the boundary discussed in human-in-the-loop controls for AI decisions.

Is your engine optimising conversion, or conversion adjusted for customer outcome?

Talk to Digiqt about conduct-aware offer design

How do you measure uplift honestly?

With holdout groups and incrementality, never with response rate alone.

Response rate measures who accepted, not who accepted because of the offer. A model that targets customers already intending to buy produces excellent response rates and near-zero incremental value, and it is indistinguishable from a good model without a control group. Hold out a randomised group from every action, measure the difference, and report incremental value rather than conversion. Then measure over a horizon long enough to capture harm as well as benefit: an offer that converts and produces a complaint or an early closure three months later has negative value that a thirty-day window hides entirely.

Why do holdouts get cut?

Because they look like deliberately foregone revenue, and defending them requires the discipline to say no.

Every commercial stakeholder will ask why a percentage of eligible customers received nothing. The answer is that without them nobody can tell whether the engine works, which means the entire investment is unmeasured. Protect the holdout in governance, keep it small enough to be affordable and large enough to be significant, and report the incremental figure prominently so the value of the control is visible alongside it. The measurement discipline sits alongside the pipeline practices in this guide to MLOps for regulated workloads.

How do you avoid discriminatory targeting?

By testing exclusion as well as inclusion, and by treating credit-related actions as decisions.

Targeting creates two distinct risks. Inclusion risk is offering an unsuitable product to a group. Exclusion risk is systematically not offering a beneficial product, which is easy to miss because there is no complaint from someone who never saw an offer. Test both: analyse offer distribution and acceptance across relevant groups, look for proxy features driving the split, and review products with materially uneven reach. Where an action involves credit, remember that a decision not to extend an offer can shade into a credit decision with explanation obligations, and the CFPB has been clear that creditors using complex algorithms including AI or machine learning must still disclose specific principal reasons for adverse action, with opacity no defence. The measurement approach is set out in bias testing and fairness monitoring.

What data foundation does this need?

A current, consistent customer state, which is usually the real project.

The engine is a thin layer over data quality. It needs holdings and balances that are current, behaviour recent enough to be relevant, life events where known, contact history across every channel, and consent state, all joined reliably. Most next-best-action programmes underperform because the customer state is assembled from systems that disagree, which produces offers for products already held and contact that ignores yesterday's conversation. Fix the foundation first, since the cross-sell data problem is well described in this guide to cross-sell and upsell data challenges, and the channel consistency requirement is the subject of omnichannel servicing platform design.

How should delivery be phased?

Customer state, then eligibility, then suppression, then arbitration, then models, then real-time.

PhaseDurationDeliverable
Customer state foundation3 to 5 monthsJoined, current view with contact history and consent
Deterministic eligibility1 to 2 monthsVersioned, auditable rules per product
Suppression layer1 to 2 monthsGoverned list, delivery-time evaluation, non-overridable
Arbitration1 to 2 monthsExplicit ranking, contact limits, decision logging
Propensity models2 to 3 monthsResponse models with monitoring and holdouts
Channel integration2 to 3 monthsConsistent decisions across app, contact centre, branch
Real-time context2 to 3 monthsSession-aware selection within a latency budget

Suppression before models is deliberate. An engine with strong suppression and crude ranking is safe and useful, while one with excellent ranking and weak suppression is a liability, and the second configuration is the one that reaches production first if you let modelling lead. The NIST AI Risk Management Framework 1.0 and its 2024 Generative AI Profile are useful for structuring the governance around the model components.

Which metrics matter?

Incremental value against holdout, suppression volume and reasons, complaint and early-closure rates, reach and exclusion, and decision explainability.

Report incremental value rather than response rate, with the holdout comparison shown. Publish suppression volume by reason, since a falling number may mean commercial pressure is eroding the layer rather than that customers are healthier. Track complaints and early product closures attributed to engine-driven offers, which is the harm signal. Report reach across customer groups and flag material under-offering as well as over-offering. Measure the share of decisions with a reconstructable rationale, which should be all of them. And watch offer relevance failures, meaning offers for products already held or recently declined, because those are the errors customers notice and mention.

Next-best-action engines earn trust slowly and lose it in a single badly timed offer. The architecture that survives keeps eligibility deterministic, makes arbitration explicit, treats suppression as the most protected component in the system, and measures itself against a holdout it refuses to give up.

Frequently Asked Questions

What is a next-best-action engine actually deciding?

Three separate things: whether the customer is eligible, how likely they are to respond, and whether the offer is appropriate for them at all. Only the middle one is a model.

Why must eligibility be separate from propensity?

Because eligibility is deterministic policy that must be auditable and exact, while propensity is probabilistic. Blending them makes it impossible to explain why someone received an offer.

What is arbitration and why is it a distinct component?

The decision about which of several eligible actions to present, given channel constraints and contact limits. Without it, whichever campaign runs last wins by accident.

Why are suppression rules the highest-value list you maintain?

Because the cost of a wrong offer to a customer in arrears, bereavement, or vulnerability far exceeds the value of a converted one, and reputational damage is asymmetric.

Should decisions be precomputed or made in real time?

Both. Precompute candidate actions nightly for reach and cost, then re-evaluate suppression and context at the moment of delivery so nothing stale reaches the customer.

How do conduct expectations apply to personalisation?

Directly. The FCA's Consumer Duty requires firms to act to deliver good outcomes, avoid foreseeable harm, and support customers' financial objectives, which constrains what may be offered.

Why are holdout groups non-negotiable?

Because without a control group you measure who would have bought anyway. Response rate flatters a targeting model that simply found existing intent.

What discrimination risk does targeting create?

Exclusion as well as inclusion. Systematically not offering a product to a group can be as consequential as offering the wrong one, and proxies produce it without any protected attribute.

Sources

Read our latest blogs and research

Featured Resources

Technology

Improving Developer Velocity Inside Bank Security Constraints

Where the weeks actually go in regulated delivery, what to measure, how golden paths carry controls, fixing access and environments, handling scan backlogs, and what velocity theatre looks like.

Read more
Technology

Human-in-the-Loop Controls for AI Decisions in Regulated Finance

How to design human in the loop AI finance controls that genuinely catch errors, covering oversight models, review task design, automation bias, override measurement, accountability, and staged reduction.

Read more
Technology

Bias Testing and Fairness Monitoring for Credit and Insurance Models

How to design model bias testing financial institutions can defend, covering fairness metric selection, protected attribute data, driver analysis, less discriminatory alternatives, and continuous monitoring.

Read more

About Us

We are a technology services company focused on enabling businesses to scale through AI-driven transformation. At the intersection of innovation, automation, and design, we help our clients rethink how technology can create real business value.

From AI-powered product development to intelligent automation and custom GenAI solutions, we bring deep technical expertise and a problem-solving mindset to every project. Whether you're a startup or an enterprise, we act as your technology partner, building scalable, future-ready solutions tailored to your industry.

Driven by curiosity and built on trust, we believe in turning complexity into clarity and ideas into impact.

Our key clients

Companies we are associated with

Life99
Edelweiss
Aura
Kotak Securities
Coverfox
Phyllo
Quantify Capital
ArtistOnGo
Unimon Energy

Our Offices

Ahmedabad

B-714, K P Epitome, near Dav International School, Makarba, Ahmedabad, Gujarat 380051

+91 99747 29554

Mumbai

C-20, G Block, WeWork, Enam Sambhav, Bandra-Kurla Complex, Mumbai, Maharashtra 400051

+91 99747 29554

Stockholm

Bäverbäcksgränd 10 12462 Bandhagen, Stockholm, Sweden.

+46 72789 9039

Malaysia

Level 23-1, Premier Suite One Mont Kiara, No 1, Jalan Kiara, Mont Kiara, 50480 Kuala Lumpur

Lewes

16192 Coastal Highway, Lewes, Delaware 19958, USA

software developers ahmedabad
ISO 9001:2015 Certified

Call us

Career: +91 90165 81674

Sales: +91 99747 29554

Email us

Career: hr@digiqt.com

Sales: hitul@digiqt.com

© Digiqt 2026, All Rights Reserved