Contents
  1. Healthcare work and the intended improvement
  2. What a clinical record can establish
  3. Patient context, permissions, and record updates
  4. Documentation fidelity and professional review
  5. Referral processing, capacity, and access
  6. Clinical information and consequential action
  7. Accountable review and completed escalation
  8. Clinical claims and their evidence
  9. Errors, prevalence, and response burden
  10. Evaluation during real clinical use
  11. Deployment scope and operating limits
  12. Monitoring a changing care process
  13. Continuity, correction, and revalidation
  14. Check understanding
  15. Open questions
  16. Selected talks
  17. References
  18. Talk library
← All topics

AI in Healthcare

Healthcare AI changes how information reaches people and influences care. Its usefulness depends on the task, the patients, the surrounding workflow, and what happens after an output appears. A credible system connects reliable information to an authorized response, demonstrates the intended benefit, and remains correctable when conditions change.

Healthcare work and the intended improvement

A clinical workflow comprises the tasks, decisions, and handoffs involved in care. Clinicians provide professional care, administrative staff coordinate access, and technical operators maintain supporting services. Their interconnected work determines whether information reaches someone able to act.

Intended use specifies a system's purpose, users, setting, inputs, and permitted role. Its patient population is the group for whom that use is intended. These boundaries precede architecture: collecting symptoms for review and independently directing care are different purposes. The IMDRF definitions connect medical purpose to software evaluation and oversight.

A proposed follow-up workflow

Example

Information collection leaves clinical and coordination responsibilities outstanding.

Patients supply information; clinicians assess it; coordinators arrange the resulting handoff. Technical operators maintain delivery, without acquiring clinical decision authority.
Read the diagram as text
  • Patient.
  • Automated collection.
  • Clinician assessment.
  • Care coordination.
  • Technical operators.
  • PatientAutomated collection: Data: reported symptoms.
  • Automated collectionClinician assessment: Data: collected information.
  • Clinician assessmentCare coordination: Control: authorized follow-up.
  • Technical operatorsAutomated collection: Control: service operation.
  • A bounded care exampleA prospective study evaluated telephone symptom collection about three weeks after routine cataract surgery. An ophthalmologist supervised the automated calls in real time. Non-English speakers and people with hearing or cognitive difficulties were excluded. Those conditions define the evidence: supervised follow-up in that population does not establish unsupervised performance for everyone.
  • The proposed changeSpecify what happens when information is wrong, arrives late, or never arrives. A missed warning and an invented answer require different tests from an awkward conversation. Scenario design should start with possible patient harm within the actual workflow.
ApplicationOutput and authorityCandidate benefit and baseline
DocumentationDraft note for professional review.Less documentation work; compare with existing notes and templates.
OperationsReferral information and routing assistance; staff retain responsibility for handoffs.More completed care connections; compare with structured intake and clearer responsibilities.
Clinical supportPatient-specific information informs a clinician's decision.Better decisions or outcomes; compare with existing rules, reminders, and reference access.

A learned prediction estimates a target using patterns fitted from examples. A forecast of incoming referrals can inform staffing, but it does not allocate appointments. Machine Learning Fundamentals explains how learned estimates differ from authored rules.

A generated answer is newly composed text. Fluency does not establish factual correctness. When generation uses retrieved records or references, the application must check whether they support the answer; Retrieval-Augmented Generation develops that evidence-to-answer relationship. Predictive scores instead need a defined outcome and evaluation against observed results.

What a clinical record can establish

An electronic health record, or EHR, stores patient information across visits and care settings. An encounter is a particular care interaction. Notes describe it; orders request actions; results record findings. A longitudinal record brings these entries together over time, without guaranteeing completeness.

Provenance identifies where information came from, who created or changed it, and which version is being used. It helps distinguish a current observation from a later transcription or revision.

Event time is not availability

Example

Earlier specimen collection does not make a result usable.

1 / 3 · Decision at 09:30

Result content cannot enter this decision.

Result R retains its identity. Timestamped states accumulate as history; only the latest describes current availability. Ingestion follows issuance.
Read the diagram as text
  • Patient P.
  • Result R. Specimen collected 09:00; initially pending.
  • 09:30: unavailable.
  • 10:15: issued, not ingested.
  • 10:20: application access.
  • Patient PResult R: Patient association.
  • Result R09:30: unavailable: Decision-time status.
  • Result R10:15: issued, not ingested: Later status.
  • Result R10:20: application access: Later status.
  1. Decision at 09:30. Result content cannot enter this decision. Active: Patient P, Result R, 09:30: unavailable. New: Patient P, Result R, 09:30: unavailable.
  2. Issuance at 10:15. Provider availability precedes application arrival. Active: Patient P, Result R, 09:30: unavailable, 10:15: issued, not ingested. New: 10:15: issued, not ingested.
  3. Ingestion at 10:20. New availability cannot justify earlier use. Active: Patient P, Result R, 09:30: unavailable, 10:15: issued, not ingested, 10:20: application access. New: 10:20: application access.
Recorded informationWhat it supportsWhat it does not establish
Medication orderA prescription or administration instruction.That medication was dispensed or administered. An administration record and a patient's report of taking medication are different evidence.
Observation without a numberA result may use another datatype or appear in components.A normal finding. Inspect the observation's meaning, result, interpretation, and any absence explanation.
Two measurement valuesComparison after checking measurement identity and compatible coded units.Equality of meaning from bare numbers. Preserve less-than or greater-than bounds; matching units alone does not establish comparable specimens or methods.
Matching display labelsA possible terminology correspondence to investigate.Equivalent coded meaning. Retain terminology system, version, and code; consult definitions or mappings when they differ.

Unavailable data have different explanations. Fast Healthcare Interoperability Resources (FHIR), a healthcare data-exchange standard, distinguishes unknown, not asked, not performed, withheld, and error states. None means healthy. If no absence reason is recorded, the application cannot infer which explanation applies.

Changed values can reflect a changed patient or a changed measurement process. Observer technique, examination conditions, and timing all matter. Repeated measurements can be consistently wrong; repeatability does not establish validity. Longitudinal comparisons therefore need acquisition context as well as values.

  • Ordering-dependent informationA laboratory measurement becomes observable only after someone orders the test. Testing frequency can encode clinical concern. This is informative missingness: availability itself carries information about the care process, which may change across institutions.
  • Documentation-dependent informationAbsent smoking-history codes cannot establish that a patient does not smoke. Information may be omitted, buried in narrative notes, or held at another institution.
  • Billing-dependent informationDiagnosis coding also responds to reimbursement and documentation practices. More recorded diagnoses can reflect more intensive recording rather than an equivalent increase in illness. The label must match the clinical concept being predicted.

