Skip to content

Commit d110ea8

Browse files
authored
Update GraphQL day schedule (#2409)
1 parent 9c43b5f commit d110ea8

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

src/app/day/2026/nyc/schedule-data.ts

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import jeffAuriemmaAvatar from "./speakers/jeff-auriemma.jpg"
44
import michaelStaibAvatar from "./speakers/michael-staib.webp"
55
import pascalSennAvatar from "./speakers/pascal-senn.webp"
66
import vanessaJohnsonAvatar from "./speakers/vanessa-johnson.webp"
7+
import davidSarabiaAvatar from "./speakers/david-sarabia.jpg"
78

89
import type { EventSession } from "../components/event-schedule-section"
910

@@ -153,14 +154,25 @@ export const nycSessions: EventSession[] = [
153154
},
154155
{
155156
id: 5,
156-
uuid: "tbd-slot-1630",
157-
title: "TBD",
157+
uuid: "graphq-federation-as-the-trust-layer",
158+
title:
159+
"Voice AI for the Patients AI Left Behind: How GraphQL Federation Became Our Trust Layer",
158160
start: "2026-05-13T16:30:00-04:00",
159161
end: "2026-05-13T16:55:00-04:00",
160162
tags: ["GraphQL"],
161-
description: "",
163+
description:
164+
"<p>Healthcare AI has a coverage problem. The 78-year-old Spanish-speaking grandmother with early dementia isn't downloading an app, typing into a chatbot, or navigating a patient portal. But she can answer a phone call, and she can have a conversation, if the system on the other end knows how to have one with her.</p>\n<p>At ClinicaMind, we build voice agents for exactly this population: chronic care patients across neurology, cardiology, and primary care, many of them bilingual, cognitively declining, or simply outside the demographic that healthcare software was designed for. To serve them, we needed real-time conversational AI that could resolve a patient's full longitudinal context: clinical history, cultural profile, consent state, caregiver relationships, prior call transcripts. All in under 30 milliseconds, across a federated backend, while staying HIPAA-compliant and auditable down to the field.</p>\n<p>Apollo Federation became the answer. Not as an API style, but as the architectural commitment that made the rest possible. This deep dive walks through how we modeled the Trust Engine, the five-layer system that sits between the LLM and the patient, as a set of federated subgraphs aligned to bounded contexts: Identity & Consent, Cultural & Social Fabric, Clinical Safety, Trust State, and Escalation & Handoff. We'll cover the practical decisions: why @key entity resolution became our PHI boundary, how DataLoader batching keeps voice-agent context retrieval under our latency budget, where we use domain events instead of cross-subgraph reads, and the pitfalls we hit reusing fragments across patient-facing voice flows and clinician-facing dashboards.\nYou'll leave with a concrete reference architecture for using GraphQL Federation as a trust and safety substrate, not just a data layer, in domains where the cost of getting it wrong is measured in human lives, not failed requests.</p>",
162165
venue: "GraphQL Stage",
163-
speakers: [],
166+
speakers: [
167+
{
168+
id: 8,
169+
name: "David Sarabia",
170+
company: "ClinicaMind",
171+
jobtitle: "CEO",
172+
avatar: davidSarabiaAvatar,
173+
socialurls: [],
174+
},
175+
],
164176
},
165177
{
166178
id: 6,
17.7 KB
Loading

0 commit comments

Comments
 (0)