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

推荐订阅源

J
Java Code Geeks
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
WordPress大学
WordPress大学
B
Blog RSS Feed
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
C
Check Point Blog
P
Proofpoint News Feed
H
Help Net Security
月光博客
月光博客
博客园_首页
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
U
Unit 42
美团技术团队
I
InfoQ
A
About on SuperTechFans

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
​The Real AI Trust Problem Isn't What You Think
David Flower · 2026-06-18 · via Forbes - Innovation

David Flower, President and CEO at Volt Active Data, Inc.

getty

​AI is genuinely transforming how enterprises operate, and most of that story is a good one. But failures keep coming up in conversations I have with teams building these systems, and the most common reaction is to question the AI. After spending a lot of time with the people living this problem, I'd argue that's the wrong place to look.

The trust problem in enterprise AI isn't because of model accuracy. Modern AI systems are remarkably capable at detecting patterns that humans miss, processing context at speeds and scales no analyst team could match and identifying fraud signals buried in millions of daily transactions.

The real problem is accountability diffusion. In the rush to deploy AI, organizations have built systems where no single component is actually responsible for the decision. AI recommends. Something executes. The gap in between is where trust goes to die.

The Gap Nobody Talks About

Here's how most enterprise AI deployments actually work. An event occurs, such as a transaction, a network signal or a customer action. An AI model analyzes it and produces an output, such as a score, a recommendation or a suggested action. That output flows into an application or workflow, which takes action.

On paper, this is AI doing useful work. In practice, nobody's in charge. The model recommended it. The application executed it. Ask either one who decided, and you get a shrug. When something goes wrong (and at scale, it often does), there's no clean answer to the most basic question any auditor, regulator or executive will ask: who decided?

This isn't a hypothetical concern. In regulated industries, the inability to answer that question cleanly is the difference between a manageable incident and a material compliance failure. In financial services, saying that "the model suggested it" is clearly not an explanation that will satisfy regulators. Similar SLA and compliance challenges occur across all industries.

Why Accountability Diffusion Happens

The root cause is architectural, not ethical. When organizations deploy AI, they typically bolt it onto existing systems. The result is a chain of components, including streaming data pipelines, AI models, rules engines and application logic. Each component does its part, but none owns the outcome.

AI systems are probabilistic by design. The same input can produce different outputs. A "high confidence" result is still a likelihood, not a guarantee. This is fine, and it's actually what makes AI powerful. Pattern recognition at scale requires that kind of reasoning. The problem emerges when those outputs are allowed to directly control critical outcomes.

What Accountability Requires

Trust doesn't require better models. It requires that, for every consequential decision a system makes, four questions can be answered and recorded:

• What happened? What signals, data and context were available at the moment of decision?

• What did the AI conclude? What did the model recommend?

• What was decided? Not what the AI suggested, but what the system determined should happen, evaluated against the rules, constraints and policies that govern that domain.

• Why? What logic converted the AI's output into a specific, defensible action?

Most systems today can answer the first two questions reasonably well. The third and fourth are trickier. There's often no single place where the decision is made and recorded. There's no clear owner of the outcome. There's no mechanism for saying, with confidence and auditability, this is what we decided and this is why.

This is what separates AI deployments that organizations trust from those they don't. It's not model performance. It's decision architecture.

The Pattern That Works

Organizations that have successfully deployed AI in high-stakes production environments share a common architectural instinct: they treat AI outputs as inputs, not conclusions.

In practice, this means building a distinct layer between AI intelligence and system action. A layer whose job is to take what AI recommends, evaluate it against what the business has determined should govern outcomes, make a clear call and record it. AI contributes to that decision. It doesn't make it.

This isn't AI-skepticism. It's the opposite. It's taking AI seriously enough to deploy it properly. A fraud detection system that uses AI to surface risk signals, then applies consistent business rules to decide whether to allow or block a transaction, is more trustworthy than one in which a confidence score directly triggers an action. The AI in the first system is doing more useful work because its intelligence is actually being used rather than just passed through.

This distinction also clarifies where AI should and shouldn't operate. At thousands of decisions per second, running AI inference on every event is neither economically viable nor operationally practical. The majority of those decisions are routine and rule-bound. Rather than AI, they need fast and consistent execution. However, AI does shine with ambiguous cases, novel patterns and situations where inference actually adds something a rule can't. And in those cases, particularly in regulated industries, the appropriate response to an AI recommendation is human review. Not because the AI is untrustworthy, but because the decision is consequential enough to warrant it. Accountability, at that point, has a name attached to it.

With millions of transactions per second, even small inconsistencies in decision behavior compound quickly. Systems that cannot explain their decisions cannot be corrected. Systems that cannot be corrected cannot be trusted.

The Reframe Worth Making

Start by figuring out if the systems organizations build around AI are designed to produce trustworthy outcomes. That's an architectural question, not a model question. And it's one that the industry has been surprisingly slow to ask directly.

AI is exceptionally good at determining what might be important. The systems around it need to be equally good at determining what actually happens. Until organizations build with that distinction clearly in mind, the gap between AI's potential and enterprise confidence in deploying it will remain, regardless of how good the models get.


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