Talk Session 3: Agentic AI in Finance & Healthcare

Trustworthy Multi-Agent AI Systems for Healthcare: Challenges & Lessons Learned

Krishnaram Kenthapadi — Chief Scientist, Oracle Health

Saturday, August 1 · Nexus Stage · 01:54:12–02:08:05 · afternoon stream

The value of a healthcare agent lies not in model strength but in giving clinicians their time back from EHR paperwork — and shipping one hinges on domain knowledge encoded as a semantic knowledge graph, two-sided guardrails, and an evaluation methodology that assumes offline metrics will not survive contact with production.

TL;DR

  • The problem statement comes before the technology. US healthcare is squeezed by clinician shortage, ~80% clinician burnout (documented even pre-COVID), and 15-minute visits in which the doctor spends much of the time facing a screen — contributing to roughly 400,000 preventable deaths a year and about $1T in administrative cost. Oracle Health's Clinical AI Agent is aimed squarely at giving clinicians their time back.
  • The hard parts are the orchestrator and the guardrails. A query as plain as "show me the recent labs" requires deciding between structured and unstructured retrieval, folding in UI and patient context, and routing at runtime between a reasoning model, a cheaper LM, or plain deterministic Python. Guardrails sit on both the input and output sides — the input side matters most in patient-facing settings, where medical emergencies must be escalated rather than answered.
  • Healthcare evaluation has its own failure mode. Offline results frequently do not transfer online because assumptions break or the patient distribution shifts. And unlike web search, recall dominates: an omission of medically pertinent information in a patient summary is a patient-safety incident, not a quality regression.

Key Points

Why healthcare: clinical time eaten by paperwork (~01:56–01:59)

Kenthapadi opened on the size of the problem rather than on models. Clinician shortage compounds with burnout and administrative overhead — surveys from before the COVID pandemic already put roughly 80% of clinicians in burnout, driving them to quit their practice or leave healthcare altogether. Meanwhile patients get less time: a typical visit runs about 15 minutes, much of which the provider spends looking at a computer rather than at the patient. Together with other systemic factors, this contributes to something on the order of 400,000 preventable deaths per year in the US alone, and healthcare costs keep climbing — roughly $1 trillion in the US is tied to administrative burden.

His framing: this is not sustainable, AI is already being adopted rapidly across healthcare, and the open question is how to use it to cut administrative overhead and burnout in a trustworthy manner — patient safety intact, regulations followed.

Clinical AI Agent and the multi-agent orchestrator (~01:59–02:04)

Oracle Health's shipped product, Clinical AI Agent, layers capability upward: first automatically capturing medical notes by listening to the doctor–patient conversation (with consent from both), then capturing orders placed by the doctor (X-rays, labs, medications), then moving ahead of the visit — summarizing why the patient is here and what parts of the record are relevant before the doctor walks in.

The product is voice-first and multimodal, works across mobile, web, and desktop, and conditions on both provider context (physician preferences) and patient context (reason for visit, history). It aims to be proactive: when a new lab report arrives, it suggests the next best step in the care pathway.

The multi-agent orchestrator is the core component. Even for a simple-looking query, the orchestrator must decide whether to search structured records or unstructured notes, incorporate UI and patient context, and support multi-turn conversation — and for harder questions ("are there side effects of the medications Samantha is taking?", "what is the best course of action given her history and the new labs?") pick the right item out of a library of tools and skills.

Two other layers wrap it:

  • Guardrails on both sides. The input side matters especially when the surface is patient-facing rather than doctor-facing: sensitive queries and medical emergencies requiring escalation must be handled appropriately. Output-side guardrails check the agent's response.
  • Latency and cost containment. Caching, parallel computation, and a runtime routing decision — complex reasoning model vs. simpler language model vs. deterministic Python — that saves both latency and cost.

From one application to a multi-agent healthcare system, and what goes wrong (~02:04–02:07)

Scaling beyond a single application means a multi-agent healthcare system: patients, doctors, administrators, and payer-side stakeholders; systems including the EHR; tasks spanning search, document summarization, and medical coding. How all those agents interact with one another is the open design problem.