Temporal leakage occurs when evaluation supplies information unavailable at the intended decision time. Specimen collection, result issuance, and application ingestion are separate events. Reconstruct accessible versions, not merely the completed historical record.

These distinctions make data quality task-dependent. A field adequate for billing may be unsuitable as a disease-onset label; missing documentation may invalidate a completeness check. Data Quality and Curation explains the broader methods for assessing fitness, provenance, and coverage.

Patient context, permissions, and record updates

FHIR represents information as resources connected through references. Profiles constrain resources for particular uses. This shared structure supports integration, but compatible syntax does not establish correct patient identity, clinical meaning, or complete information.

SMART on FHIR supports application launch and delegated access. Patient context identifies whose record is selected; encounter context identifies the care interaction. Scopes specify permitted operations. Requested scopes can differ from granted scopes, and launch context does not independently prove correct identity.

Approval does not bypass checks

Example

Reviewed work can still fail authorization or concurrency checks.

Proposed integration: control gates constrain data movement. Rejected writes remain uncommitted; conflicting versions require reconciliation.
Read the diagram as text
  • Selected patient context.
  • Context and access checks.
  • Read permitted records.
  • Draft and professional review.
  • Write checks. Recheck context, permission, and base version.
  • Saved.
  • Rejected.
  • Reconcile and re-review.
  • Selected patient contextContext and access checks: Data: context.
  • Context and access checksRead permitted records: Control: valid.
  • Context and access checksRejected: Control: invalid.
  • Read permitted recordsDraft and professional review: Data: records.
  • Draft and professional reviewWrite checks: Data: reviewed change.
  • Write checksSaved: Control: checks pass.
  • Write checksRejected: Control: access fails.
  • Write checksReconcile and re-review: Control: version conflicts.
  • Read only suitable contextConfirm the selected patient and encounter, granted access, required information, and freshness before generating patient-specific work. A launch capability and permission to read are separate checks.
  • Separate approval from permissionA clinician's approval does not create server authorization. Permission to create a resource does not necessarily include reading it; execution must satisfy the granted scopes.
  • Distinguish the actionSaving a draft, professionally confirming a note, and authorizing an order have different consequences. In one described order-assistance workflow, conversational mentions are matched to supported orders and queued for clinician sign-off in the EHR.
  • Version-aware updateFor reviewed version v7, send the update precondition If-Match: W/"7". If the server is at v8, it returns HTTP 412; reread and review.

Conditional creation creates on zero matches, reuses one match, and fails on multiple matches. Server support must be verified; this prevents some duplicate records, not every duplicate clinical action.

Define the purpose and handling of recordings, transcripts, drafts, and retained evidence, including vendor access and reuse. Patients need understandable information about the workflow. Privacy and Data Governance covers access, retention, and accountability; WHO guidance places stakeholder participation and cybersecurity within health-AI governance.

Documentation fidelity and professional review

Ambient documentation captures a care conversation to draft notes. Attestation is professional confirmation of the record. NHS England's professional guidance calls for meaningful review, correction before inclusion, and respect for patient objections. Its responsibilities are jurisdiction-specific, rather than a universal recording rule.

Source-to-draft comparison reveals errors that fluent prose can conceal. The following constructed examples isolate changes in meaning; they are not measured error frequencies. Speech recognition deserves separate inspection because incorrect transcription can make subsequent generation faithfully reproduce the wrong information.

Source informationAltered draftRequired correction
Patient reports no dizziness today.Dizziness today.Restore negation; a symptom was denied.
Companion describes their own headache.Patient has headache.Restore speaker attribution.
Medication prescribed; use unconfirmed.Patient takes medication.Preserve the difference between an order and reported use.
Clinician discusses a possible diagnosis.Diagnosis confirmed.Retain uncertainty; the source does not support confirmation.
Earlier note lists symptoms; later entry revises them.Summary repeats only the earlier entry.Reconcile versions and retain temporal context.

Source attribution links a statement to its origin. Abridge's linked-evidence interface connects note text to transcript passages and audio playback. This helps locate an error, but a transcript link cannot validate transcription or establish that a supported statement is clinically correct.

A signed note becomes context for subsequent clinicians and can support billing. An error therefore survives beyond its original encounter and may enter later summaries. Evaluation should inspect omissions and downstream readability alongside total drafting, review, and correction effort.

  • A measured but bounded benefitA randomized ambient-documentation study reported reduced note-writing time and practitioner exhaustion-related outcomes. Its documentation-only system used both private EHR interfaces and FHIR APIs. Early-adopter participation and an open-label design limit transfer; those findings do not establish better diagnosis or patient health.

Referral processing, capacity, and access

A referral requests evaluation or care from another clinician or service. Closed-loop referral communication connects relevant information with the responsible recipient; transmitting a request alone does not complete that responsibility.

Electronic referral experience shows that digitization can shift work to referring clinicians and complicate patient scheduling. Intake speed and end-to-end access can diverge.

Referral work has several exits

Example

Faster intake leaves capacity and follow-up responsibilities intact.

Proposed flow based on electronic referral experience. Resubmissions are endpoints here. Attendance still does not establish completed care.
Read the diagram as text
  • Intake checks.
  • Referrer: complete and resubmit.
  • Specialist review.
  • Advice to referring clinician.
  • Referrer: workup and resubmit.
  • Staff coordinate appointment.
  • Attendance recorded.
  • Staff follow up missed visit.
  • Intake checksReferrer: complete and resubmit: Information incomplete.
  • Intake checksSpecialist review: Information sufficient.
  • Specialist reviewAdvice to referring clinician: Advice sufficient.
  • Specialist reviewReferrer: workup and resubmit: Further workup needed.
  • Specialist reviewStaff coordinate appointment: Visit needed.
  • Staff coordinate appointmentAttendance recorded: Patient attends.
  • Staff coordinate appointmentStaff follow up missed visit: Patient misses visit.
  • A proposed AI contributionExtract the referral question and supporting information, flag omissions, and prepare routing suggestions. Keep responsibility for unresolved communication visible, including patients needing different languages or communication channels.
  • Prediction versus capacityAssume a forecast estimates 30 referrals tomorrow and the schedule has 20 slots. The forecast can motivate staffing or capacity changes; it cannot create ten appointments. Choosing among patients also requires urgency rules and availability. Forecast accuracy and allocation quality are separate evaluations.
  • End-to-end measuresTrack completed handoffs, unresolved requests, time to service, patient effort, and total staff work. Inspect access across communication needs instead of counting processed forms alone.

