in Blog

July 17, 2026

A Comprehensive Overview of the Databricks AI Capabilities

Author:




Bartłomiej Grasza

Principal AI Engineer


Reading time:




16 minutes


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:

  • Unity AI Gateway: A governance layer for model and agent traffic, including routing, budgets, usage monitoring, guardrails, payload logging, and tracing
  • Databricks AI Search: A Databricks-native retrieval capability for RAG and enterprise search, supporting vector, full-text, and hybrid retrieval. It integrates with governed Databricks data and can reduce the need for a separately synchronized vector database in some architectures
  • Agent Bricks: Databricks-native workflows for developing, evaluating, deploying, and governing selected agent systems
  • SQL and BI Integration: Natural language interfaces and document-parsing SQL functions for data interaction
  • Mosaic AI Model Serving and Training: Infrastructure for hosting and fine-tuning large language models, with managed and serverless compute options for AI workloads
  • Genie family: Genie One (agentic coworker), Genie Ontology, Genie Code, and Genie Agents for enterprise data interaction

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

Databricks has expanded from a “lakehouse + Spark” tool into a broader, more governed AI platform — but feature maturity varies significantly across the stack.
At Data + AI Summit 2026, Databricks emphasized governance and operating agents at enterprise scale, alongside a wave of GA, Beta, and Preview product announcements.
Unity AI Gateway extends governance into runtime controls for model, agent, and MCP-service interactions, including budgets, usage monitoring, and usage-blocking controls — distinct from Unity Catalog, which governs data and AI assets through metadata, access controls, lineage, auditing, and Unity Catalog securable objects.
Databricks AI Search (the June 2026 renaming of Vector Search) supports vector, full-text, and hybrid retrieval natively against governed data.
The agent ecosystem now includes Agent Bricks, managed and self-managed agent-memory patterns, and Omnigent — enterprise buyers should confirm framework and model compatibility for their specific use case before committing to an architecture.
Enterprise buyers should separate shipping capabilities from Beta, Preview, and announced roadmap items, and validate cloud availability, latency, and cost with their own proof of concept.

Databricks Platform Fundamentals

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.”

What is 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:

  • traditional BI and analytics
  • data engineering pipelines
  • machine learning model development
  • generative AI and agent-based systems
  • operational/transactional workloads via Lakebase, and security-oriented telemetry via Lakewatch (see below)

Read More

See our Best practices for Databricks PoC (Proof of Concept) for a structured approach to getting started.

Databricks Architectural Components

Delta Lake

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:

  • ACID transactions
  • schema enforcement
  • time travel
  • scalable metadata handling

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.

Unity Catalog and Unity AI Gateway

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:

  • machine learning models
  • vector indexes and AI Search assets
  • dashboards and BI assets
  • AI functions and agents
Unity Catalog governs data and AI assets through metadata, access controls, lineage, auditing, and Unity Catalog securable objects — agents are registered as Unity Catalog models, while tools are governed as MCP services, functions, and connections.
Unity AI Gateway adds runtime controls for model, agent, and MCP-service interactions, including traffic management, guardrails, monitoring, and budget-related controls.

By centralizing governance across these assets, Unity Catalog and Unity AI Gateway together support security, auditability, and compliance controls when correctly configured.

Databricks Medallion Architecture

Data processing in Databricks often relies on the medallion architecture, which divides pipelines into three logical layers:

  1. Bronze: Raw data ingestion from operational systems and external sources.
  2. Silver: Cleaned and transformed datasets used for analytical processing.
  3. Gold: Business-ready datasets optimized for analytics, reporting, and AI models.

This layered architecture helps maintain data quality and enables modular pipeline design. It also simplifies the integration of AI pipelines into existing data workflows.

Medallion Architecture Databricks

AI Capabilities Available in Databricks

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.

Unity AI Gateway

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:

  • Databricks-native models, such as DBRX
  • open-source models, including Mistral, Llama, and other community models
  • commercial models from external providers, such as OpenAI, Anthropic, Azure OpenAI, AWS Bedrock, and Google Vertex AI

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.

Key functionalities

  • Advanced security mechanisms
    Guardrails and monitoring designed to help prevent leakage of sensitive information and enforce governance policies: prompt filtering, response filtering, policy enforcement, and detection of sensitive data such as PII. Requests, responses, traces, and evaluation signals can be captured through configured logging, inference tables, and MLflow tracing — important for regulated industries requiring traceability of AI interactions.
  • Precise permission management
    Access to model endpoints is managed through Unity Catalog, defining which users, services, or applications can access specific models, API endpoints, or datasets used for retrieval.
  • Flexible deployment options
    Databricks offers managed and serverless compute options for AI workloads. Available GPU types, deployment modes, pricing, and regional support vary by cloud and configuration — verify current options against official documentation for your target environment before planning capacity.
  • Inference tables and observability
    Model interactions can be captured in inference tables storing prompts, responses, metadata, and evaluation metrics — combined with MLflow tracing for visibility into production AI behavior.

Databricks AI Search

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.

Lakebase

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.

AI Agents

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

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.

Agent Memory

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

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

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 tracing and the AI Playground

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.

GenAI in SQL, BI, and Document Processing

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 — Conversational AI for the Enterprise

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.