Two failure classes he called out:

  • Evaluation. What works offline may not translate online, either because the assumptions no longer hold or because the patient distribution has shifted. Business metrics also need to be mapped onto applied-science metrics that can actually be measured and iterated on.
  • Omissions. When presenting a patient summary, recall is extremely important — unlike web search. Missing something medically pertinent is a patient-safety failure.

A medical-imaging example showed a different shape of the same idea: for chest X-ray interpretation, an orchestrated agent sits above sub-agents modeled on clinical workflows — following the ABCDE system used in imaging (airway, breathing, and so on). The sub-agents run in parallel, and a synthesizer reconciles their potentially conflicting outputs into a final read.

Four closing lessons (~02:07)

  1. Understand the domain — don't focus only on model development; data validation and evaluation methodology carry equal weight.
  2. Iterate with clinicians: understand their needs, get an early version out, refine on feedback.
  3. Frontier models lack healthcare-specific nuance — encode domain and task knowledge into a semantic knowledge graph and a semantic data layer.
  4. Trust and safety are non-negotiable; his team runs an internal process he described as "AI review for health."

Quotes

"Our goal is to reduce the time doctors spend entering data or searching patient records or typing notes, and instead spend more time interacting with the patient — which is the reason they came to the profession in the first place." (~01:59)

The motivation is framed around why clinicians entered medicine, not around what AI can do.

"If you miss something which is medically pertinent in the summary, that can lead to patient safety." (~02:05)

In clinical settings recall is a safety metric, not a quality metric.

提到的專案與資源 / Projects & Resources

名稱 Name 說明 Description 備註 Notes
Oracle Health Clinical AI Agent Oracle Health 已上線的臨床 agent:環境語音記錄病歷、自動擷取醫囑、看診前摘要 Oracle Health's shipped clinical agent: ambient note capture, automatic order capture, pre-visit summarization 演講中提到有 live demo 連結 / a live demo link was shown on slide;產品頁 https://www.oracle.com/health/clinical-suite/clinical-ai-agent/
Multi-agent orchestrator 決定結構化 vs 非結構化檢索、工具/技能選擇、runtime 模型路由 Decides structured vs. unstructured retrieval, tool/skill selection, and runtime model routing Clinical AI Agent 的核心元件 / core component of the product
ABCDE 影像判讀子 agent 依胸部 X 光臨床流程(airway、breathing…)拆出平行 sub-agents,再由 synthesizer 整合衝突結果 Parallel sub-agents modeled on the ABCDE chest X-ray workflow, reconciled by a synthesizer 醫療影像案例 / medical-imaging case study
Semantic knowledge graph / semantic data layer 把醫療領域與任務知識編碼進系統,補前沿模型缺的醫療 nuance Encodes domain and task knowledge that frontier models lack 收尾四點經驗之一 / one of the closing lessons
Agentic systems tutorial 團隊在一場 ACM 會議上發表的 agentic 系統 tutorial,整理了「會出什麼錯」 Tutorial his team presented at an ACM conference, cataloguing agentic failure modes 會議全名待確認 / exact venue name to verify

逐字稿勘誤 / Transcript Corrections

字幕原文 Heard as 應為 Should be
Krishnaram Kintapati / Krishna Ram Krishnaram Kenthapadi
chief science scientist Chief Scientist
clinical agent / clinical AI agent Oracle Health Clinical AI Agent
multi- aent / aent multi-agent / agent
medical nodes medical notes
god rails guardrails
explanability explainability
multimodel multimodal
patient phasing / doctor phasing patient-facing / doctor-facing

待確認 / To Verify

  • 「tutorial that we presented at the ACM conference on agentic systems and AI」——會議正式名稱與 tutorial 連結待查證。/ The exact name of the ACM conference and a link to the tutorial.
  • 「AI review for health」是否為 Oracle 內部正式流程名稱,拼法待確認。/ Whether "AI review for health" is the official internal process name at Oracle.
  • 投影片上 Clinical AI Agent live demo 的連結網址未在逐字稿中出現。/ The live-demo URL shown on slide is not captured in the transcript.
  • 80% burnout、40 萬件可預防死亡、1 兆美元行政成本三個數字的原始出處(講者只說是 surveys / estimates)。/ Primary sources for the 80% burnout, 400K preventable deaths, and $1T administrative cost figures — the speaker cited them as surveys/estimates only.

Markdown source on GitHub ↗