The same distinction applies to payment workflows. A provider delivers care; a payer finances covered services. Prior authorization requests payer permission before specified care. An appeal after denial requires patient evidence, care guidelines, and coverage policies. Generating a letter does not resolve missing evidence or changing policy.

Linking earlier authorization records to later denials can reveal recurring omissions worth checking before submission. That is a proposed prevention mechanism, distinct from merely producing appeals faster; it needs evidence that the upstream intervention actually reduces avoidable failures.

Clinical information and consequential action

Clinical decision support, or CDS, provides information at useful points in care to assist professional decisions. An alert's usefulness depends on its recipient, timing, supporting evidence, and available response.

A clinician's question may omit information already present in the record or encounter. A described contextual assistant combines historical laboratory results, the live conversation, and clinical references. Completeness, reference currency, and applicability still require checking; Retrieval-Augmented Generation explains the general grounding problem.

Information becomes action through assessment

Example

A prediction supplies information, not treatment authority.

A proposed support pathway separates evidence, professional assessment, authorization, and outcome observation. An intervention's benefit requires evidence beyond predicted risk.
Read the diagram as text
  • Patient information.
  • Estimate or sourced answer.
  • Clinician assessment.
  • Owned clarification or review.
  • Authorized response.
  • Observed outcome.
  • Patient informationEstimate or sourced answer: Data: evidence.
  • Estimate or sourced answerClinician assessment: Data: advisory output.
  • Clinician assessmentOwned clarification or review: Control: evidence insufficient.
  • Clinician assessmentAuthorized response: Control: response justified.
  • Authorized responseObserved outcome: May affect.
  • Make the output actionablePresent the supporting information, applicable limits, and decision expected from the recipient. An explanation that leaves the required response unclear does not adequately support the human-AI team.
  • Preserve an abstention pathAbstention means withholding an automated prediction or decision. It reduces automated coverage and transfers work elsewhere; the receiving workflow must remain usable. A more restrictive confidence threshold reduces errors only when its score actually distinguishes errors.
  • Enforce authority outside generationCode can enforce identity checks and permitted routing before conversational generation. Deterministic enforcement does not make emergency recognition infallible: a fixed route can still receive an incorrect classification.

Risk is not treatment benefit. Assume one group has adverse-outcome risks of 0.8 both without and with an intervention; another has risks of 0.3 and 0.1. The higher-risk group has no reduction in this example, while the other has a 0.2 reduction. Machine Learning Fundamentals develops prediction versus causal effect.

Conversational intervention also depends on context. One mental-health demonstration distinguished immediate danger requiring external support from past distress where supportive conversation could continue. These examples illustrate differentiated routing, not validated triage rules; past tense alone cannot establish present safety.

Accountable review and completed escalation

Meaningful oversight requires evidence, expertise, time, authority, and an alternative workflow. Responsibility must identify what someone can inspect, change, and stop. The interface should communicate limits and support the actual decision, rather than merely expose a technical explanation.

Expertise should match the task. A clinician experienced in the relevant specialty or documentation workflow may detect failures that a broad professional credential does not prepare someone to recognize. Existing domain experts can be empowered; a new hire is not always necessary.

Proposed responsibilityRequired capabilityUnavailable-owner response
Documentation reviewerInspect source material, correct the draft, and decide record inclusion.Leave work visibly unconfirmed; use the established documentation process.
Operational exception ownerResolve missing information and coordinate the next handoff.Keep the request assigned and unresolved; transfer responsibility explicitly.
Clinical decision ownerAssess evidence and authorize, change, or reject a consequential response.Use an agreed escalation route and locally defined response window.
Incident ownerContain unsafe behavior and coordinate clinical and technical recovery.Maintain a named alternate and an independent communication channel.

Automation bias is undue reliance on automated advice. In a controlled dermatology experiment, participants assessed cases before and after AI advice containing deliberately incorrect recommendations. Some initially correct decisions became wrong. Such experiments test resistance to bad advice, rather than treating approval frequency as oversight quality.

Alert fatigue describes reduced responsiveness associated with excessive alerts. A retrospective clinical study associated repeated reminders and more reminders per encounter with lower acceptance. It did not establish that overrides were inappropriate or that reducing overrides would improve safety.

  • Test the reviewerUse controlled cases with known errors to assess useful-advice acceptance, incorrect-advice rejection, and harmful reversals of initially correct judgments. Repeat testing in the intended workflow before assuming laboratory behavior transfers.
  • Test the handoffMeasure whether an escalation reaches the responsible person and results in the required response. Delivery, acknowledgment, and resolution are separate observations; nominal human involvement is insufficient.
  • Provide a correction routeA patient or staff member reporting an error needs an accountable reviewer who can inspect evidence and authorize correction. Record the disposition and communicate the result; a trace alone supplies no remedy.

Clinical claims and their evidence

Clinical validation assesses whether a system fulfills its specified clinical purpose in the intended population and setting. IMDRF distinguishes a clinically meaningful association, reliable production of the intended output, and clinical validation. Clinical utility concerns usefulness when the output enters care; technical correctness alone cannot establish it.

A reference standard is the best available basis for establishing the condition being evaluated. It must be distinguished from a convenient comparator. Agreement with one reviewer is not automatically diagnostic accuracy; reviewers and records can be uncertain. Preserve disagreements and define how they are adjudicated.

Intended claimComparison and populationEvidence needed
Less documentation workExisting documentation practice among intended users.Total task and correction effort, accepted record quality, and consequential omissions; generation speed alone is insufficient.
Better accessExisting referral workflow for the intended patients.Completed downstream work and unresolved exceptions, with population coverage and exclusions reported.
Better patient outcomesA defined care alternative in the target setting.An endpoint—an outcome measured by the study—that captures patient-relevant benefit and harm.
  • Retrospective evaluationExisting records support evaluation only after fixing the intended decision time, available predictors, outcome definition, and prediction horizon. Later documentation must not leak into earlier decisions.
  • Patient separationPatient-disjoint tests assess performance on unseen people. Repeated encounters from one person can otherwise cross dataset boundaries.
  • Time and site separationLater-period tests probe changing practice; external validation tests another setting. These dimensions can overlap, and their names do not prove independence: returning patients may appear in later periods or multiple institutions.

Shortcut learning can reward the wrong evidence. A pneumonia-imaging study showed that radiographs carried hospital-location signals. When hospitals differed in disease prevalence, recognizing location helped predict the label without exclusively detecting pathology. Strong pooled internal performance therefore did not establish transport to another hospital.

