← All AI Engineer talks

AI Engineer World's Fair 2026

From Ambient Documentation to Clinical Intelligence

Read the talk

From Ambient Documentation to Clinical Intelligence

Abridge’s path from writing visit notes to contextual clinical assistance exposes the engineering demands of physician-calibrated evaluation, specialized models, and live order matching.

From a talk by Chaitanya Asawa

Before you start: Basic familiarity with language models and software workflows is helpful; no clinical training is assumed.

Finishing the visit without carrying the notes home

A clinician in Abridge’s opening testimonial reports finishing a 22-patient day by 4:30 p.m., with notes complete. Another describes the tool as indispensable to their practice. Others describe a change during the encounter itself: they can listen and look at the patient without continually deciding what to remember or enter into the computer. The benefit extends beyond the clinic to getting home afterward. These are individual accounts of the experience, rather than a controlled productivity measurement.

0:531:01
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

0:53 · section reference included

From promising technology to clinical adoption

Healthcare can still run on fax machines while presenting some of the hardest problems in applied AI. That combination frames Chaitanya Asawa’s move into the field: the opportunity is both to improve an established workflow and to build clinical intelligence around it.

Asawa began in research engineering at Vicarious, where the pursuit of artificial general intelligence involved neuroscience-inspired methods, probabilistic graphical models, and robotics. He then joined Glean to work on a problem he had experienced firsthand: workplace information scattered across systems, even though that context was essential to decisions. Asawa reports spending about six and a half years at Glean as it grew from ten people to more than 1,100.

His interest in healthcare came from a different contrast. He remembers seeing AI for skin-cancer detection on a Nature cover, then receiving a bill after a minor hospital visit and struggling to understand what he had paid for. Advanced technical capabilities existed alongside basic problems of cost and access. A seminar he organized with physicians, researchers, and entrepreneurs revealed how little of that promising technology was reaching clinics at the time.

When he returned to the field years later, the deployment picture had changed. Asawa reports that Abridge reached 300 US health systems in two to three years, naming Kaiser, Mayo, Johns Hopkins, and Sutter among its customers. Getting inside those systems created opportunities beyond documentation. He now leads engineering for clinical decision support and agentic experiences, where existing clinical context can inform assistance throughout a visit.

Journey slide with three columns labeled Vicarious, Glean, and Abridge, describing AI and robotics, enterprise assistance, and healthcare AI.
A career journey through Vicarious, Glean, and Abridge.
2:082:21
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

2:08 · section reference included

Why the clinical note was the entry point

The economic pressure is broader than documentation. In many industries, productivity improvements reduce the cost of producing goods. Asawa contrasts that pattern with rising healthcare administrative costs and a reliance on additional labor that cannot keep pace. He connects this partly to Baumol’s cost disease and partly to technology’s limited effect on healthcare productivity. Thin hospital margins, closures, patient debt, and clinician burnout make the consequences tangible; some doctors even discourage their children from entering the profession.

Clinical documentation offers a specific place to intervene. After each patient visit, a clinician must produce a note. A common structure is the SOAP note—subjective, objective, assessment, and plan—with details and formatting that vary by specialty. It records the patient’s complaint, the clinician’s assessment, and what should happen next. Asawa estimates that clinicians often spend about two hours a day writing notes, including after-work “pajama time.”

A clinical note is both an administrative record and an input to future care. It supports billing, but it also gives the next clinician context about the patient’s history. That context may need to travel across health systems. An error therefore has consequences beyond a poorly written document: it can affect financial records and the longitudinal medical record used in subsequent decisions.

Abridge started with this longstanding pain point because the technology had become capable of generating high-quality notes personalized to the clinician. Asawa describes documentation as an effective entry into a technology-reticent industry: clinicians already cared deeply about getting these records right. He credits the product with improving provider satisfaction, freeing capacity to see patients, and producing better records for billing and audits.

5:255:43
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

5:25 · section reference included

Building around the doctor–patient conversation

Asawa credits the documentation product alone with the adoption described earlier. The next step follows from where its information originates: the doctor–patient conversation. The note is one output, but billing, clinical-trial matching, and clinical decision support also depend on what happens in that encounter. Much of the administrative machinery surrounding care exists to carry information from the conversation into another workflow. Capturing the conversation creates a foundation for assisting those downstream workflows.

