Databricks builds a bespoke fine-tuned LLM for AI-generated data catalog documentation in 1 month for under $1,000
In virtually every organization, the vast majority of database tables are undocumented, making it difficult for humans to discover data and for AI agents to automatically find datasets. An initial prototype using off-the-shelf SaaS LLMs ran into challenges with quality, performance, and cost that blocked production launch.
All tested versions of SaaS LLMs exhibited the same challenges: as general-purpose models they were too slow and costly at scale, and risked regressions on the narrow documentation use case as they evolved for other use cases.
Databricks built and deployed a bespoke fine-tuned LLM that delivered better quality, higher throughput, and more than a 10-fold reduction in cost, with more than 80% of table metadata updates now AI-assisted in production on Amazon Web Services and Google Cloud.
Show all 6 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Databricks built and deployed a bespoke fine-tuned LLM that delivered better quality, higher throughput, and more than a 10-fold reduction in cost, with more than 80% of table metadata updates now AI-assisted in produ…
What tools did this team use?
Unity Catalog, MPT-7B, Databricks Data Intelligence Platform, Amazon Web Services, Google Cloud.
What results were reported?
table metadata updates AI-assisted: more than 80%; cost reduction vs SaaS LLM: more than 10-fold reduction in cost; Fine-tuning compute cost: less than $1,000; Fine-tuning duration: around 15 minutes (source-reported, not independently verified).
What failed first in this deployment?
All tested versions of SaaS LLMs exhibited the same challenges: as general-purpose models they were too slow and costly at scale, and risked regressions on the narrow documentation use case as they evolved for other u…
How is this data entry ops AI workflow structured?
Schema-based doc generation trigger → LLM suggests descriptions → User accepts or modifies → Synthetic training data generation → Double-blind model evaluation → Production acceptance rate feedback.