Target mismatch is different: the system may predict its label accurately while serving the wrong objective. A healthcare allocation study found that spending-based scores understated need among Black patients relative to White patients at the same score. Unequal utilization made spending an inadequate stand-in for health need.

  • Validate substituted outcomesA surrogate endpoint substitutes another measure for direct patient benefit. Correlation with health outcomes is insufficient: intervention-induced changes in the surrogate must predict benefit in the relevant context. Improving a convenient biomarker or process measure can leave patients no better off.
  • Preserve the evaluation boundaryEvals covers success criteria and graders; Data Quality and Curation covers collection and selection. A held-out split cannot repair a population that omits the intended users or operating conditions.

Errors, prevalence, and response burden

Prevalence is the proportion with the target condition or event. Sensitivity measures detection among true cases; specificity measures non-alerts among non-cases. Positive predictive value, or PPV, measures true cases among alerts. Their denominators answer different operational questions.

Sensitivity=TPTP+FN,Specificity=TNTN+FP,PPV=TPTP+FP.\mathrm{Sensitivity}=\frac{TP}{TP+FN},\qquad \mathrm{Specificity}=\frac{TN}{TN+FP},\qquad \mathrm{PPV}=\frac{TP}{TP+FP}. TP and TN are correct positive and negative classifications; FP are false alerts and FN are missed cases. Ratios with zero denominators are undefined.

Assume two populations of 1,000 people, with sensitivity and specificity both fixed at 90%. Only prevalence changes.

Count or ratio10% prevalence1% prevalence
True cases10010
Detected / missed90 / 109 / 1
False alerts / true negatives90 / 81099 / 891
All alerts180108
PPV50%8.3%

Lower prevalence raises the false-alert share from 50% to about 91.7%, while total alerts fall. Alert usefulness and absolute review volume move differently.

Calibration means agreement between estimated risks and observed event frequencies. If patients assigned 20% risk experience the event about 10% of the time, the estimates overstate risk there even if ranking is useful. New disease incidence or practice patterns can invalidate calibration. Evals explains its general assessment.

  • Sampling uncertaintyReport counts and denominators alongside performance estimates. More observations generally reduce sampling uncertainty, but do not remove bias. Sparse subgroup samples can leave important deterioration difficult to distinguish from noise.
  • Confidence intervalsA 95% confidence procedure covers the fixed population parameter in approximately 95% of repeated samples under its assumptions. It does not assign a 95% probability to an individual patient's outcome.
  • Thresholds and consequencesThresholds translate scores into actions. Missing a genuine warning and triggering an unnecessary assessment can have unequal consequences. Clinical experts must define those costs for the workflow; an extra assessment is not harmless in every setting.
  • Coverage and response capacityEvaluate errors among accepted predictions together with the fraction accepted. Abstention transfers demand to reviewers; measure the resulting handoffs. For conversational interventions, also score category and timing, since inappropriate interruption can obstruct useful support.

Evaluation during real clinical use

Prospective evaluation collects evidence as new cases arrive. In silent deployment, outputs are withheld from care decisions. Supervised live evaluation exposes users to outputs and can reveal reliance, disruption, and safety problems that silent performance cannot establish.

Random assignment uses an unpredictable chance process to allocate study conditions. Allocation concealment prevents recruiters knowing the next assignment before enrollment. These reduce selection bias; chance imbalance, unequal follow-up, and measurement bias can remain. Merely comparing contemporaneous AI users and nonusers does not randomize their differences.

Visibility and assignment change the evidence

Example

Silent performance cannot reveal reliance on visible outputs.

Alternative designs, not mandatory stages. Silent outputs leave care unchanged. Random assignment compares visible AI-supported care with usual care; outcome assessment remains necessary.
Read the diagram as text
  • Eligible new cases.
  • Outputs withheld.
  • Live-data performance evidence.
  • Random assignment.
  • AI-supported care.
  • Usual care.
  • Compare prespecified outcomes.
  • Eligible new casesOutputs withheld: Silent design.
  • Outputs withheldLive-data performance evidence: Evaluate withheld outputs.
  • Eligible new casesRandom assignment: Randomized design.
  • Random assignmentAI-supported care: AI arm.
  • Random assignmentUsual care: Comparator arm.
  • AI-supported careCompare prespecified outcomes: Observed outcomes.
  • Usual careCompare prespecified outcomes: Observed outcomes.
Design concernInterpretation
Usual-care comparatorDescribe the actual alternative, staffing, resources, exclusions, and delivery conditions. A pragmatic trial aims to inform ordinary practice, but exceptional support can limit applicability.
Observational comparisonSpecify the interventions and comparison that would answer the causal question. Target-trial reasoning clarifies design; it cannot remove unmeasured confounding or repair inadequate data.
Measured outcomesThe ambient-documentation trial supports practitioner workload findings. It did not collect patient-reported comfort and disclosure outcomes, and its note-quality assessment was not comprehensive independent clinical adjudication.

Before-and-after improvement can reflect changed staffing, patient mix, or selective adoption. Comparative evidence must address these alternatives. Supervised pilots can reveal implementation failures without establishing causal patient benefit; randomized studies require a suitable comparator and outcome assessment rather than randomization alone.

DECIDE-AI addresses early clinical evaluation; CONSORT-AI addresses AI trial reporting. Their descriptions of users, inputs, interfaces, decisions, versions, and errors make evidence interpretable. Reporting completeness does not itself demonstrate effectiveness.

Deployment scope and operating limits

Deployment authorizes a particular use under particular conditions. A successful evaluation does not automatically extend to different patients, sites, hours, or decision authority. The initial contract should name supported tasks and users, excluded uses, required training, and accountable clinical and technical owners.

Local acceptance testing connects that contract to operational evidence. Test wrong patient context, stale information, service outages, concurrent updates, duplicate requests, and reviewer overload. A passing model benchmark cannot substitute for these integration and human-performance checks.

Proposed acceptance conditionEvidence and ownerLimit on use
Relevant population and taskClinical owner reviews representative evaluation and exclusions.No unsupported expansion of population or purpose.
Usable informationIntegration owner verifies required resources, meaning, and freshness.Incomplete or unsuitable context follows an exception path.
Effective professional reviewClinical owner observes detection and correction of seeded errors.Restrict use when reviewers cannot perform the required assessment.
Continuity and coverageOperations owner tests the alternative workflow and communication.Use only where interruptions and outstanding work can be handled.

Define suspension authority and conditions before release. Unavailable reviewers, unresolved critical incidents, or unmet operating requirements need an explicit response, rather than an assumption that someone will notice and intervene.

