ML & AI in Fintech: Production Engineering Guide 2026

Machine learning and AI in financial services operate under constraints that most industries never face: every model decision must be explainable to regulators, every prediction must be auditable for years, and a single bad model can trigger fines measured in hundreds of millions. This guide covers the production patterns we have used to deploy ML and AI systems at banks, hedge funds, and fintechs. ...

July 19, 2026 · 5 min · jnas

Build vs Buy: AI Stack Decisions for Fintech Founders and CTOs

Every fintech CTO faces the same question: should we build our own AI infrastructure or buy from vendors? The vendors sell platforms that promise to handle everything — training, deployment, monitoring, governance. The build advocates argue that AI is core to the product and should not be outsourced. Both sides have valid points. The answer depends on company stage, regulatory requirements, and the specific AI use case. This framework helps fintech leaders make the build vs buy decision systematically, based on data and experience from production deployments. ...

July 18, 2026 · 3 min · jnas

The Model Observatory Pattern: Monitoring Fine-Tuned LLMs in Production

As fine-tuned language models move from experimental to production in financial services, a new challenge emerges: how do you know when your model’s performance has degraded? A model that performed well at deployment may drift over time. Distribution of inputs changes. Market conditions shift. New financial instruments appear with vocabulary the model was not trained on. The risk is not just poor performance — it is confidently wrong predictions embedded in automated workflows processing millions of dollars in transactions. The Model Observatory pattern addresses this. It is a structured approach to detecting drift across three dimensions — data drift, model drift, and concept drift — with tooling and processes designed for regulated environments. ...

July 17, 2026 · 3 min · jnas

Fine-Tuning Financial Judgment Models: Bridgewater and Thinking Machines in Production

In July 2026, Bridgewater AIA Labs and Thinking Machines Lab published results that should change how every fintech CTO thinks about AI strategy. They fine-tuned Qwen3-235B — an open-weight MoE model — to achieve 84.7% accuracy on financial document triage, outperforming GPT-5.5, Claude Opus 4.8, and Gemini 3.1 Pro on the same benchmark. (See the CISPO loss paper on arXiv for the underlying training technique.) The headline number is not the accuracy — it is the economics. Their fine-tuned model delivered superior results at 13.8x lower inference cost than GPT-5.5. For financial institutions processing millions of documents per day, that difference moves from “interesting” to “existential” very quickly. ...

July 16, 2026 · 3 min · jnas

Agentic AI in Fintech Payments: What Infrastructure Leaders Need to Know

In 2026, the fastest-growing customer segment in digital payments is non-human. AI agents are initiating, managing, and executing financial transactions autonomously — without a finger on a touchscreen, without a CVV entry, without a 3D Secure challenge. The IMF’s April 2026 working paper on agentic AI and payments made a sobering observation: current payment systems embed assumptions about human behavior at every layer. 3D Secure assumes you can present a challenge screen. Velocity checks assume a single human on a single device. Receipt delivery assumes someone will read an email. None of these hold when an AI agent makes the purchasing decision. Fenwick & West declared 2026 “the year of agentic payments.” The AI agent market is projected to grow at 49.6% CAGR through 2033. And fintech’s share of venture dollars hit 13.4% in Q1 2026 — its highest in three years. If your payment infrastructure doesn’t support AI agents as first-class customers, you are building for yesterday’s market. ...

July 11, 2026 · 3 min · jnas

AI & IRC: Smarter Risk Management

AI & IRC: Smarter Risk Management in Finance The financial sector faces mounting pressure to accurately measure and manage risk. One of the most complex requirements is the Incremental Risk Charge (IRC), a regulatory capital buffer designed to capture model risk and potential losses from inaccuracies in banks’ internal models. Calculating IRC is data-intensive, computationally demanding, and subject to regulatory scrutiny. The Problem: Complex, Costly IRC Calculations IRC calculations require vast historical data, robust model validation, and scenario analysis. Manual processes are slow, error-prone, and resource-intensive. Banks must compare internal model outputs with standardized approaches, quantify discrepancies, and justify their models to regulators. ...

March 15, 2025 · 2 min · jnas