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

推荐订阅源

V
Visual Studio Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
MyScale Blog
MyScale Blog
H
Help Net Security
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
M
MIT News - Artificial intelligence
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Proofpoint News Feed
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏

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
Easing The Healthcare Burden Through A Glass-Box AI Approach
Ajai Sehgal · 2026-06-25 · via Forbes - Innovation

Ajai Sehgal joined IKS Health in Aug 2025 as its Chief AI Officer.

getty

Healthcare doesn’t have an AI adoption problem; it has a trust problem. Millions of patients and clinicians now rely on AI tools daily, but in healthcare, success isn’t measured by helpfulness. It’s measured by accuracy under uncertainty. A confident wrong answer isn’t just inconvenient; it can directly impact patient outcomes and financial integrity.

Recent data underscores how quickly behavior is shifting. According to a January 2026 OpenAI report, tens of millions of people now ask ChatGPT health-related questions every day, with roughly seven in 10 of those conversations happening outside normal clinic hours and notably heavy use in rural and underserved “hospital deserts.” AI is already woven into the healthcare journey, whether the system is ready for it or not. The question isn’t whether it gets used—it’s how responsibly and reliably we deploy it.

That is the gap. General-purpose AI is built to be useful, and it’s very good at it. But in a clinical or operational setting, usefulness isn’t enough. An answer has to be verifiably correct, and the system has to know when it isn’t sure. Without domain-specific grounding, these models struggle with the things that actually matter in healthcare: the nuances of an individual patient, guidelines that keep changing and reimbursement rules that are complex and change frequently.

What A 'Glass-Box' Approach Really Means

This is where a glass-box approach earns its place. A black-box system hands you an output with no way to see how it got there. A glass-box system is built to be transparent, traceable and auditable. It doesn’t just give you an answer; it shows you how it got there, what data it leaned on and where it’s still uncertain. In healthcare, that visibility isn’t a “nice-to-have.” It’s a requirement.

We’re already seeing what happens when you get this wrong. Low-quality, unverified output, the stuff that’s come to be called “AI slop,” leads to coding errors, denied claims, compliance exposure and ultimately compromised patient care. In an industry where margins are thin and regulators are watching closely, none of this is theoretical. The consequences are operational and financial, and they show up fast.

Why A Small Language Model Makes Sense In Healthcare

The answer is to move toward domain-specific AI architectures built for control, context and compliance. Instead of leaning on a single large, general-purpose model, these systems bring in smaller, specialized models trained on curated clinical and operational data. The payoff is huge with better auditability, lower latency, tighter data governance and far more predictable performance where it’s needed.

It starts with data. In most hospital systems, the information you need is scattered across heavily siloed legacy systems, locked inside an EHR that treats your own data as something you need permission to touch, with much of it still sitting on-prem or even on someone’s thumb drive. No model, however capable, can reason well on top of that. The boring but essential first move is to liberate and normalize that data: Pull it out of the silos, give it full clinical context and land it somewhere governed and accessible at scale, mapped to standards like FHIR R4 and HL7. Get this right, and everything downstream gets much easier. Get it wrong, and no amount of model sophistication will save you.

From there, a handful of things matter. Ground the models in real clinical knowledge. It's important to match the model to the job. A large general-purpose model is fine for open-ended questions, but for high-volume, high-risk work, a smaller specialized model is easier to audit, cheaper to run and more predictable. Keep clinicians in the loop wherever the risk is high, and let the system route its own low-confidence cases to a human automatically. Build in traceability from day one: Determine what data informed an answer and where the model wasn’t sure, so the audit trail is simply there. Pick one well-bounded, high-value workflow; prove it, and expand from there.

That’s how trust gets built, one defensible result at a time.

Inside A Layered, Transparent AI Stack

In practice, this is a layered stack with deep integration into the EHR, with access to structured and unstructured clinical data that still needs to be normalized and curated alongside everything else sitting in silos. Above that sits an orchestration layer that manages workflows and how the models interact, then a trust and compliance layer that enforces the regulatory and governance guardrails. At the top are the task-specific applications people actually use.

What really sets this architecture apart is a clinical knowledge layer with biomedical ontologies and interconnected knowledge graphs drawn from peer-reviewed research. This is the grounding mechanism. It lets the AI map what it’s given to validated medical concepts and the established relationships between them. A central reasoning engine can then work over that structured knowledge to produce outputs that are explainable and aligned with clinical and operational standards.​

Glass-Box AI In Practice

Take medical coding. In a conventional AI setup, the model infers codes straight from the clinical notes but sometimes misses the subtle detail that changes everything. A glass-box system works differently. It maps the documentation to standardized ontologies, validates those relationships against known medical knowledge and, when its confidence drops, flags the ambiguity and routes the case to a human reviewer. The result is higher accuracy, fewer denials and a clean audit trail.

The same approach carries straight into prior authorization, denial prevention and clinical decision support—places where transparency and traceability aren’t optional (for regulators and providers alike). Ground the AI in domain-specific knowledge and make its reasoning visible, and you move from experimental pilots to something you can actually scale and trust.

The Real Measure Of AI Success

As healthcare keeps evolving, the winners won’t be the organizations that adopt AI the fastest. They’ll be the ones that adopt it most responsibly. Glass-box AI is how you get there—a path where innovation and accountability aren’t in tension but pulling in the same direction.​


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