Institutional permission, technical performance, local usability, and demonstrated benefit answer different questions. Applicable external requirements depend on intended medical purpose and jurisdiction and require qualified review. Calling software an assistant, model, or app does not settle its status.

Monitoring a changing care process

Distribution shift changes the patients, data, or operating setting relative to evaluation. New ordering practices, record templates, or staffing can alter recorded signals without an equivalent biological change. Monitoring must connect technical observations to the care process; Observability covers the general instrumentation.

Delayed outcome labels remain unavailable until follow-up matures. Monitor delivery failures and incidents immediately, but compute outcome rates on appropriately followed cohorts. Pending or missing follow-up remains unknown; it is neither a negative outcome nor evidence of successful prediction.

The response changes the label

Example

An avoided event can follow a useful warning.

Conceptual pathway. Assessment also uses information beyond the model. After intervention, the outcome without that intervention remains unobserved.
Read the diagram as text
  • Patient condition.
  • Recorded inputs.
  • Risk prediction.
  • Clinical assessment.
  • Intervention.
  • Observed outcome.
  • Patient conditionRecorded inputs: Shapes.
  • Patient conditionObserved outcome: Affects.
  • Recorded inputsRisk prediction: Model input.
  • Risk predictionClinical assessment: Informs.
  • Clinical assessmentIntervention: May authorize.
  • InterventionObserved outcome: May change.
LayerUseful signalInterpretation limit
InputsRequired information and absence reasons.Missing documentation does not establish a negative finding.
DeliveryOutputs received and actions recorded.A generated completion claim is not the resulting environment state.
Output qualityErrors by category and evaluator version.Changed judge behavior can resemble changed application quality.
Human responseEdits, overrides, unattended work, completed escalations.Approval alone does not establish correctness.
OutcomesMature follow-up, subgroup counts, and uncertainty.Unavailable labels cannot certify continued clinical performance.

An intervention can change the outcome used to judge a prediction. If an alert prompts effective treatment and the event never occurs, that observation alone cannot establish a false alert.

Reviewer feedback creates a different problem. If an interface encourages rubber-stamping, model-influenced approvals can become misleading evaluation or training labels. Independent assessment can expose disagreement, but disagreement still needs adjudication rather than automatic treatment as truth.

  • Preserve investigation contextRetain necessary source and resource versions, creation and revision actors, and timestamps. Use access and retention limits appropriate to the data.
  • Reassess absolute risksChanges in incidence and case mix can break calibration despite useful ranking. Inspect subgroup estimates and their support before retaining an action threshold.
  • Track application changesModel, prompt, and reference changes belong in the monitored configuration. Stable test cases can also miss newly encountered ambiguous or combined requests; production failures should refresh coverage.

Continuity, correction, and revalidation

Rollback changes future behavior; it cannot retract an utterance already heard. An incorrect note or missed escalation can require clinical follow-up even after the software is restored. Containment, record correction, and care recovery therefore need separate completion criteria.

A proposed incident procedure identifies affected versions and work, notifies responsible owners, contains unsafe output, and verifies recovery. Restoration must address the cause and demonstrate readiness; a successful restart alone is insufficient.

Restoration preserves outstanding obligations

Example

Service status changes do not erase affected work.

1 / 4 · Detect

Identify affected work.

Proposed recovery snapshots retain history. Earlier status nodes are historical; resumption requires verified recovery and reconciliation.
Read the diagram as text
  • Service S.
  • Affected work W.
  • Initially operating.
  • Suspended.
  • Under revalidation.
  • Resumed within limits.
  • Follow-up outstanding.
  • Work reconciled.
  • Service SInitially operating: Initial status.
  • Service SSuspended: Containment status.
  • Service SUnder revalidation: Recovery status.
  • Service SResumed within limits: Verified status.
  • Affected work WFollow-up outstanding: Initial disposition.
  • Affected work WWork reconciled: Verified disposition.
  1. Detect. Identify affected work. Active: Service S, Affected work W, Initially operating, Follow-up outstanding. New: Service S, Affected work W, Initially operating, Follow-up outstanding.
  2. Contain. Suspend unsafe output; preserve follow-up. Active: Service S, Affected work W, Initially operating, Follow-up outstanding, Suspended. New: Suspended.
  3. Revalidate. Test recovery while obligations remain. Active: Service S, Affected work W, Initially operating, Follow-up outstanding, Suspended, Under revalidation. New: Under revalidation.
  4. Resume. Record verified limits and reconciliation. Active: Service S, Affected work W, Initially operating, Follow-up outstanding, Suspended, Under revalidation, Resumed within limits, Work reconciled. New: Resumed within limits, Work reconciled.
  • Continue careUse a trained alternative workflow with independent communication. After restoration, reconcile interim documentation and orders, interrupted work, and the backlog. Tested restoration matters more than the mere existence of backups.
  • Preserve record historyFollow local amendment procedures. Historical CMS guidance illustrates corrections that retain distinguishable original content, authorship, and dates, rather than silently replacing the record.
  • Locate downstream workUse source and version relationships to identify affected notes and derivatives. Missing provenance leaves the affected set uncertain.

Convert clinically judged failures into repeatable regression cases. One mental-health team records the conversation, expected behavior, category, and intervention turn, then replays that boundary in continuous integration. This preserves an expert's expected behavior across prompt, model, and guardrail changes; it does not replace broader clinical evaluation.

Revalidation reassesses the changed system for its intended use. Model updates, prompt changes, terminology mappings, reference replacements, and broader authority can affect different parts of the evidence. Recheck the affected integration, human interaction, and outcome assumptions before resuming or expanding use.

Operating decisionProposed criterion
ResumeVerified recovery and supported operating conditions.
NarrowEvidence supports only a smaller scope.
Replace or retireBenefit, oversight, or recovery requirements remain unmet.

Open questions

  1. Transporting performance across institutions remains difficult because acquisition practices can carry predictive shortcuts. Progress would include external evaluations that separate patient differences from recording differences and preserve clinically useful performance after those distinctions are tested.

  2. Sustainable oversight requires useful intervention without overwhelming reviewers. Repetition can reduce acceptance, but overrides are not inherently mistakes. Progress would demonstrate appropriate correction and completed responses under realistic alert burden, rather than simply lowering override rates.

  3. Monitoring intervention-altered outcomes remains unresolved: successful prevention can resemble a false prediction. Progress requires evidence separating prediction error from effects of the response, because the untreated outcome remains unobserved.

  4. Local clinical customization can outgrow centralized review and engineering capacity. Learning local conventions is difficult when professional preference and safety requirements overlap. Progress would preserve shared safety tests while showing that specialty-specific changes improve the intended workflow without degrading other supported uses.

