Legacy Data Systems Hinder AI in Banking

Banks are accelerating AI initiatives but are being held back by structural limitations in legacy data environments, according to a new report from Info-Tech Research Group. The findings indicate that gaps in real-time data access are a primary obstacle to scaling AI for fraud detection, personalization, and risk analytics.

Many of the legacy systems hindering AI adoption were built decades ago and are not equipped to handle the high-speed, continuous data flows required for real-time analytics. These systems often create data silos, storing information in rigid, isolated formats that make it difficult to aggregate and use for machine learning models. This reliance on structured, historical data is a primary constraint on scaling AI initiatives. The core challenge for AI applications like fraud detection is the need for real-time decision-making, often within milliseconds. Legacy infrastructures, which frequently rely on slower batch processing, cannot support the low-latency requirements for analyzing transactions as they occur. This gap is significant as the market for AI in finance is projected to grow substantially, reaching over $190 billion by 2030. This exact problem is a classic ML system design interview question: "Design a real-time fraud detection system." A strong answer involves an architecture with components for real-time transaction ingestion (like Kafka), a feature retrieval service to gather relevant data quickly, a low-latency machine learning inference service, and a decision engine to block or approve transactions. Tree-based models like XGBoost or LightGBM are often favored for their performance and speed in these scenarios. For a standout portfolio project, an ML engineer candidate could build an end-to-end fraud detection pipeline. This would involve more than a model in a notebook; it would mean creating a system that simulates a stream of transactions, computes features in real-time, and serves a trained model (like a Random Forest or Neural Network) via a cloud-hosted API for real-time scoring. This demonstrates crucial MLOps and deployment skills. To overcome these legacy hurdles, banks are adopting modern data platforms like data lakes and warehouses built on frameworks such as Apache Spark. Top skills for new-grad ML engineers in this space include proficiency in Python, experience with cloud platforms like AWS, Azure, or Google Cloud, and knowledge of data engineering for building robust ETL pipelines. While deep learning frameworks like PyTorch and TensorFlow are essential, a solid understanding of data structures and algorithms (DSA) remains a critical filter in technical interviews. For ML engineers, this often involves questions on efficiently handling large datasets, such as using hash maps for quick feature lookups or understanding the complexity of algorithms used in data preprocessing and model training. Emerging AI tooling is also becoming central to modernizing financial services. Generative AI and large language models (LLMs) are being used to automate the creation of financial reports and market analysis. Meanwhile, the integration of AI agents and multimodal AI is enhancing risk analytics and enabling hyper-personalized customer experiences at a scale previously unimaginable. Ultimately, the industry's goal is a fundamental shift from static reporting to predictive and prescriptive analytics. This means moving beyond analyzing what has already happened to proactively preventing fraud, offering dynamic credit assessments, and delivering personalized services tailored to individual customer needs in real time.

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.