Skip to content
Back to the lab

Genius Care: building a reliable voice receptionist

What the current receptionist can do, where it hands off, and what remains bounded.

Super Genius Labs Editorial · 1 min readUpdated

Genius Care's voice receptionist is built around a narrow operating contract: handle administrative call flows, write scheduling changes through an adapter with durability checks, and transfer the caller when the request needs a person.

What the current system supports

  • Inbound voice sessions using LiveKit, Deepgram, Anthropic, and Cartesia.
  • Appointment availability, booking, cancellation, rescheduling, patient lookup, and waitlist tools.
  • The current default uses Genius Care's internal scheduling datastore. Athena integrations are available as separately configured connectors.
  • Human transfer for clinical, billing, unsupported, or degraded flows.
  • An opening disclosure that identifies the receptionist as an AI assistant.

What we do not claim

  • A universal response-time guarantee.
  • A live integration with every practice or EHR.
  • Clinical judgment, diagnosis, or medical advice.
  • Customer outcomes that have not been approved by a named customer and backed by evidence.

The difficult work is reliability at the boundaries: confirming writes, preserving the caller's path when a provider leg stalls, limiting sensitive data in operational logs, and making failure visible to staff. That is the standard the product is being built against.