Practical AI in the Fintech Stack: Where It Helps and Where It Hurts

Every fintech pitch deck now has an AI slide, and most of them are aspirational at best and decorative at worst. Having actually shipped AI features into a...

Originally published onanselmfowel.com

Every fintech pitch deck now has an AI slide, and most of them are aspirational at best and decorative at worst. Having actually shipped AI features into a payments business, lived with them in production, and explained them to regulators, I want to be concrete about where artificial intelligence genuinely earns its place in the stack and where it quietly becomes a liability dressed up as innovation.

AI belongs in the supporting roles, augmenting human judgment at scale.
AI belongs in the supporting roles, augmenting human judgment at scale.

Where AI genuinely helps

There are several areas where machine learning is not hype but real, measurable leverage, and we use it in all of them.

  • Fraud and anomaly detection. Finding subtle patterns across millions of transactions is exactly what models are good at and humans are not. This is the strongest use case in all of fintech.
  • Document processing. KYC onboarding involves extracting structured data from IDs, statements, and forms, a near-perfect application of modern document AI.
  • Customer support triage. Routing tickets, drafting responses, and summarizing history, with a human approving anything that touches an account or moves money.
  • Internal developer productivity. Code assistance, log summarization, and incident triage that measurably speed up the team.

In each of these, AI either does something humans genuinely cannot do at scale, or does a tedious thing fast enough to free humans for judgment. That is the signature of a good fit.

Where it hurts

The failures cluster, predictably, around decisions that must be explainable and correct rather than merely usually right. If a model declines someone's legitimate transaction, "the model said so" is not an answer you can give a regulator, a customer, or a court. Anything sitting in the critical path of moving money needs to be deterministic and auditable, and a probabilistic black box parked there is a risk, not a feature.

In fintech, "usually right" belongs to a completely different category than "right." The gap between them is precisely where the regulator, and the lawsuit, live.

The seductive trap is that the model performs beautifully in the demo and in ninety-nine percent of cases. It is the remaining one percent, unexplained and unaccountable, that becomes the headline and the enforcement action.

The explainability tax

Whatever model you deploy into a regulated decision, you owe a defensible explanation for its outputs, to customers and to regulators. That requirement should actively shape your model choices rather than being an afterthought bolted on at the end. A slightly less accurate model whose decisions you can explain often beats a marginally more accurate black box you cannot.

I have killed higher-performing models for exactly this reason, choosing the explainable option even at a small cost in raw accuracy, and I have never once regretted it when the questions started coming. The accuracy you cannot defend is not an asset; it is a deferred liability.

The data is the moat, not the model

Most fintechs do not need to train foundation models, and the ones that try usually burn enormous resources reinventing something they could have bought. What they need is to wire existing, well-understood models into their specific workflows with good guardrails and domain knowledge.

The genuine competitive advantage is rarely the model itself, which your competitors can also license. It is your proprietary data, your hard-won domain understanding, and the discipline of your integration. That is where scarce engineering attention compounds into something defensible, so that is where I point it.

Designing the human into the loop

The pattern that works for us, almost everywhere AI touches a consequential decision, is human-in-the-loop by design. The model proposes, scores, flags, or drafts. A human approves anything irreversible or account-affecting. This is not a lack of ambition; it is the correct architecture for a domain where mistakes are expensive and accountability is mandatory. Done well, it gives you most of the speed of full automation with the safety and explainability that regulated money movement demands.

Conclusion: a supporting actor, not the lead

AI absolutely belongs in the fintech stack. It belongs in the supporting roles, augmenting human judgment, catching fraud patterns no human could see, and crunching documents and tickets at a scale no team could match. It does not belong silently making the irreversible decisions about whose money moves and whose does not. Get that distinction right and AI becomes one of the most powerful tools in your stack. Get it wrong and it becomes the most confident source of risk you have ever deployed.

Chat with us