惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
P
Proofpoint News Feed
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
C
Check Point Blog
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
美团技术团队
D
Docker
博客园 - Franky
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

KPMG report finds enterprise disconnect between AI and its ROI | CIO

How to make your business top of mind for AI search engines Broadcom hampers VMware migration by blocking downloads of key SDK Nvidia will use Palantir to gain insight its supply chain The security leaders you'll need in 2031 are applying for entry-level jobs right now How AI and cybersecurity are reshaping ServiceNow OpenAI pauses $200 Pro tier as Astra demand strains capacity Sovereign cloud and digital autonomy: Industry trends and what’s next The quiet reason CIOs are slowing AI down The mainframe knowledge gap is a modernization risk 5 backend technology priorities for peak retail events The hidden cost of workplace tech friction Microsoft targets Salesforce customers with AI-powered Dynamics 365 migration tool OpenAI seeks tougher AI rules. CIOs may feel the ripple effects IT consulting has a big AI problem What it really takes to be AI model independent Vibe coding is Topgolf. Production is Torrey Pines. Enterprises can't spend their way to AI leadership Layoff remorse: Gartner says at least one in three positions eliminated by AI will be restored by 2029–at a higher cost Preparing physical security infrastructure for the age of agentic AI From install-and-forget to continuous management: The new reality of physical security infrastructure Beyond reactive IT: Building proactive operational intelligence for the mainframe What continuous operational resilience looks like under DORA DealHub MCP Brings Agentic Control to Quote-to-Revenue New US CIO appointments, September 2026 The need to fortify cloud integrity as cracks increase In the agentic era, clarity beats cleverness AI builds faster than organizations can govern. How can CIOs catch up? The AI employees are already on the floor. Is anyone watching? CIO 100 Leadership Live preview: Tech execs confront the demands of AI at scale Mars Security Launches Real-Time Intel-to-Detection Engine That Turns Live Threat Intelligence Into Backtested Detections in Minutes
Building a trusted data foundation for production AI in f...
2026-09-10 · via KPMG report finds enterprise disconnect between AI and its ROI | CIO

For CIOs looking to move AI beyond experimentation, four areas deserve particular attention: Data trust, consistency, IAM, and system structure.

Financial institutions are investing heavily in AI, but many are finding that the real challenge is not proving AI can work in a pilot. It is proving that AI can operate reliably, securely, and at scale in production.

Part of the problem is that pilots are relatively controlled. Teams can choose the data and narrow the use case while keeping humans closely involved, insulating the AI from much of the complexity it will eventually encounter across the enterprise.

That complexity is difficult to avoid in financial services, where decades of customer and transaction data can span both legacy and modern systems, each with its own access and governance requirements. Some of the institution’s most valuable information may also be the hardest for an AI system to access safely.

When an AI pilot stalls, the model often gets the scrutiny. In financial services, however, the bigger constraint is often further down the stack: whether the data estate can provide the complete, current, and governed information AI needs to operate reliably.

For CIOs looking to move AI beyond experimentation, four areas deserve particular attention:

1. Make data trust measurable

Most financial institutions have datasets they consider trustworthy, but what does “trusted” actually mean?

A dataset might be accurate most of the time but arrive too late for a real-time fraud model. Another might be complete but lack the lineage needed to explain where a particular value came from. A third may meet every technical quality standard but have no clear owner when something goes wrong.

AI systems can’t rely on the institutional knowledge employees use to navigate those limitations, so the expectations need to be explicit. Financial institutions can define the conditions a dataset has to meet, for example, a specific level of completeness, an acceptable latency window, verified lineage, and an accountable owner. Putting those expectations into service-level agreements (SLAs) gives teams a concrete definition of trusted data and clear accountability when the data falls short.

Those same standards need to extend across the institution’s technology estate, including long-standing systems that may hold some of its most valuable data. Otherwise, trust and observability will remain fragmented.

2. Give AI a consistent view across structured and unstructured data

