Automotive service centers face mounting pressure. Rising call volumes, the complexity of electric vehicles, and the sheer data deluge from connected cars overwhelm human agents. Mazda, grappling with hundreds of new service information documents annually, needed a faster way to equip its technical service teams.
The automaker turned to the Databricks Lakehouse, transforming its legacy systems into a unified platform for data, analytics, and AI. This move enabled a swift development cycle for GenAI applications in technical service operations.
From Ad-Hoc Testing to Governed AI
A small Mazda data science team, consisting of just two members, achieved a functional GenAI pilot in roughly eight weeks. The project prioritized nimbleness, minimizing infrastructure overhead by utilizing Databricks' integrated capabilities for data pipelines, vector search indexing, and model deployment.
Early development focused on a Retrieval Augmented Generation (RAG) design, connecting a large language model (LLM) with Mazda's proprietary technical documents. This approach is crucial for RAG for technical service, ensuring AI responses are grounded in factual, up-to-date information.
A key architectural decision was allowing the frontend interface and the AI agent to share code and tooling. This ensures vehicle context, including service history, open recalls, and warranty status, is pre-loaded and injected into the system prompt, providing immediate interactivity and eliminating redundant tool calls.