Follow the curated reading path through the speakers and demonstrations behind this entry.

Explore more talks

The rest of the library, beyond the curated path. Cited talks support this entry; reviewed transcripts were processed in full. Metadata candidates have not been reviewed as sources or verified as topic members.

39 matching talks

TalkSpeakerEventYear
Rashi AgrawalAI Engineer World's Fair 20262026
Vasant KearneyAI Engineer World's Fair 20262026
Christopher LovejoyAI Engineer Summit 20252025
Frank CoyleAI Engineer World's Fair 20262026
Hamed Firooz, Maziar SanjabiAI Engineer World's Fair 20252025
Yu SuAI Engineer World's Fair 20262026
Apoorva JoshiAI Engineer World's Fair 20262026
Roy DerksAI Engineer Summit 20252025
Adam TerlsonAI Engineer Summit 20252025
How to Build Trustworthy AI

Transcript reviewed

Allie HoweAI Engineer World's Fair 20252025
Angel Ortmann LeeAI Engineer World's Fair 20262026
Ian ButlerAI Engineer World's Fair 20252025
Jun Yu TanAI Engineer World's Fair 20252025
Jesse HuAI Engineer Code 20252025
Angus J. McLeanAI Engineer Europe 20262026
AI’s Jurassic Park Period

Transcript reviewed

Aaron StanleyAI Engineer World's Fair 20262026
Jeremy Silva, Chris HernandezAI Engineer World's Fair 20252025
Mohak SharmaAI Engineer Summit 20252025
Anna Marie BenzonAI Engineer World's Fair 20262026
Giran Moodley, Mayan Soni, Oussama Hafferssas, Mayank SoniAI Engineer Europe 20262026
Sandipan BhaumikAI Engineer Europe 20262026
Dan MasonAI Engineer World's Fair 20252025
Dan FengAI Engineer World's Fair 20262026
Ayush BhardwajAI Engineer World's Fair 20262026
Clay Cockrell, Tony FabrikantAI Engineer World's Fair 20262026
Denys LinkovAI Engineer World's Fair 20262026
Anant ShankhdharAI Engineer World's Fair 20262026
Daniel ChalefAI Engineer World's Fair 20262026
Stephen ChinAI Engineer Europe 20262026
Andreas Kollegger, Zaid ZaimAI Engineer Europe 20262026
Don't be data poor

Metadata candidate

Anuj IravaneAI Engineer World's Fair 20262026
Rossella Blatt Vital, Deepsha MenghaniAI Engineer World's Fair 20252025
Mike BursellAI Engineer World's Fair 20252025
Kwindla Hultman KramerAI Engineer World's Fair 20242024
Christopher LovejoyAI Engineer World's Fair 20252025
Kwindla Kramer, Shrestha Basu MallickAI Engineer World's Fair 20252025
Philip RathleAI Engineer World's Fair 20242024
Nik CaryotakisAI Engineer Summit 20252025
Christopher Lovejoy, Saul HowardAI Engineer World's Fair 20262026

References

Coverage and source review
Processed transcripts
27 processed in full · 6 in the curated path
Automated source review
Passed
Metadata candidates
18 unreviewed; not verified topic membership
Corpus version
1bd8e407b26a07b33815594e1b2db5f41827119a2b3cb6fbf240f9fc571fc767

Automated review checks source support; it is not publication approval.