Nested coral rectangles connect conversations to clinical notes, coding and claims, care management, clinical trials, decision support, and clinical outcomes.
From clinical notes to broader work built around the conversation.
8:288:42
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

8:28 · section reference included

From trial eligibility to preparing tomorrow’s charts

The recorded demonstration begins with a clinician invoking “Hey, Abridge” and asking whether Nathan is eligible for any clinical trials. The assistant says he may qualify for the Abridge HF study: he remains symptomatic despite maximal therapy, and most screening criteria are already met. But eligibility is incomplete. An updated echocardiogram is needed to confirm his ejection fraction. The clinician requests that echo, and the demo responds, “Confirmatory echo ordered.” The next request moves beyond the current patient: prepare tomorrow’s charts.

The broader workflow covers both sides of the encounter. Before the visit, Abridge suggests discussion topics, including clinical and billing concerns. Afterward, it generates the patient visit summary and clinical note and prepares pended orders. The demo’s order confirmation should be understood in that review workflow: orders are prepared for clinician review and signature, rather than autonomously executed.

Three sources of context make this assistance possible:

  • The electronic health record (EHR): prior laboratory results, notes, and other patient history.
  • The live conversation: what the patient is experiencing now, which Asawa likens to the place where healthcare debugging happens.
  • Medical literature and clinical guidelines: sources against which patient-specific reasoning can be grounded.

The EHR supplies history, the conversation supplies the present encounter, and medical evidence supplies a basis for interpreting them together.

9:289:41
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

9:28 · section reference included

Making evaluation part of the operating system

The engineering objectives are familiar—quality, latency, and cost—but clinical assistance makes all three demanding. An incorrect workplace answer might be recoverable with limited consequences; an incorrect clinical answer can cause harm and destroy trust. During a live visit, an answer must also arrive while the information is useful, at an appropriate point in the conversation. Finally, inference must remain affordable at deployment scale. Asawa maps these objectives to the company’s aim to save lives, save time, and save money.

Abridge treats evaluation as an operating system for development, not a test performed just before launch. The sequence spans the product lifecycle:

  1. Build internal benchmarks before developing the product. Trial matching, note generation, decision support, and coding each need a robust reference set.
  2. Evaluate offline against cases encountered in practice. This establishes a starting point without assuming the benchmark captures every real-world condition.
  3. Release to a trusted clinician alpha group, then beta. Expand exposure gradually, with A/B testing at scale where appropriate.
  4. Continue monitoring after full rollout. A few successful prototype cases do not establish reliable behavior in clinical practice.

The staged release matters because offline evaluation cannot perfectly represent what happens when a product meets real encounters.

Clinicians embedded throughout the company calibrate LLM judges to encode the behavior they want from the product. This gives engineers who are not clinicians a feedback loop for improving it. The judges act as a reusable expression of domain expertise, while online signals add evidence from actual use: edits to generated notes, thumbs up or down, star ratings, and free-form feedback. Together, these signals support iteration throughout development and deployment.

11:0511:27
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

11:05 · section reference included

Answering a question whose context is unstated

Consider the provider’s question: “Does this patient meet the criteria for febrile neutropenia?” The request leaves much of its context unstated. A contextual decision-support system must retrieve previous laboratory values from the EHR, incorporate the live conversation, and use clinical guidelines and medical journals as reasoning sources. Answering the question requires assembling patient-specific evidence, not simply recalling a definition.

White question-and-answer panel asking whether a patient meets febrile neutropenia criteria and needs hospital admission, with paragraphs of clinical reasoning below.
A clinical question about febrile neutropenia and hospital admission, followed by a detailed response.

Evaluating that answer introduces a second hard problem. Sudoku has a useful asymmetry: finding a solution can be difficult, but checking a completed grid is straightforward. Clinical reasoning has a much smaller generator–verifier gap. A verifier capable of reliably determining the correct answer may need much of the same ability as the generator. Simply asking another language model whether the answer is right does not provide a sufficiently independent reference.

Abridge therefore uses multiple judges, each examining a different aspect of the response:

JudgeEvaluation focus
Clinical qualityWhether the response contains the right clinical content
Boundary and adversarialBehavior under boundary-testing and adversarial inputs
Clinical safetySafety of the response
Tone and styleHow the answer is expressed to the clinician

These are complementary signals. Each captures part of a quality problem that is difficult to measure with a single verdict.

14:5015:04
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

14:50 · section reference included

Human references without one golden answer

For the clinical-quality judge, the independent reference comes from physicians. A single golden response would be too restrictive: many differently worded answers can be clinically valid. Instead, Abridge starts with real clinical cases and asks physicians to specify the elements a good answer should contain. The reference is a rubric, rather than a paragraph the model must reproduce.

Asawa describes a four-clinician process:

  1. Two physicians independently create rubrics for the case.
  2. A separate physician adjudicates their work and combines it into a final rubric.
  3. A fourth clinician performs quality assurance on that rubric.

An LLM judge then compares the agent’s response with the required elements using semantic matching. This preserves room for valid variation in wording while giving developers concrete feedback about what the response includes or misses.

16:4916:59
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

16:49 · section reference included

Training for smaller clinical workflows

Rubric-based evaluation provides a target for improving agent architecture, models, and search ranking. Cost and latency then determine how that quality can be delivered during a live conversation. Asawa reports an annualized run rate of 100 million medical conversations. That is a measure of reported operating scale, not a count of completed encounters or a disclosed training-corpus size.

Clinical-note generation illustrates the opportunity for specialization. A note contains distinct sections, including history of present illness, past medical history, and assessment and plan. Instead of asking one foundation model to generate everything, Abridge decomposes the task into smaller workflows and post-trains smaller models, sometimes at the level of an individual section. A narrower task can require less general capability, allowing smaller models to serve it at lower cost and latency.

Asawa connects this strategy to a data flywheel from clinical conversations. He describes Abridge’s data advantage as unusually large, qualifying the comparison with what the company knows about other datasets. The strategic question is whether the team has distinctive data and sufficient focus to make model training worthwhile.

There are two different reasons to train:

  • Quality is already sufficient: preserve that quality while reducing cost and latency.
  • Quality still needs improvement: use distinctive data and a tightly defined clinical task to pursue quality gains faster than general frontier-model progress.

The second is a potential advantage, not a demonstrated guarantee of outperforming frontier models. The key is the combination of relevant data and concentrated effort on a problem that a general model developer may not prioritize.

17:5518:13
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

17:55 · section reference included

Spend inference when the conversation calls for it

In-visit orders expose another way to control inference cost. Clinicians mention medication and non-medication orders during the encounter. Abridge listens, queues those orders in the background, and leaves them for the clinician to sign off in the EHR. The goal is to remove the work of manually preparing orders while retaining the clinician’s approval step.

Invoking expensive order processing every few seconds would waste computation. Instead, the system looks for conversational events that justify heavier processing. Detecting that an order was mentioned is only the first task: the system must also match that mention to an approved, relevant order in the health system’s catalog. Cheap, fast gates determine when to hand the work to larger models.

An illustrative TypeScript interface makes the separation explicit. The gates decide whether a conversation event deserves more work; the matcher resolves it against the approved catalog; the output remains pending signature. The gate and matching implementations are separate dependencies because they perform different jobs.

typescript

type ConversationEvent = {
  text: string;
  encounterId: string;
};

type CatalogOrder = {
  id: string;
  name: string;
};

type PendingOrder = {
  encounterId: string;
  catalogOrderId: string;
  status: "pending-clinician-signature";
};

type OrderPipeline = {
  gates: Array<(event: ConversationEvent) => Promise<boolean>>;
  match: (
    event: ConversationEvent,
    approvedCatalog: readonly CatalogOrder[],
  ) => Promise<CatalogOrder | null>;
};

async function proposeOrder(
  event: ConversationEvent,
  approvedCatalog: readonly CatalogOrder[],
  pipeline: OrderPipeline,
): Promise<PendingOrder | null> {
  for (const gate of pipeline.gates) {
    if (!(await gate(event))) return null;
  }

  const match = await pipeline.match(event, approvedCatalog);
  if (!match || !approvedCatalog.some(order => order.id === match.id)) {
    return null;
  }

  return {
    encounterId: event.encounterId,
    catalogOrderId: match.id,
    status: "pending-clinician-signature",
  };
}

