Scaling Databricks Genie 10x at GSK Global Supply Chain: Building a Production AI/BI Factory
Overview
| Experience | In Person |
|---|---|
| Track | Analytics & BI |
| Industry | Healthcare & Life Sciences |
| Technologies | Genie |
| Skill Level | Advanced |
| DOWNLOAD SESSION SLIDES | |
Most organizations don't struggle to prototype conversational AI—they struggle to get it reliably into production at scale. At GSK's Global Supply Chain, operating across 37 GMP-regulated manufacturing sites with thousands of daily decisions, we built an AI/BI factory designed to move Databricks Genie from early experimentation to enterprise-grade production—serving analysts, planners and decision-makers across a complex, regulated environment.
This talk explores the journey from pilot to platform: how we scaled Genie 10x by treating it not as a standalone tool, but as a production system embedded in a broader agent operating model—one that fuses technology, process, governance and organizational ways of working into a repeatable delivery engine.
What we’ll cover:
-
Genie Spaces lessons learned and best practices
-
Enterprise observability dashboard for Genie
-
CI/CD migration and deployment automation for DevOps
-
Semantic caching for Genie
Session Speakers
Kshitiz Sharma
/Sr. AI Engineer, AI FDE
Databricks
Virginie Marelli
/Global GenAI Director
GSK
Full Summary
Scaling GenAI across GSK's global supply chain, from prototype to production
Enterprises often get stuck moving generative AI from impressive pilots to dependable products. The conversation explores how GSK's Global Supply Chain turned a conversational analytics prototype into a production system that lets manufacturing, quality, planning, and logistics teams query complex operations data in natural language, at scale across 37 sites and tens of thousands of tables. The engineering discipline behind that shift reflects a broader pattern described in how leading companies are delivering trusted AI-powered self-service analytics. The core insight is not model novelty but disciplined engineering. Results came from tightly scoped semantic spaces, aggressive observability, a tiered routing and caching layer to cut long-tail latency, robust CI/CD for AI assets, and a deliberate path to user trust. The aim is speed, reliability, and a foundation for agents that diagnose and act, not just answer questions.
FAQ
A Genie space is a scoped semantic layer over structured data that enables natural language queries. The team built many narrow spaces, each aligned to a domain and persona, because broad spaces produced confident but wrong answers. Tight scope was the strongest quality lever.
A normal cache matches identical queries. The semantic cache stores question-to-SQL pairs in a vector database and routes by similarity. Near-exact matches replay cached SQL, moderately similar questions use neighbors to guide a grounded LLM, and only novel asks reach Genie.
They instrumented SQL generation time, warehouse execution time, and internal retries to localize delays. Dashboards on Databricks audit tables tracked queries per minute and approximated per-message latency from polling events, then linked spikes back to specific spaces, users, and requests.
Median latency improved by about 33 percent and calls to Genie dropped by 64 percent. Correctness decreased by 3 to 4 percent, which was considered acceptable given the faster responses, lower costs, and higher throughput.
The team frames progress in levels: asking questions, automatic root cause insights, acting on recommendations, and eventually autonomous improvement. Levels 1 and 2 are largely delivered, level 3 is in active development, and the long-term goal is a more self-managing supply chain.