A synthesis of selected conference talks and technical references. Citations link to the source material; they do not imply that every talk on this subject is included.

  1. AHRQ: What is workflow?

    Official ambulatory health IT toolkit; supports a first-use definition and mapping tasks, people, and organizational handoffs.

  2. IMDRF: SaMD definition and intended medical purpose

    IMDRF/SaMD WG/N10FINAL:2013, introductory footnote 1, section 2, and sections 5.1–5.2; jurisdiction notes in 5.2.

  3. Accuracy and safety of an autonomous artificial intelligence clinical assistant conducting telemedicine follow-up assessment for cataract surgery

    Original 2024 paper, opened through a hosted full-text copy; methods, discussion, and limitations. Supplies a bounded opening workflow and an imperfect-reference-standard example.

  4. Shipping AI to a Million Patients Without an A/B Test

    Start with concrete patient harms and turn them into scenarios grounded in the intended clinical workflow.

  5. eCQI Resource Center: Clinical Decision Support

    Official CDS definition and examples; supports explaining CDS and including templates or rules as possible alternatives to AI.

  6. NHS England: Ambient scribing guidance for health and care professionals

    Guidance last edited May 7, 2026; workflow explanation, accuracy checking, patient objections, and third-party information.

  7. IHI: Closing the Loop—A Guide to Safer Ambulatory Referrals in the EHR Era

    Original publishing organization's description of its referral-safety guide; supports the first-use definition and end-to-end workflow boundary.

  8. Google: Supervised learning foundations

    Foundational supervised learning concepts: Data, Dataset characteristics, Model, Training, Evaluating, and Inference. Formula and rule comparison are explanatory illustrations of the documented mechanism.

  9. Google: Language models and token probabilities

    Opened URL redirects to Google ML Crash Course /llm; sections What is a language model?, token examples, probability-table decoding, and Context.

  10. eCQI Resource Center: Electronic health record

    Official glossary definition; supports explaining what information a care application may encounter.

  11. HL7 FHIR: Provenance

    FHIR R4, Boundaries and Relationships and resource elements; supports event-versus-recording time and investigation of derived notes.

  12. HL7 FHIR: MedicationAdministration

    FHIR R4B, Boundaries and Relationships; a concrete patient-timeline example.

  13. FHIR R5 Observation: results, interpretation and absent data

    HL7 FHIR version 5.0.0 Observation resource structure, interpretation notes and obs-6 invariant.

  14. FHIR R5 Quantity: coded units and comparison semantics

    HL7 FHIR version 5.0.0 Quantity definition, quantity-1 constraint and representation guidance. Comparison procedure is an engineering application.

  15. HL7 FHIR R5 Datatypes: Coding and CodeableConcept

    FHIR 5.0.0 Coding interpretation and CodeableConcept Additional Codes sections, linked through the overview’s datatypes reference. Complements the supplied Quantity note without repeating unit semantics.

  16. FHIR R5 data-absent-reason value set

    Official FHIR R5 value-set expansion and definitions of the data-absent-reason codes.

  17. HL7 FHIR Overview

    FHIR R5 overview, background and components; conceptual introduction rather than a field catalog.

  18. BMJ Epidemiology for the Uninitiated: measurement error and bias

    Original BMJ educational chapter, measurement error, repeatability and four components of replicate variation; directly read in full.

  19. Biases in Electronic Health Record Data Due to Processes Within the Healthcare System

    Agniel, Kohane and Weber, BMJ 2018: substantive publisher introduction, abstract and discussion retrieved through search. Direct article/PDF access returned errors.

  20. What Every Reader Should Know About Studies Using Electronic Health Record Data but May Be Afraid to Ask

    Data Completeness and Data Type sections of the original 2021 viewpoint; supplies direct documentation mechanisms beyond the AI-QI paper’s general missingness warning.

  21. Upcoding: Evidence from Medicare on Squishy Risk Adjustment

    Original NBER working paper 21222, revised April 2018; full public PDF inspected, including identification, falsification tests and coding mechanisms.

  22. FHIR R5: Observation effective and issued times

    FHIR version 5.0.0 detailed definitions for Observation.effective[x] and Observation.issued. Times and predictor example are illustrative, not patient data.

  23. HL7 FHIR R5 Overview

    Official FHIR version 5.0.0 overview, resources, composition, and conformance. Foundation for clinical-data integration, not an EHR vendor capability claim.

  24. SMART App Launch: Conformance

    SMART App Launch STU 2.1, launch context, permissions, and capability discovery.

  25. SMART App Launch: Patient context and resource permissions

    SMART App Launch v2.2.0: delegation, FHIR resource scope syntax, patient-specific scopes, requested versus granted scopes, and scopes for requesting context data.

  26. From Ambient Documentation to Clinical Intelligence

    For in-visit orders, Abridge describes cheap event gates that trigger heavier order-matching models, with queued orders left for clinician sign-off.

  27. HL7 FHIR HTTP: Version-aware updates and conditional creation

    FHIR R4, Managing Resource Contention and Conditional Create.

  28. WHO guidance on generative AI for health

    WHO identifies clinical care, patient information, administration, education and research as health applications. Inaccurate or biased output, automation bias and cybersecurity risks require attention. Its guidance recommends well-defined tasks, stakeholder participation and post-release auditing with outcomes examined across user groups. These are governance recommendations, not a statement of binding law or proof of clinical effectiveness.

  29. 200 Million Patient Interactions Later: What the Generic Voice Stack Misses

    The speaker reports that mishearing often masquerades as reasoning failure and describes conditioning recognition on conversation and domain context.

  30. Abridge: Verify a Note With Linked Evidence

    Abridge links selected text in a generated clinical note to corresponding transcript passages and allows playback of the original audio. This is an auditability mechanism: a clinician can inspect the evidence behind a note. Linking does not by itself establish that the transcript is correct or the clinical interpretation is valid.

  31. From Ambient Documentation to Clinical Intelligence

    Clinical notes affect both billing and future clinical context, so documentation errors can propagate beyond the original encounter.

  32. A Pragmatic Randomized Controlled Trial of Ambient Artificial Intelligence to Improve Health Practitioner Well-Being

    Methods, results, and limitations; supports a concrete integration example and separating documentation outcomes from clinical benefit.

  33. Use of an Electronic Referral System to Improve the Outpatient Primary Care–Specialty Care Interface

    Original AHRQ implementation report; executive summary, qualitative findings, and explicitly labeled simulation methods.

  34. AI That Pays: Lessons from Revenue Cycle

    Prior authorization remains vulnerable to unclear requirements, incorrect information, and changing payer policies even after a portal check.

  35. AI That Pays: Lessons from Revenue Cycle

    A clinical appeal requires reconciling patient evidence, care guidelines, and payer coverage policies under a submission deadline.

  36. AI That Pays: Lessons from Revenue Cycle

    Connect early revenue-cycle records to final denial outcomes to identify preventable errors before submission, rather than only accelerating appeals.

  37. From Ambient Documentation to Clinical Intelligence

    The described decision-support workflow combines historical patient data, the live encounter, and external clinical references.

  38. FDA, Health Canada, and MHRA: Transparency for Machine Learning-Enabled Medical Devices

    Joint June 2024 guiding principles, transparency definition and human-AI performance framing. Supports communication of uncertainty and workflow limits.

  39. Geifman and El-Yaniv: Selective classification and risk control

    Sections 2–3, selective risk and coverage definitions, Algorithm 1, Lemma 3.1, and Theorem 3.2.

  40. Guardrails First: Engineering Member-Facing Health AI

    Place emergency escalation and identity verification in code that runs before the model on every turn.

  41. Hernán and Robins: Counterfactual outcomes and confounding

    Verified November 10, 2019 manuscript; sections 1.1–1.3 and 3.1–3.5. Conditional benefit formula and numerical comparison are teaching illustrations.

  42. Evals Driven-Development: Engineering a Mental Health AI Coach Ethically & Safely

    The demonstrated policy distinguishes immediate danger, past distress needing optional support, and ordinary relationship concerns rather than applying one refusal behavior.

  43. How to Leverage Domain Expertise — Chris Lovejoy, Notius Labs

    Hire or empower someone with direct experience of the target workflow, rather than treating a broad professional credential as sufficient.

  44. The Build-Operate Divide: Bridging Product Vision and AI Operational Reality

    Prioritize human-in-the-loop review at consequential decision points in high-risk, high-trust workflows.

  45. AI System Design: From Idea to Production

    Business constraints should bound autonomy and tool selection before architecture is chosen.

  46. SAFER Guide: Contingency Planning

    Practices 1.3–1.4 and 2.1–2.5; healthcare-specific support for continuity and post-outage reconciliation.

  47. Psychological Factors Influencing Appropriate Reliance on AI-enabled Clinical Decision Support Systems: Experimental Web-Based Study Among Dermatologists

    Experimental design and observed reliance-pattern table; supports explaining undue reliance and testing correction or rejection of advice.

  48. Effects of workload, work complexity, and repeated alerts on alert fatigue in a clinical decision support system

    Methods, discussion, and conclusions; healthcare-specific evidence for alert fatigue and interpretation of override signals.

  49. Demystifying evals for AI agents

    Primary engineering report; evaluation structure, grader types, and capability versus regression suites.

  50. NIST AI RMF 1.0: accountability, appeals and override

    GOVERN 2.1–3 and 3.2; MEASURE 3.3; MANAGE 2.4 and 4.1–3; Appendix C. Record fields are an implementation proposal.

  51. IMDRF: Software as a Medical Device—Clinical Evaluation

    2017 document, definitions in sections 5.1–5.4; supports distinguishing technical correctness from clinical relevance and defining the target population as the intended patient group.

  52. FDA: Sampling uncertainty in diagnostic test performance

    March 2007 guidance, section 3: reference standards, sensitivity and specificity, and bias; section 5: Measures of accuracy; appendix 7.1.

  53. scikit-learn confusion_matrix

    Definition of C[i,j]; binary-classification interpretation; y_true, y_pred, labels and normalize parameters.

  54. NIST AI RMF Playbook: Measure

    MEASURE 2.2 representative population and collection context; MEASURE 2.5 validity, reliability and generalization limitations.

  55. FDA–NIH BEST: Validated surrogate endpoints

    Validated Surrogate Endpoint, Definition and Explanation, updated November 13, 2020; especially context-specific validation, CAST example, and off-target effects.

  56. TRIPOD+AI expanded checklist: timing, labels, and evaluation separation

    Expanded checklist dated 7 February 2024, items 3b, 5, 6, 8a–8c, 9b, 12a–12c, and 16. Validation-question mapping is an explanatory interpretation of separation and setting requirements.

  57. Zech et al.: Hospital signals and pneumonia model generalization

    2018 paper: Methods, Hospital system and department prediction, engineered prevalence experiments, Results, and Figures 1–3.

  58. Obermeyer et al.: Healthcare cost as a biased proxy for need

    Original Science 2019 article, FTC-hosted copy of the original paper; abstract, Data and analytic strategy, analyses of health versus cost, and alternative prediction targets.

  59. Classification: Accuracy, Recall, Precision and Related Metrics

    Google ML Crash Course; definitions, formulas and class-imbalance examples. Clinical terminology and prevalence implication are explanatory applications.

  60. Calibration: the Achilles Heel of Predictive Analytics

    Van Calster et al., BMC Medicine 2019; calibration hierarchy, distortion sources and calibration-curve examples.

  61. NIST: What a confidence level means

    NIST/SEMATECH e-Handbook section 7.1.4, How do we form a confidence interval?, Confidence levels, and One and two-sided confidence intervals. Clinical metric comparison is an explanatory application.

  62. Shipping AI to a Million Patients Without an A/B Test

    Use a clinician-defined cost function instead of optimizing flat average accuracy.

  63. Evals Driven-Development: Engineering a Mental Health AI Coach Ethically & Safely

    Score false positives, false negatives, category correctness, and intervention timing under a clinical expert's definition of good.

  64. DECIDE-AI: Early clinical workflow, safety, and human-factors evidence

    Original DECIDE-AI Table 2, items 2–7 and 9–16, generic outcome items IV and VII. Silent-versus-live contrast and its evidentiary implication are explanatory applications.

  65. CONSORT 2010 explanation: random assignment and concealment

    Box 1 and items 8a, 9, 11a, 15 of the original CONSORT explanation, JCE co-publication; workflow comparison is an application.

  66. CONSORT pragmatic-trial extension: Applicability to usual care

    Original BMJ 2008 article, University of Toronto copy; Tables 1–3, extensions for items 2–4, 6, 13, and 21, and Discussion.

  67. The Target Trial Framework for Causal Inference From Observational Data: Why and When Is It Helpful?

    Hernán et al., 2025; inspected PubMed abstract and figure caption on identification assumptions. Full article was inaccessible.

  68. CONSORT-AI: reporting clinical trials of AI interventions

    Original 2020 reporting-guideline paper, extension items 4b, 5, and 19. Basis for the progression from model testing to clinical intervention evidence.

  69. FDA, Health Canada, and MHRA: Good Machine Learning Practice Guiding Principles

    Joint October 2021 principles, particularly 1 through 4 and 7 through 10. Foundational development guidance, identified by date rather than presented as the entire current regulatory framework.

  70. NIST AI RMF: Monitoring, incident response, and recovery

    AI RMF 1.0, MEASURE 2.4 and 3.1–3.3; MANAGE 2.3–2.4 and 4.1–4.3. Delayed-label handling and operational sequence are explicitly engineering applications.

  71. Your Evals Are Meaningless (And Here’s How to Fix Them)

    Criteria drift occurs when the evaluator's definition of quality no longer matches users' expectations; changes to the underlying judge model can also destabilize grading.

  72. Build AI Systems for Discernment, Not Approval - Angel Ortmann Lee, Duolingo

    The human-AI interaction loop is cyclical: interfaces that encourage rubber-stamping can turn model-influenced approvals into misleading evaluation and training labels.

  73. Clinical artificial intelligence quality improvement: towards continual monitoring and updating of AI algorithms in healthcare

    Original methodological proposal; monitoring framework and challenges of AI-induced confounding.

  74. NIST SP 800-61r3: incident response and verified recovery

    April 2025 final revision; RS.MA, RS.AN-06/07, RS.MI, and RC.RP-01 through RC.RP-06.

  75. Your Evals Are Meaningless (And Here’s How to Fix Them)

    Dataset drift, as used in the talk, includes inadequate coverage of messy, ambiguous, and combined real-user requests.

  76. Shipping AI to a Million Patients Without an A/B Test

    An already-delivered clinical utterance cannot be undone, so reactive rollout monitoring cannot substitute for evidence gathered before exposure.

  77. CMS Transmittal 442: Amendments, Corrections and Delayed Entries in Medical Documentation

    Historical 2012 transmittal, section 3.3.2.5, effective January 2013; illustrative recordkeeping principles.

  78. Evals Driven-Development: Engineering a Mental Health AI Coach Ethically & Safely

    The team's learning loop converts clinician annotations on traces into typed evaluations committed to CI.

  79. Use of an Electronic Referral System to Improve the Outpatient Primary Care–Specialty Care Interface

    Introduction; System Description; quantitative discussion; Work Roles; Technical and System Design Factors; Supplementary Processes and Workarounds. Adds intake, responsibility and status details to the reused report note.

  80. AI System Design: From Idea to Production

    Evaluate input and output compliance separately from grounded response quality, business outcomes, and system cost.

  81. AI System Design: From Idea to Production

    A structured claims process can use RAG, control flow, and human-in-the-loop review without giving an agent end-to-end autonomy.

  82. How to Leverage Domain Expertise — Chris Lovejoy, Notius Labs

    Tandem is described as scaling a single medical Oracle into a decentralized Oracle model with doctors responsible for particular customer or workflow subsets.

  83. How to Leverage Domain Expertise — Chris Lovejoy, Notius Labs

    The prior-authorization case reports that scaling assessment did not solve the engineering iteration bottleneck created by differing organizational interpretations of policies.