This structure separates the decision to spend inference from the harder task of resolving an order, and separates both from clinical authorization.

The closing invitation is to take healthcare seriously as an AI engineering domain. Asawa returns to his own earlier skepticism about whether promising technology could actually work inside clinical practice. He presents Abridge’s adoption as evidence that it can. The remaining work demands frontier capabilities under unusually high stakes: reliable clinical reasoning, evaluation grounded in physician judgment, and assistance that arrives affordably at the moment a clinician can use it.

19:4920:01
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

19:49 · section reference included

Resources

Read the complete timestamped transcript
  1. 0:00

    [upbeat music] Thank you so much for everyone being here. We're gonna get started in a second.

  2. 0:16

    Um, but before we get started, I am curious, how many of you currently work in the healthcare industry in some shape or form? Oh, that's amazing to hear. Uh, how many of you are clinicians by training?

  3. 0:28

    Okay, a couple. How many people in the room are engineers?

  4. 0:31

    Okay, awesome. Um, and then how many people have heard of Abridge before?

  5. 0:37

    Okay, awesome. Uh, well, I'm gonna let you hear actually from our users to start off on a little about Abridge. [upbeat music]

  6. 0:53

    Full day of twenty two patients, out by four thirty PM, notes done. That's nice.

  7. 1:01

    When I think about Abridge, I think the thing that comes to mind is it's really a cornerstone of how I practice medicine today. Um, there's just no way, um, I would do a clinic or see a patient without using.

  8. 1:14

    I can be present throughout my clinical encounters. I don't have to think about, um, "Oh, wait, did I get that? Do I need to write that down?" Because I know Abridge has my back and has everything ready for me.

  9. 1:25

    Abridge makes me feel free, 'cause I can really look at a patient, really listen, and not have to be thinking about, "What do I need to put in the computer?"

  10. 1:34

    Full day of twenty two patients, out by four thirty PM, notes done.

  11. 1:37

    I get to go home and protect my family.

  12. 1:38

    I don't have to think about, "Oh, wait, did I get that? Do I need to write that down?"

  13. 1:40

    I can really look at a patient, really listen, and not have to be thinking about, "What do I need to put in the computer?" [upbeat music]

  14. 2:08

    Our marketing team produces really good videos, and so they always hype me up. Um, but the goal of this talk for me, and I know that we have a lot of engineers in the room, my g- my goal is to talk about healthcare as a domain.

  15. 2:21

    At least I felt in the past that there was a lot of stigma around maybe the technical problems weren't as interesting in healthcare. And it is true in some ways, there's some parts of healthcare that might not be as tech forward.

  16. 2:31

    A lot of things run on fax machines, for example. Um, but I wanna give exposure throughout this talk of two things. One, Abridge's journey from clinical documentation to clinical intelligence and what that looks like.

  17. 2:45

    Um, and then two, I wanna expose you to some of the technical problems we work on, um, and that have to be th- that are truly frontier AI produ- uh, problems that have the highest stakes.

  18. 2:57

    A little about me. My name is Chaitanya. You can call me Chai. Um, my career has always been in AI companies and startups. I first started as, uh, in research engineering at a company called Vicarious, uh, which its goal was actually to develop AGI, but they took very different methods.

  19. 3:11

    They wanted methods inspired by neuroscience and probabilistic graphical mo- uh, models, um, and they concretely worked on robotics. Uh, then I started working at this company called Glean, 'cause I faced this problem in my workplace itself.

  20. 3:23

    How, uh, like, information scattered all over the place, context is everywhere, and it's so key to decision-making. And Glean was building basically the ChatGPT for your workplace. I was there about six and a half years as one of their earliest engineers, as we went from ten people to over eleven hundred people and work with some of the

  21. 3:39

    largest companies all over the world. Um, but that j- journey was amazing. I love that product. I love that company. I love the people there. Um, but I've actually always really been interested in healthcare.

  22. 3:50

    I remember a decade ago, cover of Nature magazine was AI to detect skin cancer. I was like, "Wow, is someone interested in AI?" That was amazing. At the same time, I went to the hospital for something, and I remember seeing, oh, coming back, it was a really minor thing, but I remember coming back and looking at the

  23. 4:05

    bill, and I was like, "I'm not really sure what exactly I paid for." Um, and so there's these known problems in healthcare, and I'll talk a little about some of them, access to care and cost, and then we had these amazing solutions, so I was like, "Why don't we bridge these things together?"

  24. 4:18

    Um, and remember, this is about a decade ago. Um, and so I actually started this seminar where I invited speakers who were physicians, researchers, entrepreneurs to, to, uh, to talk about the space.

  25. 4:28

    And what I learned was while there was really, really cool technology, very little of it made its way into the clinic at that time. And so again, my, my journey went a different way.

  26. 4:38

    But as I, as I peeked my head out ten years, uh, ten years later then, actually our technology has gotten better than ever, as everyone knows, and the AI wave as it's taken over the whole world has also influenced healthcare.

  27. 4:50

    And as you, as you saw towards the end of that video, Abridge, in the matter of two to three years, got its way into three hundred of the largest health systems, uh, in the United States, Kaiser, Mayo, John Hopkins, Sutter, and so forth, and maybe, maybe you've visited some of these hospital systems.

  28. 5:06

    And once you're inside the hospital systems, you realize there's so, so much more you can do, and I'll talk about that journey that we've had. I specifically work on, um, lead our engineering teams for clinical decision support and our agentic experiences that the technology has now enabled and how we can bring that to healthcare.

  29. 5:25

    But first, maybe, maybe some of the problems that inspire us as a company at Abridge. One, one of the things that we've noticed, uh, or many people, econo- economists have noticed over the past few decades is actually in many other industries, you actually see the cost of a good go down, and that's because the productivity has increased.

  30. 5:43

    But in healthcare, we actually see administrative costs have only gone up over the past, uh, few decades, um, and productivity hasn't necessarily increased. Um, and a lot of our problems in healthcare we solve with labor, but even that we cannot actually keep up.

  31. 5:59

    So there's this bit of this, like, productivity pa- uh, paradox you might have heard of, like Baumol's cost disease, and it's part of-- partially because technology, I think, hasn't fully touched healthcare as much as it's touched other industries to increase that productivity.

  32. 6:12

    A few other problems, you know, hospitals are shutting down, margins are actually razor thin for many health systems. Of course, some patients have massive, uh, medical, uh, debt. And then we actually-- and the problem that's-- another problem that's very near and dear to our heart is that we hear all the time that doctors are burnt out, and

  33. 6:30

    they actually often don't recommend it as a profession to, uh, to their children.

  34. 6:36

    So what we started as, as a company was working on clinical documentation. So the idea here, if you're not familiar with it, is at, at the end of every patient visit, the, the clinician must create a note.

  35. 6:48

    Uh, our typical format is a soap note that has a couple different formats, like what's the chief complaint of the patient and a few other sections, and then what's the assessment plan?

  36. 6:57

    What do we do with this patient? You have to do-- write this after every single visit, and there's some different variations on this de-depending on specialty. Um, typically clinicians end up often doing-- it takes like two hours a day to write, just write these notes, and you often do it what's known as pajama time after work itself.

  37. 7:16

    Uh, and that's a common source of clinician burnout, spending all this time outside of work, and it's not the most fun part of the job. However, these documents are actually extremely high stakes because these clinical notes are often used as a basis of billing, but also, uh, which is of course, financial things are high stakes, but also

  38. 7:33

    have clinical impact. And the reason for this is because these prior no- these notes are used for the next clinician, or as you switch health systems, they use-- they provide context to the clinician of the, uh, patient's longitudinal medical record.

  39. 7:47

    So it's actually really high stakes to get this right. Um, we started here because we-- it's a known pro-- uh, pain point that's existed for many, many years. But finally, the technology's caught up to do really, really high quality medical notes that's actually personalized to the clinician.

  40. 8:03

    This was an amazing wedge into healthcare industry, which has typically been technology reticent because it re-led to... They actually care a lot about getting these notes high quality and right.

  41. 8:13

    It led to higher doctor satisf-- uh, sas- provider satisfaction and such, they could actually see more patients. Um, and it can actually help create a higher record, um, that helps prevent, uh, as it relates to billing, auditing and other reasons.

  42. 8:28

    So we started there. Just this product alone scaled to three hundred ho-hospital systems. But I wanna show you a little about where we're going next. And, um, and the core thesis of the company is that every area in healthcare is, everything is around the conversation.

  43. 8:42

    So we started over here with the co-co-conversation to clinical note. Everything else is downstream of that, whether you-- it relates to billing, whether it relates to things like cl-clinical trial matching or whether it relates to clinical decision support.

  44. 8:57

    It's all about the conversation, that sacred doctor and patient conversation, and we've just built all this administrative machinery around that. But how can we bring it back to that conversation and actually automate some of that, uh, administrative machinery?

  45. 9:13

    So to give you a tactical example of what this looks like, um, and I'll play this video. [coughing]

  46. 9:26

    Of where, where we're going from here.

  47. 9:28

    We've been building a solution that allows the physician to interact with Abridge directly by using their voice. Hey, Abridge, [beep] is Nathan eligible for any clinical trials?

  48. 9:41

    He may be eligible for the Abridge HF study. He remains symptomatic despite maximal therapy, and most screening criteria are already met. But an updated echocardiogram is needed to confirm his ejection fraction and complete eligibility assessment.

  49. 9:53

    All right. Please order that echo for him.

  50. 9:56

    Done. Confirmatory echo ordered.

  51. 9:58

    And then when I'm done for the day, I can just ask Abridge, "Hey, Abridge, [beep] can you prepare my charts for tomorrow?"

  52. 10:06

    And Abridge is working for me.

  53. 10:10

    Pause it right there. One of the things that you'll, you'll notice is that we are thinking about how to, uh, revolutionize the entire visit, uh, for a clinician. From pre-visit, how, um, earlier in the-- we have suggested discussion topics.

  54. 10:23

    Here's things that you can talk about, uh, with your patient, whether they're clinical or more, uh, billing related. Um, we have, after the visit, we actually create everything for you.

  55. 10:32

    The patient visit summary, the actual clinical note, and we actually penned orders, as you might have seen. We're able to use-- W-we are able to do this all by reading all this context.

  56. 10:42

    We have access to all of the EHR context, so we know everything about the patient, the, the prior labs, the prior notes. We have access to the live conversation between the doctor and the patient.

  57. 10:52

    That's where the quote unquote debugging happens in healthcare, where you learn about what the patient is facing now. Um, and then we have access to world's medical literature that we can ground and clinical guidelines that we can ground all of our work in.

  58. 11:05

    So, do, do, do. I wanna, I wanna s-switch now, given the context of where we're going as a, as a product, I wanna switch into some of the key technical and engineering problems we face and inspire you on some of the, what I think are f-very much frontier AI challenges.

  59. 11:27

    So if you've ever worked on a agentic product before, the-- regardless of vertical, um, the three KPIs that tend to matter are quality and latency and cost. In healthcare, I feel that we're actually playing on hard mode for all of these three KPIs.

  60. 11:42

    This is a high stakes scenario, especially when you're doing something like clinical decision support. You have to be right because the downside is extremely high when you're wrong. When I used to work at Glean, you know, while I love that product, I could be wrong and it would have been fine.

  61. 11:55

    Maybe we answered a question incorrectly. But in healthcare, if we answer something incorrectly, there's actually consequences, and we entirely lose our trust. So quality needs to be absolutely high, and I'll talk a little about how we keep that bar high.

  62. 12:07

    And then latency and cost also really matter for us when you're live in the conversation. You can't, uh, with latency, you can't act on information too late, and you have to act on the-- also at the right time for it to be useful.

  63. 12:20

    And then finally, cost at the scale we're, we're doing this at.

  64. 12:25

    Um, and, and, and as an interesting aside, it actually relates to, uh, our-- We have a motto inside the company that our goal is to save lives, save time, save money for, uh, for the hospital system and for the healthcare industry as a whole.

  65. 12:36

    And it actually-- I think it's funny that it really maps to the three K-KPIs that you care about in any agentic product.

  66. 12:44

    So talking a little about quality, how do we keep that bar high? For us, we really treat evals as the l-operating system, the life's blood of the, of the company.

  67. 12:54

    This starts from internal benchmarks and offline evaluation. Before we develop any product, you know, whether we're talking about clinical trial matching, clinical note, clinical decision support, coding, we start with a robust set of internal benchmarks.

  68. 13:08

    This is pre-deployment, and then we test that against, you know, things that we've actually seen in the wild. Then we al-- have a staged rollout. We know that we need to, uh, make contact with realit-reality.

  69. 13:20

    Not everything offline will perfectly represent what happens in practice, and so we slowly roll it out. Uh, maybe it starts with the alpha s- group of clinicians that we trust and under-- they understand the stakes.

  70. 13:31

    We roll out to beta. Maybe there's AB testing at scale. And then even after it's fully rolled out, you always need continual, uh, monitoring. Again, the stakes are really high, and you cannot get away with just being, like, a prototype that you just ship out there and be like, "Yeah, I mean, I tested it on a few

  71. 13:45

    cases, and it works." How we do this is we always have expert-calibrated LLM judges. So we have clinicians embedded throughout the entire company. The clinicians are d-domain experts, but not all of us are clinicians.

  72. 13:58

    I'm not a clinician. So how can we, the rest of the company, still move fast is by encoding that clinician judgment into LLM judges. You know, I think a really great evaluation system has a property that it reflects the behaviors that you want in your product.

  73. 14:14

    At the end of the day, we are making a product for clinicians, and so who best other than our clinicians to actually create our judges that represent what they want?

  74. 14:21

    And those judges, once you have that, create a feedback loop so that anyone, whether you're a clinician or not, can actually, uh, hill climb and learn from that. We also have a lot of online signals, whether how you're editing the clinical note and your typical thumbs up, thumbs down, uh, and star ratings and other free-form text.

  75. 14:40

    So this is a general framework we use for our, for all our products. I wanna deep dive into the product that I work on, which is clinical decision support.

  76. 14:50

    So to give you an example of what clinical decision support looks like, and specifically, we're building something novel, which is contextual clinical decision support. Maybe a provider asks a question like, "Hey, does this patient meet the criteria for febrile neutrophenia?"

  77. 15:04

    Um, and so what we have to do here is actually a lot of context is underspecified in this question. We're-- So the first thing we're gonna do is we're actually gonna pull from the EHR data previous, uh, previous lab values.

  78. 15:17

    Then using that context, we're gonna, uh, use the, uh, c-- uh, we're also gonna use the live conversation, and we're gonna use clinical guidelines and medical journals to com-- use as the reasoning sources for combining all this context to actually answer the provider's question.

  79. 15:34

    Now-- But I wanna focus on evaluation. Again, the stakes are really high here. We, we really can't get this wrong. So how do you tell whether or not an answer is correct?

  80. 15:42

    And sometimes I, I f- uh-- And this is a case where the generator and the verifier gap is really small. What I mean by this is, in some problems in AI, such as like Sudoku, it's really, really hard to generate a solution to Sudoku, but it's extremely easy to verify it, uh, once you do have the solution.

  81. 16:00

    And that makes, uh, that makes it much easier to hill climb against, uh, and build evaluation for. But in a case like this, the generator and verifier gap is really small.

  82. 16:08

    If I had a really, really good generator, uh, verifier, then that would just be my generator itself. So how do I create a reference that isn't just a language model itself and ground itself so I have trust?

  83. 16:21

    So what we do is we tackle this by having many, many different signals. Uh, we have a clinical quality judge, which I'm gonna dive deep into, and then we tackle from, uh, we have many signals from a boundary and adversarial judge.

  84. 16:33

    We have a clinical safety judge. And we also have judges that re-represent product as-aspects like tone and style, and that matters a lot as well for AI products. So all of these are different signals that try to get a piece of this, like, really, really hard-to-measure problem and guarantee it in the way that we want the product

  85. 16:49

    to be. So diving into the clinical quality judge. So again, I said the v-- generator–verifier gap is really small here. So what we need is we actually need human references to tell are, are we generating the right thing?

  86. 16:59

    But you can't just create a human golden response because there is a lot of variability in the potential responses. So what we did is we took a lot of real clinical cases.

  87. 17:09

    We had independent physicians create a rubric. So this rubric said elements of what we wanted in the response. So it's not, "Here's the exact response," because again, there's many infinite possible responses, but a re-- a good rubric elements that what a good r-response would look like.

  88. 17:22

    And then we had a separate physician that actually adjudicated it, brought these two independent rubrics together, created a final rubric, and we actually had a fourth clinician do QA on these rubrics.

  89. 17:32

    Once you have these rubrics, and here, here's a sample rubric, what it looks like. Here's actually a question. And then, I mean, there, there's more context in the case itself.

  90. 17:38

    You have a rubric of what are the elements that a response should look like. Now, we can actually have an LLM judge that compares our agent's responses to these rubric elements and does some s-- uh, basic semantic match to tell, hey, is our model performing well as we continue to hill climb, whether it's our agent architecture, our

  91. 17:55

    models, or search ranking algorithms. I wanna talk a little now about cost and latency, two other really, really hard problems for us. So we do this, as we said in that intro video, we do this on the-- live in the conversation, and we do on the run rate of a hundred million medical conversations a year.

  92. 18:13

    How do we do this in a way that doesn't really break the bank for us? So one, one place that this problem comes up, uh, or is, is actually in generating the clinical note.

  93. 18:22

    So when you're generating the clinical note, there's many different sections to it. There's a history of p- uh, present illness, past medical history, and there's the assessment and plan.

  94. 18:30

    So one of the core insights for us is, rather than, say, using a foundation model to generate all of this, is we can actually break, decompose this problem into simpler, smaller workflows.

  95. 18:41

    Healthcare is actually many specific workflows. You don't need, you know, Fable Five, uh, to actually solve all of your, uh, clinical notes. We, we don't need frontier-level intelligence for every problem, so we actually post-train a lot of smaller models for different problems, such as different-- Actually, even to the granularity of different sections in the clinical note.

  96. 19:00

    And that lets us use much smaller mo- uh, models because it's a m- more specific problem and at, uh, at much cheaper cost and latency. And we have this data flywheel that we have this unique dataset of a hundred million medical conversations a year.

  97. 19:14

    And as far as we know, no one else has such a h- uh, large dataset. So our key insight is having a right to tr- win in training models.

  98. 19:22

    There are problems where the quality's already maxed out, and so you should train models then to reduce quality and latency. But there are other problems where the quality isn't maxed out, and people say, "Oh, the frontier model would just steamroll you."

  99. 19:33

    Our key insight is we can actually potentially beat the rate of change on the frontier model if we have the right, uh, to win by having the right data that they may not have and the focus on a problem that they may not be focusing on, and that lets us still maximize quality.

  100. 19:49

    Another, uh, problem that I'll quickly touch on is in-visit orders. So, uh, do- doctors really aren't big fans of pending orders, but often they'll mention orders during the visit itself, medication or non-medication orders.

  101. 20:01

    So what we have is while we're listening in the visit, as the, uh, clinician says, uh, order, we actually queue it up in the background, uh, le- and let them, uh, actually sign it off in the EHR.

  102. 20:11

    But you can imagine if we did this in a very naive way, like every few seconds are just listening for orders, that would really break the bank. Um, and so a lot of our tricks are like, how do we find the right events in the conversation to actually trigger heavier models that will actually do the order matching?

  103. 20:26

    Because you need to match the order, not just is the order said, but does it match and reference the system's orders that are approved by the system and are relevant to the conversation.

  104. 20:34

    So we have a number of different gates that are cheaper and faster that let us trigger actually larger models and hand off to them for actually doing the end-to-end work.

  105. 20:46

    Um, but the last message, this was of course a very quick talk, but the message I wanna leave you with is healthcare is a domain that needs frontier AI and actually puts it to the test at, uh, higher stakes.

  106. 20:56

    In the past, I as an engineer myself was wary about working in healthcare. Does, uh, does, like, does healthcare technology actually work? Well, Abridge has proven this at scale for sure, and I was-- hopefully I gave you a taste of some of the frontier problems that we work on.

  107. 21:10

    So thank you so much. My name is Chaitanya again. You can, uh... And feel free to connect with me at Twitter or LinkedIn. Thank you. [audience applauding] [upbeat music]