Databricks platform has evolved significantly, moving beyond the traditional lakehouse paradigm toward a fully integrated environment for data engineering, machine learning, and AI-native analytics. At Data + AI Summit 2026, Databricks emphasized governance and operating agents at enterprise scale, alongside a set of new and expanded product capabilities described below. This article brings together everything we know about the platform so far.
The Databricks AI toolkit now includes:
These capabilities integrate with Databricks’ governance framework (Unity Catalog and Unity AI Gateway), enabling enterprises to pursue production-oriented AI while maintaining security, lineage tracking, and regulatory compliance.
PRO TIP: Feature maturity, availability, and pricing vary by capability, cloud, and region — verify current status against official Databricks documentation before making architecture decisions.
If you want to verify whether your current Databricks setup is secure, cost-efficient, and ready for large-scale AI workloads, consider running a dedicated Databricks Audit. At Addepto, we help organizations uncover misconfigurations, optimize performance, and strengthen governance across workspaces, clusters, and data layers.
KEY TAKEAWAYS
Before diving into AI capabilities, we briefly cover platform fundamentals to ensure all readers share a common understanding of the underlying architecture. If you are familiar with these concepts, skip to “AI Capabilities Available in Databricks.”
Databricks is a cloud-native data and AI platform available from three major cloud providers: Azure, AWS, and Google Cloud.
Organizations evaluating whether Databricks is the right strategic choice often compare it with Snowflake. Our in-depth guide on Databricks vs. Snowflake explains the key architectural differences, AI capabilities, governance features, and enterprise use cases to help you select the right platform.
Originally built on Apache Spark, the platform now combines distributed compute, storage abstraction, governance, machine learning infrastructure, and generative AI services into a single environment.
In practice, Databricks operates as a unified analytics and AI platform layered on top of cloud object storage, such as Amazon S3, Azure Data Lake Storage, or Google Cloud Storage.
The platform supports a wide range of workloads:
Read More
See our Best practices for Databricks PoC (Proof of Concept) for a structured approach to getting started.
One of the most important elements of Databricks’ architecture is Delta Lake, a storage layer that provides reliable data processing in the ETL (extract, transform, load) model.
Delta Lake introduces features such as:
These capabilities allow organizations to build reliable data pipelines on top of cloud object storage.
Recent developments such as Delta Lake UniForm allow Delta tables to be accessed using Iceberg-compatible APIs, improving interoperability with other analytics engines.
Above the data layer operates Unity Catalog, a centralized governance system that manages metadata, permissions, lineage tracking, and auditing.
Unity Catalog now governs not only datasets but also:
By centralizing governance across these assets, Unity Catalog and Unity AI Gateway together support security, auditability, and compliance controls when correctly configured.
Data processing in Databricks often relies on the medallion architecture, which divides pipelines into three logical layers:
This layered architecture helps maintain data quality and enables modular pipeline design. It also simplifies the integration of AI pipelines into existing data workflows.

