Session

Behind the curtain: Key learnings from building Genie

Overview

ExperienceIn Person
TrackAnalytics & BI
IndustryEnterprise Technology
TechnologiesGenie
Skill LevelAdvanced

As organizations scale, the real challenge isn't just single talk AI — but designing a system like Genie that can coordinate multiple agents, domains, MCP connections, structured data, unstructured data, etc. while keeping the user experience effortless. We've introduces a unified, multi-agent interface that allows anyone to ask complex questions across their entire data and agent estate and get answers without needing to understand how the system works underneath. In this session, we’ll pull back the curtain on how Genie was designed and share the best practices we developed to make multi-agent analytics usable, reliable, and scalable. In this session, we’ll cover: - How to design a unified experience across multiple agents and data domains - How to route, orchestrate, and combine results from different agents - How to balance flexibility with simplicity for business users - Key lessons learned building and deploying multi-agent systems in production

Session Speakers

Speaker placeholderIMAGE COMING SOON

Chung Wu

/Principal Software Engineer
Databricks

Yi Liu

/Engineer
Databricks

Full Summary

Inside Genie One: How Databricks is building an AI coworker that actually understands your business

Genie One, now generally available, is Databricks' AI coworker designed to help employees explore data, answer questions, and get work done inside the enterprise. The conversation goes beyond demos to the hard problems behind a useful work agent: assembling trustworthy business context, structuring agent behavior for speed and reliability, and grounding every answer in verifiable computation.

FAQ


Genie Agents are curated by subject-matter experts for a specific topic, with hand-written instructions and examples. Genie One is a general-purpose agent that discovers and assembles context automatically across the workspace, and can call existing Genie Agents as sub-agents when useful.

Unity Catalog provides governed truth, while authority signals from platform activity help rank everything else. A PageRank-style algorithm propagates authoritativeness across a usage graph using popularity, expert authorship, and expert consumption so certified or widely relied-upon assets carry more weight.

Flat architectures are faster, easier to debug, and more token efficient, especially with prompt caching. Hierarchical sub-agents introduce coordination overhead and potential context loss, so Genie One applies them only for complex tasks or to reuse existing specialized agents.

Computation is executed as SQL or Python rather than inferred by the model, and answers include citations back to source queries and tables. Inputs and identifiers are validated, untrusted content is sanitized, and authority signals prioritize certified or widely used assets over ad hoc ones.

Yes. The team previewed an upcoming capability to convert an exploratory Genie One session, including its queries, visualizations, and guidance, into a new Genie Agent with a single click for broader use.