Structured and unstructured information have traditionally been managed through separate systems. Transaction histories, balances, and customer records might flow through traditional data platforms, while contracts, policies, and correspondence increasingly feed search platforms and vector databases.

There are good reasons those architectures developed separately, but the distinction becomes a problem when AI needs information from both.

Consider an AI assistant supporting a relationship manager. A customer question might require current transaction data alongside product documentation and previous correspondence. If those sources are retrieved through disconnected systems, the AI may have only part of the context it needs or receive information that is inconsistent across sources. The result could be an assistant that incorrectly characterizes an account, recommends a product without factoring in relevant customer history, or gives guidance based on outdated information. In financial services, where a seemingly minor error can create regulatory risk or undermine a customer’s trust, those gaps in context quickly become consequential.

The problem compounds as individual teams build their own copilots against different data. One system becomes authoritative for one group, another for a different group, and before long, the institution has multiple AI tools capable of giving different answers to the same question. This is how “bot sprawl” becomes a data architecture problem.

A stronger approach is to create a governing retrieval layer across structured and unstructured information, so AI can pull the context it needs while permissions are enforced at query time. The same architecture can preserve the provenance of that information, allowing an answer to be traced back to its underlying sources.

The goal isn’t to force all that information into one place, but instead to give AI a consistent, governed way to retrieve what it needs wherever it lives.

3. Extend identity and access management (IAM) to AI use

Financial institutions have spent years building identity and access controls around employees, applications, and data. Those controls establish who can access sensitive information, under what circumstances, and for what purpose. As AI agents become another participant in financial workflows, they need to be brought into that same governance structure.

This is especially important because agents can operate across systems. An agent may retrieve transaction data, combine it with information from other sources, and use that context to recommend or initiate an action. Governing the location and protection of the underlying data remains essential, but institutions also need to control what an agent is authorized to access and do at runtime.

That means being able to answer four questions:

  • What data can the agent access?
  • What identity and permissions does it operate under?
  • Why is that access permitted?
  • When and under what conditions can it occur?

Answering those questions requires agents to have defined identities, scoped permissions, and auditable activity. Their access should reflect the task they are performing rather than provide broad, persistent access to every system they may need.

The same controls also need to support accountability after an action. If an AI system informs a lending decision or flags a transaction, the institution should be able to reconstruct which agent accessed the relevant data, what permissions it exercised, and how that activity contributed to the outcome.

4. Separate generation from control

Large language models (LLMs) are useful because they can work with ambiguity, interpret questions, and reason across different sources. Many financial workflows, however, require predictable outcomes. A transaction either crosses a defined risk threshold, or it doesn’t. An action is permitted under a particular policy, or it isn’t.

An LLM might interpret a request or generate a recommendation, while machine learning models, business rules, and validation layers determine whether the proposed action meets defined conditions. This separates what AI is allowed to generate from what the system is allowed to do.

The architecture underneath those agents matters, too. They need a stable operating structure: consistent definitions, reusable context, and clear rules around the actions they are allowed to take. Terms such as “customer,” “exposure,” or “risk” should have consistent meanings within their domains rather than being reinterpreted by every new AI system.

Test the foundation before scaling AI

Before moving an AI pilot toward production, financial institutions should test whether the data environment can support it at scale. Start with a few practical questions:

  • Can the AI system reliably access the data required for the use case across core systems, legacy platforms, and modern environments?
  • Can the institution verify that the data is current, accurate, and appropriate for the task?
  • Can it give models and agents access to only the data and actions they need, while enforcing existing governance policies?
  • Can it trace how data was accessed and used if an AI-generated recommendation or action is later questioned?

Gaps in any of these areas can signal that the underlying architecture needs attention before the use case expands. This kind of assessment also gives financial institutions a more targeted approach to modernization: they can prioritize the data, integration, and governance capabilities that stand between a promising AI pilot and production.

Learn how Rocket Software can help improve the health of your enterprise data estate and build the foundation needed to scale AI with the access, governance and trust financial institutions require.