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

推荐订阅源

人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
L
LangChain Blog
J
Java Code Geeks
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
I
InfoQ
博客园 - 聂微东
量子位
A
About on SuperTechFans
S
SegmentFault 最新的问题
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
云风的 BLOG
云风的 BLOG
H
Help Net Security

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
Why ​Explainable AI Starts With Explainable Data
Alex Ford · 2026-05-04 · via Forbes - Innovation

Alex Ford is president of Encompass, North America.

getty

Every technology leader I speak with is under the same pressure. Board members want AI. Regulators want transparency. Customers and the business want speed.

Somewhere in the middle, the technology organization is expected to deliver all three at once.

The conversation around explainable AI, or the ability to understand, interrogate and justify how an AI system reaches its conclusions, has never been more urgent.

Yet, for all the energy being invested in explainability frameworks, model governance and responsible AI tool kits, I believe many organizations are addressing the symptom rather than the cause.

The hard truth is this: You cannot have explainable AI without explainable data.

The Foundation That Gets Overlooked

When AI produces an output that cannot be justified, a risk rating that seems inconsistent, a recommendation that contradicts human judgment or a decision that a regulator challenges, the instinct is to interrogate the model. Retrain it. Adjust the parameters. Add a layer of human review.

However, the failure often sits upstream. The model was working exactly as designed. The problem was that it was processing incomplete, inconsistent or unverified data, or data drawn from sources that could not be traced. While the model was coherent, the data was not.

In financial services, where I work with companies with incredibly data-intensive compliance processes, the consequences are tangible. Financial institutions are managing millions of corporate client records across multiple jurisdictions. Each of those records is assembled from a patchwork of sources, often collected at different points in time, by different teams, in different formats.

When AI is trained or applied against that kind of data estate, the outputs inherit all its inconsistencies. So, an entity flagged as high-risk in one model may appear clean in another, not because the risk calculus differs, but because the underlying data describes a different version of the same company.

This is where many organizations struggle, with Gartner finding "sixty-three percent of organizations either do not have or are unsure if they have the right data management practices for AI." Gartner also found that organizations will abandon the majority of AI projects unsupported by AI-ready data.

Defining Explainable Data

Explainable data is data whose provenance can be demonstrated. For any AI system operating in a regulated environment, that means being able to answer four questions:​

• Where did this data come from?

• When was it last verified?

• How was it assembled?

• What changed, and when?

When these four questions can be answered confidently for every data point that feeds an AI model, explainability becomes a property of the system, not an afterthought applied to its outputs.

What This Looks Like In Practice​

​The clearest illustration I can offer comes from KYC, one of the most data-intensive compliance processes in financial services, and one where the gap between explainable and unexplainable data has direct regulatory consequences.

For decades, the KYC process, building and maintaining a verified picture of every corporate client, has been fundamentally manual. Analysts gather documents. They cross-reference registries. They map beneficial ownership structures through layers of subsidiaries and holding companies. They store the results in systems that were not designed to keep pace with the rate at which corporate entities change.

That legacy creates a direct problem for AI adoption. When the four questions above cannot be answered for the data feeding a KYC model, the model's outputs cannot be defended.

Four Shifts Technology Leaders Can Make

Based on what I'm seeing across the market, here are four strategies that can help executive technology leaders ensure they have a strong explainable data foundation for their AI models:

Treat data quality as an AI prerequisite, not a parallel workstream.

The instinct in many transformation programs is to build the AI capability and address the data foundation in parallel. In practice, this creates systems that are technically impressive but operationally unreliable.

The data work needs to come first. At a minimum, the architecture needs to be designed around the requirements of explainability from day one.

Define what ‘verified' means for your domain.

For a financial institution managing corporate client data, verified means sourced from a primary authority, with a provenance trail that can be produced on request.​

Verified is not the same as present. It is not the same as recent. It is a specific standard that the data either meets, or it does not.

Build audit capability into the data layer, not just the model layer.

Many explainability frameworks focus on making the model's reasoning visible through attention mechanisms, confidence scores or post hoc explanation tools.

These are valuable. They explain what the model did with the data it received.

However, if the data itself cannot be interrogated, those explanations are incomplete. The audit trail needs to run from the model output back to the original source, with every step in the data pipeline logged and accessible.

Decide where the model holds the decision, and where it does not.

Large language models (LLMs) are non-deterministic by design. The same verified data, the same prompt, can produce different outputs on different runs. For compliance use cases, that is a first-class constraint.

Explainable data removes the ambiguity from the evidence layer. But you still need to be deliberate about which decisions an LLM can own, and which ones require deterministic, auditable logic to hold the line.

Conclusion

There is a final point that deserves more attention in executive conversations about AI strategy: Explainable data can be a competitive differentiator.

According to a McKinsey survey, more than 2 in 5 institutions in the credit industry have slowed AI development due to disappointing outcomes, with upstream data risk among the most commonly cited reasons.​

Other McKinsey research found that banks assign 10% to 15% of their workforce to KYC and AML alone, and that AI can be a significant productivity multiplier for these teams. However, AI is unlikely to reduce this cost base if the underlying data cannot be trusted. ​

The institutions that invest in a verified data foundation first can get results they can trust as well as defend.​​​


Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?