Understanding the platform’s fundamental mechanisms is crucial because AI capabilities build on these foundations.
Let’s look at the most important AI solutions available in the Databricks ecosystem — including what changed at Data + AI Summit 2026.
The Mosaic AI Gateway began as a central access point to large language models — a way to standardize how generative AI models are accessed, governed, and monitored. At Data + AI Summit 2026, Databricks expanded this into Unity AI Gateway, a broader governance layer for model, agent, and MCP-service interactions.
Instead of integrating separately with multiple AI providers, organizations route model requests through a single gateway that provides unified management, security, and observability. This includes access to:
The Gateway exposes a unified API compatible with the OpenAI interface, letting developers build applications once and route between models without changing application logic.
What’s new in 2026: Unity AI Gateway supports budgets, threshold-based monitoring, and controls that can block further Gateway usage when configured limits are reached. These controls help manage runaway AI spend, although tracked budget thresholds should not be treated as an exact guarantee of the final billed amount.
Unity AI Gateway service policies can evaluate and govern model and MCP-service interactions. For high-impact external actions — such as code changes, financial operations, or customer communications — teams should implement approval workflows, least-privilege credentials, audit logging, and policy checks in the wider agent architecture, rather than assume a native, universal approval step.
Databricks AI Search (renamed from Vector Search on June 1, 2026) is a Databricks-native retrieval capability integrated directly with the Databricks ecosystem, supporting vector, full-text, and hybrid retrieval — full-text indexes can now be created without vectors or embeddings, subject to feature maturity and configuration. It is used primarily in retrieval-augmented generation (RAG) architectures, and is documented as part of governed agent and MCP workflows.
AI Search indexes can be created and synchronized with supported governed data sources, reducing the need for a separately operated synchronization pipeline in some RAG architectures.
It’s worth situating this against the broader retrieval landscape: teams evaluating RAG infrastructure in 2026 typically also weigh dedicated options like Pinecone (fully managed, zero-ops, strong enterprise SLAs), Weaviate and Qdrant (native hybrid search combining vector similarity with keyword matching), Milvus (open-source, built for billions of vectors, more DevOps overhead), ChromaDB (best for prototyping), and pgvector (for teams that want embeddings living alongside relational data they already query with SQL).
The trade-offs between Databricks AI Search and a dedicated vector database depend on how much of an organization’s data and governance already sits inside Databricks, and should be evaluated against current feature parity rather than assumed.
A Databricks capability for operational and transactional PostgreSQL workloads. Availability and supported configurations should be verified for the target cloud, region, and compliance requirements.
AI Search can support large embedding datasets, with storage and compute considerations that vary by configuration. Typical RAG use cases include internal knowledge assistants, customer support systems, document search platforms, and enterprise copilots. AI Search indexes and managed MCP retrieval tools are governed through Unity Catalog permissions — teams should verify permissions, index ownership, identity propagation, and retrieval behavior for their specific implementation.
Databricks enables development and deployment of AI agents through integration with MLflow and Mosaic AI tooling. To operationalize these capabilities, organizations often deploy an Enterprise Generative AI Platform combining AI agents, retrieval pipelines, governance, security, and model orchestration into a unified production environment.
Agent Bricks provides Databricks-native workflows for developing, evaluating, deploying, and governing selected agent systems. Available capabilities and supported patterns should be confirmed against current product documentation for the intended cloud and use case.
Agent Bricks was expanded at Data + AI Summit 2026. Confirm compatibility for the intended model, framework, cloud, and deployment pattern before committing to an architecture.
Databricks provides managed and self-managed patterns for agent memory. Managed agent memory supports long-term, cross-conversation memory; Lakebase-based approaches can support custom stateful-agent implementations. Verify feature availability and status for the target cloud and workspace before relying on a specific integration pattern.
Databricks Sandbox provides serverless compute for human and agent tasks. Availability is subject to cloud, workspace, region, and Preview constraints. It should be evaluated as one isolation control within a broader least-privilege security design, not a standalone guarantee of safe code execution.
Omnigent on Databricks is a Preview capability: a managed meta-harness for composing and governing agents built on selected coding-agent harnesses, including Claude Code and Codex. It requires workspace-level Preview enablement, and license terms and framework compatibility should be confirmed against the current official repository and documentation before adoption.
MLflow provides tracing for agent workflows — prompts, tool calls, retrieved documents, and intermediate reasoning steps — helping identify hallucinations or incorrect tool usage. The AI Playground remains the interactive environment for prototyping prompts, models, and agent workflows before production deployment. Unity Catalog functions allow organizations to define controlled tools that agents can access, helping ensure agents interact only with approved data sources and APIs.
Databricks allows analysts to call AI models directly from SQL queries — text classification, document summarization, automated translation, sentiment analysis, and semantic enrichment — without writing Python code or building separate ML pipelines.
Genie began as a natural language interface for querying enterprise data, translating questions into SQL and generating visualizations automatically.
What’s new in 2026: Genie One is Databricks’ agentic coworker for business teams, designed to work with governed enterprise data. Genie Ontology provides business context for Genie and related agent experiences. Genie Agents and Genie Code extend the Genie family into reusable agents and coding workflows.
For a fuller discussion of Genie’s capabilities, see our guide on Databricks Genie pricing, capabilities, and ROI requirements — verify pricing details there against current official sources before quoting figures externally.
Availability note: Databricks product availability varies by cloud, region, workspace configuration, compliance profile, and release channel. Product announcements should not be treated as universal GA availability.
Data + AI Summit 2026 (June 2026, San Francisco) marked a shift in Databricks’ own narrative toward governing and operating agents at enterprise scale. Beyond the capabilities already covered above, three additional announcements are worth understanding, with maturity levels varying by component:
Databricks has stated that it was named a Leader in Gartner’s 2026 Magic Quadrant for AI Platforms for Data Science and Machine Learning. Databricks has also referenced prior recognition from Forrester and IDC in various product and governance assessments.

