Inspiration
Every clinic faces the same challenge: patients expect instant responses, while front-desk staff spend a significant portion of their day answering repetitive questions, scheduling appointments, rescheduling visits, and capturing patient details. Most existing chatbots can only answer predefined FAQs or redirect patients to booking pages, leaving the actual work to receptionists.
We wanted to rethink this experience. Instead of building another chatbot, we asked: What if the clinic's front desk itself was conversational? What if patients could simply chat naturally, and an AI assistant could understand their intent, gather the required information, access live scheduling systems, and complete the entire workflow without requiring forms or manual intervention?
That vision inspired us to build a 24/7 AI Front Desk Assistant for clinics.
What it does
Our project is a fully conversational, stateful AI assistant that serves as a virtual front desk for healthcare providers.
Patients can:
Ask questions about clinic services and policies Get instant answers from the clinic's knowledge base Book appointments through natural conversation Reschedule or cancel existing appointments Check real-time appointment availability Select services from the clinic's catalogue Receive doctor recommendations based on the requested consultation Capture leads outside business hours Escalate conversations to clinic staff with the complete conversation history and collected context
Unlike traditional chatbots, the assistant doesn't present static forms. It dynamically gathers only the information needed for the current task, remembers previous responses throughout the conversation, and continues naturally until the patient's request is completed.
How we built it
The project was built during Build Week using Codex for rapid development and GPT-5.6 as the conversational reasoning engine.
Codex accelerated development by generating integrations against our real backend systems, allowing us to focus on product design and user experience instead of repetitive implementation work.
GPT-5.6 acts as the runtime intelligence that:
Understands natural language requests Maintains conversation state across multiple turns Decides what information still needs to be collected Selects the appropriate backend tools for each request Orchestrates multi-step workflows without predefined conversation trees Produces natural responses while interacting with live systems
Our backend integrates with:
Appointment scheduling Doctor availability Service catalogue Patient information Clinic knowledge base Lead management
The assistant dynamically coordinates these systems to complete patient requests in a single conversation.
Challenges we ran into
The biggest challenge was moving beyond a traditional rule-based chatbot.
Healthcare conversations are rarely linear. Patients often change appointment dates, ask follow-up questions midway through booking, or provide information in an unexpected order. Building an assistant capable of maintaining context while continuing the workflow required careful orchestration between the LLM and backend services.
Another challenge was designing the booking experience to feel conversational rather than like filling out an online form. The assistant needed to determine what information was still missing, ask only relevant follow-up questions, and validate responses while maintaining a natural flow.
Finally, integrating multiple live systems—including scheduling, doctor availability, and clinic knowledge—while keeping responses fast and accurate required careful backend design and secure access controls.
What we learned
This project reinforced that large language models become significantly more valuable when connected to real business systems rather than used solely for question answering.
We learned that combining conversational reasoning with live backend integrations creates experiences that feel far more natural than traditional forms or decision trees. We also gained valuable experience in designing stateful AI workflows, tool orchestration, prompt engineering, and building production-ready conversational experiences.
Most importantly, we learned that AI assistants can move beyond simply answering questions—they can complete meaningful business workflows end to end.
What's next for Autonomous Wellness Front-Desk Agent
We plan to extend the assistant with:
Voice-based conversations Multi-language support Integration with Electronic Health Record (EHR) systems Automated reminders and follow-ups Secure patient authentication Insurance verification Payment collection before appointments Analytics for clinic operations and patient engagement
Our long-term vision is to provide every clinic with an AI-powered front desk that is available 24/7, helping improve patient experience, increase appointment occupancy, and convert more enquiries into confirmed visits.
Built With
- codex
- gpt-5.6-sol
- javascript
- react
Log in or sign up for Devpost to join the conversation.