The Gen AI Impact Award

AI for customer support

Data Scientist | ML Engineer | Agent IA | MLOps

Louis Melliorat

TLDR

Autonomous Multi-Agent AI for Healthcare Software Support A production-grade, multi-agent orchestrator autonomously resolving high-volume support requests for healthcare professionals.

  • The Challenge: Healthcare software providers face a massive volume of daily support inquiries, ranging from routine usage questions to complex account modifications, which create bottlenecks for human agents and increase response latency.
  • The Solution: Developed a sophisticated multi-agent architecture where specialized AI agents collaborate in real-time. Each agent manages a specific domain—such as knowledge retrieval, database operations, or user validation—working together to resolve complex, end-to-end support scenarios without human intervention.
  • The Result: The system is live and actively used by thousands of users monthly, autonomously handling 33% of all incoming requests. This has drastically reduced latency and allowed human teams to focus on high-value interactions, while the modular design allows for seamless scaling of new use cases.

Project Introduction

Every day, thousands of healthcare professionals contact their software provider's support team with inquiries and requests, from simple usage questions to complex account modifications.The answer: an intelligent multi-agent system, now live in production, actively used by thousands of users every month. Today, the system autonomously handles roughly a third of all incoming support requests, freeing up human agents to focus on higher-value interactions.As a key contributor within the company's AI team, I played a central role in designing and developing a multi-agent architecture where specialized AI agents collaborate to handle a wide variety of support scenarios. Each agent owns a specific domain such as knowledge retrieval, database operations, or user validation, and they orchestrate seamlessly to resolve requests end-to-end.Key results:- Thousands of active users per month engaging with the agent- Roughly a third of all support requests resolved without human intervention- Lower response latency thanks to optimized retrieval and agent orchestration- Architecture designed to scale: new use cases can be onboarded by adding agents without rethinking the system

What client problem does this project solve?

As the platform scales, the support team faces a surge in requests, from simple product questions to complex account changes, making it harder to respond quickly and consistently.This creates several compounding problems:- For users: Long wait times and frustration when simple issues required human intervention that could take hours or days to resolve.- For support agents: An overwhelming volume of repetitive, low-complexity requests that consumed time and energy better spent on nuanced, high-value cases requiring human judgment and empathy.The core challenge is clear: delivering fast, accurate and personalized support at scale, without compromising the user experience, while empowering the support team to focus on complex, high-value interactions.

AI Solution Implemented (technical details)

The solution is a multi-agent conversational AI system that handles the full lifecycle of a customer support interaction, from understanding intent to executing actions autonomously.A primary assistant routes incoming requests to specialized agents, each responsible for a distinct scope. These agents retrieve contextual user data from the platform's databases, answer questions via an optimized RAG pipeline over the help center knowledge base, and execute database modifications when needed.A validation and safety layer ensures that every sensitive action is verified before execution, confirming parameters are correct and that the user has explicitly approved the operation.The architecture is designed to scale: new use cases can be onboarded by adding specialized agents without rethinking the core system.

What are the quantifiable results (ROI, KPIs, etc.) of this project?

User Adoption: Thousands of active users per month engaging with the AI assistant in production.Automation Rate: Roughly a third of all support requests resolved autonomously, without human intervention.Response Time: Near-instant answers compared to the traditional support process, which could take hours or days depending on ticket volume and complexity.

Proof of excellence: why should you win this award?

This isn't just a proof of concept, it's a live AI system integrated into a major healthcare software platform.It stands out by combining technical depth, like multi-agent orchestration and RAG optimization, with a real impact in a field where reliability is vital. Building it required constant adaptation to the fast-moving Generative AI landscape. We frequently updated our tools and methods, all while keeping the production system stable and high-performing.