What’s New at Data + AI Summit 2026

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:

  • LTAP (Lake Transactional/Analytical Processing): Databricks announced LTAP in June 2026 as an architecture intended to unify transactional and analytical workloads on shared lake data. Organizations should verify cloud, region, component availability, and production-readiness before making LTAP a dependency in a new architecture.
  • Lakehouse//RT: a Beta serverless SQL warehouse type designed for low-latency, high-concurrency, read-oriented workloads. Databricks positions it for real-time analytics directly on governed lakehouse tables. Teams should validate latency, workload fit, cloud availability, and production limitations through a proof of concept rather than assume it replaces every dedicated real-time serving system.
  • Lakewatch: a security-oriented lakehouse capability for security, IT, and business telemetry. In June 2026, Databricks announced an agreement to acquire Panther, which Databricks describes as bringing 100+ integrations and agentic SOC capabilities. The product-integration timeline should be confirmed before describing Panther capabilities as already available within Lakewatch.

Gartner’s Recognition

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.

Databricks in Gartner

Real Advantages and Limitations of Databricks in the Context of AI

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.

Databricks advantages

  1. Integrated tool ecosystem — AI capabilities are increasingly integrated within a single platform, with Unity Catalog enabling access management across data and functions.
  2. Granular permission management — Unity Catalog Functions allow detailed definition of tools and permissions, so agents access only selected functions and data.
  3. Effective use of data from Delta Tables — mechanisms for structured and unstructured data support building AI solutions on governed data.
  4. Modular agent architectures — Databricks can support multi-agent and modular AI designs through governed functions, MCP services, model endpoints, agent frameworks, and external integrations. The right decomposition depends on the workflow, security model, and operating team.
  5. Deployment and scaling options — managed and serverless compute can simplify moving from prototyping to production, reducing (though not eliminating) custom DevOps work.
  6. Maturing cost-governance tooling — Unity AI Gateway’s budget and usage-monitoring controls address a real production risk (uncontrolled AI spend), and in our own Databricks cost optimization work for a retail data platform, we reduced cloud spend by 35% while improving query performance 5x — evidence that cost concerns are manageable with the right architecture and governance, even though total cost still depends heavily on workload and configuration.

Databricks limitations

  1. Developer experience considerations — Databricks supports notebooks, SQL, Git integration, APIs, IDE integrations, and programmatic workflows. Teams with local-IDE-first practices should assess the developer experience against their existing engineering standards rather than assume notebooks are the only path.
  2. Preference for specific frameworks — a significant part of documented examples has historically leaned on Langchain; framework support is expanding, but compatibility should be confirmed for your specific stack.
  3. Feature maturity and availability — Advanced AI features do not all have the same maturity level, cloud coverage, pricing, or production-readiness. Confirm whether the required capability is GA, Beta, Preview, or region-limited before finalizing an architecture.
  4. Cost structure — Databricks pricing combines underlying cloud charges with Databricks consumption charges such as DBUs. Total cost varies by workload, compute configuration, autoscaling, serverless usage, storage, inference, and operational effort — a dedicated cost analysis is generally more reliable than a fixed overhead percentage.
  5. Streaming latency depends on configuration — latency depends on source systems, trigger configuration, stateful transformations, sinks, compute, and overall architecture. Validate latency requirements with representative workloads rather than assuming a fixed delay range; Lakehouse//RT (Beta) is Databricks’ current response for latency-sensitive, read-oriented use cases.
  6. Newer capabilities are not uniformly production-ready — teams should verify the GA, Beta, Preview, cloud, regional, and compliance status of every feature they plan to use before making architecture decisions.

Real-World Implementations

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

Aviation & Transport

Real-time IoT data platform for fleet optimization.

  • Unified data lake (IoT + GPS + ops logs)
  • Predictive fuel & route models
  • 40% cost reduction

Read Case Study →

Case Study

Retail Cost Optimization

Databricks migration + cost governance.

  • 35% cloud spend reduction
  • 5x query performance improvement
  • ETL: 4 hours → 45 minutes

Read Case Study →

Case Study

Connected Vehicles

AI platform for real-time vehicle telemetry.

  • 500K+ vehicles, real-time ingestion
  • Predictive maintenance + anomaly detection
  • Governance across 10+ ML teams

Read Case Study →

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.)

Summary: AI on Databricks in 2026

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.

 


FAQ


What is the difference between Databricks and Azure AI?

plus-icon minus-icon

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:

  • Tight integration with data lakes via Delta Lake
  • Advanced governance through Unity Catalog
  • Native support for building AI agents and LLM applications
  • Unified data and AI pipeline management

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.


Is Databricks open source?

plus-icon minus-icon

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.


What is a cluster in Databricks?

plus-icon minus-icon

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:

  • Automatic or on-demand provisioning
  • Elastic scaling based on workload requirements
  • Multi-language support (Python, SQL, Scala, R) in Databricks’ notebook environment
  • Optimized performance for both batch and streaming workloads

What is Unity Catalog in Databricks?

plus-icon minus-icon

Unity Catalog is Databricks’ comprehensive data governance system that provides:

  • Fine-grained access control across all data assets
  • Audit capabilities for compliance and security
  • Lineage tracking to understand data flow and dependencies
  • Function management across multiple cloud environments

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.


What is a schema in Databricks?

plus-icon minus-icon

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:

  • Organize data assets logically
  • Manage permissions and access control
  • Clarify data lineage and relationships
  • Make large-scale data operations more manageable and secure

Who owns Databricks?

plus-icon minus-icon

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.


Is Databricks public?

plus-icon minus-icon

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.


How can I use AI agents to load data into Databricks?

plus-icon minus-icon

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:

  • Read from external data sources
  • Process and clean data automatically
  • Load processed data into Delta Tables
  • Integrate seamlessly with the medallion architecture (Bronze, Silver, Gold layers) for scalable ETL operations

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.


What is the role of AI-generated comments in Databricks?

plus-icon minus-icon

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:


Generative AI

Data Engineering


Share this article:

Share on LinkedIn


LinkedIn

Share on X


X

Share on Facebook


Facebook