End-to-end ownership
The challenge was never building another chatbot. It was making a contact-center agent confident enough to act on AI live, on a patient call, in a HIPAA-conscious environment, without ever looking away.
US healthcare contact centers handle 10,000+ calls a day across large hospital networks and the data behind every call is scattered across disconnected systems the agent has to search live, mid-conversation.
Collapse intent → slot → confirm into a few seconds, not a tab-hopping scavenger hunt.
Everything resolves inside the call view. No new windows, no lost focus mid-sentence.
AI proposes; the human decides and confirms. Trust is earned, never assumed.
The first build of the scheduler was a manual form bolted onto the call. We put it in front of healthcare contact-center coordinators in moderated sessions. They were direct about it.


Instead of a form over the call, NextIQ listens to the live transcript, detects what the patient needs, and drafts the action. One model spans three jobs; this case study follows the first one to ship.
Every layer had to stay legible to a human under time pressure — and every layer could be wrong. Design had to make the chain inspectable at a glance.
Each concept solved the previous one's worst flaw and introduced its own. The final design isn't a winner; it's an inheritance. See full exploration in live case study review →
Not a tour of screens a record of trade-offs. Each decision below traces from an observed failure to the shipped behavior it produced.


Designing for a probabilistic system in a clinical setting raised problems that don't exist in deterministic software. Each one left a visible mark on the shipped product.
Every element below exists because an earlier version failed without it. The annotations trace each one back to its decision.




Not lessons learned a roadmap. Four investments I'd argue for next, in priority order.
This study follows scheduling end-to-end; bills pay and prescriptions run on the same copilot model. The working prototypes and the deeper write-up are below.