After discussing key functionalities, it’s worth looking at an objective analysis of the platform’s strengths and limitations, with particular emphasis on practical aspects of implementation. Teams evaluating Databricks against alternatives can also compare the top MLOps platforms to determine which environment best supports model development, deployment, monitoring, governance, and scalability requirements — and see our Databricks vs. Snowflake comparison for how Databricks’ AI stack compares to Snowflake Cortex.
Rather than relying on secondhand vendor case studies, here’s what Databricks-based AI and data platforms look like in practice, drawn from Addepto’s own delivery work across industries:
Case Study
Real-time IoT data platform for fleet optimization.
Case Study
Databricks migration + cost governance.
Case Study
AI platform for real-time vehicle telemetry.
These implementations map closely onto the architectural patterns discussed above: medallion architecture for data quality, and Unity Catalog for cross-team governance. (Addepto’s own case-study figures above are our own client results, not Databricks-reported figures, and remain independently verifiable through the linked case studies.)
Databricks offers a broad and increasingly integrated AI platform, but feature maturity differs significantly across the stack. Enterprise buyers should separate shipping capabilities from Beta, Preview, and announced roadmap items — and validate model support, agent-framework compatibility, cloud availability, latency, and cost with their own proof of concept.
Among the considerations to weigh are the evolving developer experience, a cost structure that depends heavily on configuration rather than a fixed markup, and the fact that some of the most architecturally significant 2026 announcements — LTAP among them — were only recently announced and warrant a readiness check before being treated as production dependencies.
The platform tends to work well in scenarios requiring integration of AI solutions with existing data resources, flexible permission management, and governed agent deployment at scale. For more complex, non-standard implementations, or organizations earlier in their cloud data journey, it may require additional adaptation work — an assessment we typically start with a structured Databricks Audit or proof of concept.
Databricks is a unified analytics and AI platform specifically designed for building, deploying, and governing data-centric and generative AI applications at scale. Its key strengths include:
Azure AI, by contrast, is Microsoft’s suite of machine learning and cognitive services that provides a broader range of APIs including vision, speech, and general AI capabilities.
While Databricks can run on Azure and complement Azure AI services, Databricks uniquely focuses on unifying data and AI pipelines under a single governance and collaboration framework. This makes it particularly well-suited for organizations that need to manage complex data workflows alongside their AI initiatives.
While Databricks itself is a commercial SaaS platform, it is built upon popular open source projects created by its founders, including Apache Spark, Delta Lake, and MLflow. Additionally, Unity Catalog has been open sourced, fostering transparency and interoperability in data governance and AI model management.
A cluster is a collection of cloud compute resources managed together to run processing and analytics workloads. Clusters handle everything from data ingestion to ETL processes, ad hoc queries, and the training or serving of AI models. Key features include:
Unity Catalog is Databricks’ comprehensive data governance system that provides:
Unity Catalog is tightly integrated with all GenAI components, including Vector Search and model endpoints, ensuring that data and resources are discoverable, secure, and used according to organizational policies. Its governance features are critical for meeting enterprise requirements in regulated industries.
A schema is a logical container within Unity Catalog that groups related data assets including tables, views, AI models, and functions. Schemas serve multiple purposes:
Databricks was founded by researchers from UC Berkeley and is jointly owned by its founders, employees, and a range of investors including major technology firms and venture capital groups. CEO Ali Ghodsi and other founders retain substantial influence, with major stakes held by Microsoft, AWS, and other strategic partners.
As of August 2025, Databricks is not a public company. The platform remains privately owned, though it has announced IPO ambitions for the near future and continues to attract significant institutional investment.
With tools like the Mosaic AI Agent Framework, you can quickly build and deploy AI agents that automate data ingestion and transformation processes. These agents can:
The MLflow integration allows you to track, debug, and optimize agents handling your data pipelines. This approach significantly accelerates the onboarding of new data sources and automates repetitive ETL tasks.
AI-generated comments in Databricks, typically provided in Unity Catalog, use large language models (LLMs) to automatically generate documentation and metadata for data assets such as tables, columns, and functions. These comments enhance data discoverability, help teams quickly understand data context, and support compliance and governance initiatives. They are particularly crucial for organizations aiming to scale AI responsibly while maintaining clear data definitions and comprehensive audit trails.
Category:
Discover how AI turns CAD files, ERP data, and planning exports into structured knowledge graphs-ready for queries in engineering and digital twin operations.