Reference · AI in Finance

Glossary

The vocabulary you need to read the news and the pitches critically. "AI", "algorithm", and "model" are used as marketing words all the time — each definition below pins the term to what it actually means, with a high-trust link as the authority.

Why this card exists Half of "AI in finance" confusion is one word doing two jobs. The single most useful thing on this page is the split between predictive ML and generative AI — get those two straight and most headlines sort themselves. Print this; keep it beside the news.

The two kinds of AI

Predictive ML (machine learning)
Software that learns statistical patterns from historical data — usually numbers in tables — to score or forecast something new: is this transaction fraud, will this borrower default, where's this price heading. Decades old, well understood, and behind most "AI" already running in banks. Its outputs are predictions with error rates, not statements of fact. GAO 2025
Generative AI / LLM (large language model)
Software that produces new content — text, code, summaries — by predicting plausible next words. The post-2022 wave (ChatGPT and kin). In finance: summarising filings, drafting reports, chatbots, coding help. New, powerful, and prone to hallucination. FSB: GenAI "has given rise to new use cases, such as document summarisation, information retrieval, and code generation." FSB 2024
Algorithm
Just a fixed set of rules a computer follows. A rules-based "if balance < 0, flag it" is an algorithm but not AI. Marketing blurs this deliberately — "our algorithm" often means ordinary software. AI is the subset that learns its rules from data rather than having them written by hand.
Model
The trained artefact that does the predicting or generating — the thing that came out of the learning process. "The model says approve" means a piece of statistical machinery produced that output; it is not a person's judgment and carries the biases of its training data.

What it's used for

Fraud / anomaly detection
Predictive ML flags transactions that don't fit learned normal patterns. One of the oldest, best-fit uses — lots of labelled data, a clear yes/no target. GAO 2025
Credit scoring / underwriting
Predictive ML estimates default risk to decide lending and pricing. High-stakes and fairness-sensitive — the classic site of algorithmic bias concerns, since the model can inherit discrimination present in historical data.
Algorithmic trading
Software that generates and executes trades, sometimes using ML to predict short-term moves. Speed and scale amplify both profit and systemic risk — many firms running similar models can move together. CFTC 2024
Robo-advice
Automated portfolio allocation and rebalancing from a customer's risk profile. Mostly rules + optimisation with an AI label; the "advice" is templated, not bespoke.
RegTech / SupTech
AI used for compliance (RegTech, by firms) and for supervision (SupTech, by regulators) — spotting reporting errors, outliers, potential violations. Regulators use AI too. GAO 2025

What goes wrong — the risk vocabulary

Hallucination
A generative model producing fluent, confident output that is simply false. The signature failure of LLMs; the reason a summary of a filing still needs checking against the filing.
Algorithmic bias
A model systematically disadvantaging a group because its training data encoded past discrimination. The model looks neutral (it never sees "race") but reproduces the pattern through correlated proxies.
Black box / explainability
Many models can't say why they produced an output in terms a human can audit. A problem when the law requires a reason for a loan denial, or a regulator asks how a trade decision was made.
Overfitting
A model that memorised quirks of its training data instead of learning a general pattern — looks brilliant on the past, fails on the future. In trading, a backtest that "would have made millions" is often this.
Model risk
The umbrella term for loss caused by a model being wrong, misused, or fed bad data. FSB/GAO frame most AI-in-finance danger as model risk at scale.
Concentration risk
Heavy reliance on a few providers of AI models, GPUs, and cloud. If one fails or is compromised, many institutions are hit at once. A headline systemic concern in the FSB report. FSB 2024
Correlation / herding risk
Many firms using the same models and training data start behaving alike, amplifying market swings and turning a wobble into a crash. FSB: common models/data "could lead to increased market correlations." FSB 2024
AI-washing
Marketing ordinary software, or a rules engine, as "AI" — or overstating what a real model can do. The tell: no clear statement of what the model learns from, what it predicts, or how often it's wrong. Regulators have begun treating exaggerated AI claims as a disclosure issue.