Skip to content
All topics

AI Agents

Recent items mentioning AI Agents across the Databricks ecosystem — releases, news, videos, and community Q&A. Updated hourly.

60 recent items1 release29 news12 videos18 community threads

What is AI Agents?

On Databricks, an AI agent is an LLM application that can reason over your company's data and call tools, built and run inside the same platform that holds the data. The headline product is Agent Bricks, a set of managed agent builders: Knowledge Assistant turns your documents into a domain-specific chatbot through a point-and-click interface, and Supervisor Agent orchestrates other components, including Genie Agents, agent endpoints, Unity Catalog functions, MCP servers, and custom agents.

The hard part of shipping an agent is rarely the first prototype. It's proving answer quality, tracing what the agent actually did, and governing who can call it. Databricks folds those steps into the platform: agents can be registered in Unity Catalog, MLflow handles tracing and evaluation, and you aren't locked into one framework, since code-first agents can be written in Python with any authoring library, including LangGraph, LangChain, OpenAI, and LlamaIndex.

Maturity varies by piece. Knowledge Assistant has been GA since January 2026, while Agent services, the part that registers agents in Unity Catalog, is still in beta. The overall direction is toward agents you configure and the platform optimizes, instead of pipelines you tune by hand.

What is Agent Bricks?

Agent Bricks is the managed agent-builder layer on Databricks. Its current offerings include Knowledge Assistant, which builds and optimizes a domain-specific chatbot over your documents through a configuration interface, and Supervisor Agent, which orchestrates other agents such as Genie Agents, agent endpoints, Unity Catalog functions, MCP servers, and custom agents.

Can I write my own agents in code instead of using Agent Bricks?

Yes. Databricks supports agents authored in Python with any library, including LangGraph, LangChain, OpenAI, and LlamaIndex. You still get the platform services around them, such as MLflow Tracing for end-to-end observability and agent evaluation, regardless of which framework you pick.

What's the difference between Agent Bricks and Genie Agents?

Genie Agents answer natural-language questions about structured data by generating SQL over curated Unity Catalog datasets. Agent Bricks builds task-focused agents, like document Q&A with Knowledge Assistant or multi-agent orchestration with Supervisor Agent. The two connect: Supervisor Agent can call Genie Agents as one of the agent types it coordinates.

Is Agent Bricks generally available?

Partly. Knowledge Assistant reached general availability on January 27, 2026. Other pieces, such as Agent services for registering agents in Unity Catalog, remain in beta, so check the docs page for each component's current status before you build on it.

Sources: Agent Bricks (Databricks docs) · Build gen AI apps and agents (Databricks docs) · Knowledge Assistant GA announcement (Databricks blog)

What's happening in AI AgentsAI synthesis · updated 15h ago

Zepto's evaluation-first agent stack cut customer support costs 65% with payback under a month 10, while one team eliminated $1M/year in wasted AI agent spend in a single hour 8. Databricks is packaging agent tooling directly into workflows—Genie and Agent Bricks now drive governed action pipelines for energy theft investigations 2, and Consort extends agentic development to branching database testing 9.

Generated daily from the 10 most recent items mentioning AI Agents. Click any [N] to jump to the source.

Reddit

Workshop, Sep 19: build explainable AI apps with Neo4j, GraphRAG, Cypher and LLM Agents

There's a hands-on workshop on September 19 relevant if your team runs its data platform on Databricks and is looking at adding an explainable, graph-backed RAG layer on top for reasoning over structured and unstructured data. You build: A knowledge graph in Neo4j that becomes your single source of truth for an agentic RAG system Agentic retrieval combining vector search, keyword search, and graph navigation Multi-step, verified entity and relationship extraction Text-to-Cypher for natural language graph querying Explainable, source-traceable answers with evaluation built in Runs on real financial filings and news data, working through a complete production use case. Led by Dr. Alessandro Negro, Chief Scientist at GraphAware, bestselling author. Link if you want to check it out submitted by /u/camerongreen95 [link] [comments]

00camerongreen95today
Reddit

Could a “Data → Agent” composer be useful for Databricks?

I've been thinking about a gap between Databricks data and agent frameworks. Databricks already has a lot of the building blocks: - Unity Catalog - Genie / Genie Agents - MCP - Vector Search - AI Gateway - Agent skills/tools - MLflow - Omnigent / Kasal And tools like Omnigent and Kasal already solve a lot of the agent orchestration/execution side. But I'm wondering about the step before that: What if a customer already has a large, curated and governed Databricks data estate — how do we turn that data estate into an agent-ready configuration without manually wiring everything together? Something like: Existing Databricks Data Estate ↓ Data-to-Agent Composer ↓ ┌────────┼─────────┐ ↓ ↓ ↓ Domains Semantics Metrics ↓ ↓ ↓ Genie MCP Skills └────────┼─────────┘ ↓ Agent Configuration ↓ Omnigent / Kasal ↓ Agent The idea wouldn't be to build another chatbot or another agent framework. It would be a Databricks-native composition/bootstrapping layer that understands an existing Unity Catalog/data estate and generates the pieces needed for agents to work with that data — domain boundaries, semantic context, approved tools, Genie configuration, MCP exposure, skills, policies, evaluation setup, etc. In other words: Kasal/Omnigent: Agent → Tools/Data Proposed layer: Data Estate → Agent I'm curious if this is already solved somewhere in the Databricks ecosystem, or if people are currently doing this manually when building enterprise data agents. Would love to hear how others are approaching the “existing data estate → production-ready data agent” problem. submitted by /u/imsuryya [link] [comments]

00imsuryyayesterday
Reddit

Community BrickTalk | Real-Time Data & AI: Tripwise Demo

Hey r/Databricks ! Join us for community BrickTalk on Thursday, September 24 , focusing on real-time data streaming, AI agents, and governance using Databricks. BrickTalks is a community event series where Databricks experts share real-world use cases, demos, and practical insights for building with Data and AI, giving customers a direct line to the people behind the products. In this session, we'll walk through a live demonstration of the Tripwise Demo , featuring: Sub-Second Transactions & Streaming: Device registration into Lakebase with sub-second reads/writes, plus telemetry streaming via Zerobus through a governed Medallion architecture. AI-Generated Offers & Pricing: Generating real-time agent offers using Foundation Model APIs and scoring behavioral data for usage-based renewal pricing. Natural Language Analytics: Enabling underwriters, product managers, and marketing teams to query governed insurance data in seconds using AI/BI Dashboards and Genie. Unified Governance: Managing safety, compliance, and control end-to-end with Unity Catalog. This is a great chance to see real-world architecture in action and ask questions directly to Databricks experts. When: Thursday, September 24 9:00 AM PT 12:00 PM ET 5:00 PM BST (London) 9:30 PM IST Register here and save your spot submitted by /u/Subject_Ant1789 [link] [comments]

00Subject_Ant17892d ago
Databricks CommunityCertificationsanswered

Subject: Possible incorrect answer key — Evaluating AI Agents assessment (Generative AI Engineer)

002d ago
Reddit

Google Drive connector in Lakeflow Connect is now generally available (GA)

The Lakeflow Connect connector for Google Drive is now generally available ! It’s now easier than ever to ingest structured and unstructured files from Google Drive into Delta tables for analytics and AI workloads. You can configure a managed ingestion pipeline through the UI or managed API. Managed pipelines automatically handle incremental processing, automatic retries with exponential backoff for source API rate limits, failure recovery, and provide rich Google Drive metadata. For direct control over ingestion logic, you can also just use the Spark + SQL APIs directly: spark.read , Auto Loader, read_files, or COPY INTO pointed at Google Drive URLs. https://preview.redd.it/j65yaaft3uoh1.png?width=2048&format=png&auto=webp&s=0f9f13cc63572b991232a8fa617aa1fe6697369c Link to public docs + references: Google Drive managed connector documentation Spark + SQL APIs and examples Community blog and video tutorial: From PDF to insights Data + AI Summit session: Intelligent Document Processing with Lakeflow Common workloads include: Loading Google Sheets, Excels, CSV, JSON, and other structured files into Delta tables. Ingesting PDFs, Google Docs, Google Slides, and images. Parsing documents with ai_parse_document to prepare content for extraction, search, and agents. Examples of using the Spark + SQL APIs: Read an Excel sheet from Google Drive with spark.read : ​ df = (spark.read .format("excel") .option("databricks.connection", "my_gdrive_conn") .load("https://docs.google.com/spreadsheets/d/9k8j7i6f...")) Ingest unstructured documents + PDFs from a Google Drive URL with read_files , then easily parse them using ai_parse_document : ​ CREATE OR REFRESH STREAMING TABLE gdrive_documents_table AS SELECT *, "_metadata" FROM STREAM read_files( "https://drive.google.com/drive/folders/1a2b3c4d...", format => "binaryFile", `databricks.connection` => "my_gdrive_conn", pathGlobFilter => "*.{pdf,docx}"); CREATE OR REFRESH STREAMING TABLE documents_parsed AS SELECT *, ai_parse_document(content, map('version', '2.0')) AS parsed_content FROM STREAM gdrive_documents_table; Coming soon: Ingest Google Drive’s per-file permissions and ACL metadata to power permission-aware AI agents, enterprise search, and more. If you try it, share what you are building and let us know if you hit any friction! submitted by /u/BricksterJ [link] [comments]

00BricksterJ5d ago
Reddit

SharePoint connector in Lakeflow Connect is now generally available (GA)

The Lakeflow Connect connector for Microsoft SharePoint is now generally available! It’s now easier than ever to ingest structured and unstructured files from SharePoint into Delta tables for analytics and AI workloads. You can configure a managed ingestion pipeline through the UI or managed API. Managed pipelines automatically handle incremental processing, automatic retries with exponential backoff for source API rate limits, failure recovery, and provide rich SharePoint metadata. Soon, our managed connectors will also support ingesting SharePoint Lists and per-file permissions metadata. For direct control over ingestion logic, you can also just use the Spark + SQL APIs directly: spark.read , Auto Loader, read_files, or COPY INTO pointed at SharePoint URLs. Common workloads include: Loading Excel, CSV, JSON, and other structured files into Delta tables. Ingesting PDFs, Word documents, PowerPoint files, and images. Parsing documents with ai_parse_document to prepare content for extraction, search, and agents. https://preview.redd.it/89i379aattoh1.png?width=2180&format=png&auto=webp&s=292350dfddfc9bc1a4daf3fc4447394821206054 Link to public docs + references: SharePoint managed connector documentation Spark + SQL APIs and examples Community blog and video tutorial: From PDF to insights Data + AI Summit session: Intelligent Document Processing with Lakeflow Examples of using the Spark + SQL APIs (after first creating a UC connection ) : Read an Excel sheet from SharePoint with spark.read : excel_df = (spark.read .format("excel") .option("databricks.connection", "my_sharepoint_conn") .option("headerRows", 1) .option("dataAddress", "Sheet1!A1:M20") .load(" https://mytenant.sharepoint.com/sites/Finance/Shared%20Documents/Monthly/Report-Oct.xlsx") ) Ingest unstructured documents + PDFs from a SharePoint URL with read_files , then easily parse them using ai_parse_document CREATE OR REFRESH STREAMING TABLE sharepoint_documents_table AS SELECT , "_metadata" FROM STREAM read_files( " https://mytenant.sharepoint.com/sites/Marketing/Shared%20Documents ", format => "binaryFile", databricks.connection => "my_sharepoint_conn", pathGlobFilter => " .{pdf,docx}"); CREATE OR REFRESH STREAMING TABLE documents_parsed AS SELECT *, ai_parse_document(content, map('version', '2.0')) AS parsed_content FROM STREAM sharepoint_documents_table; Coming soon: Ingest SharePoint Lists into Delta tables (coming super super soon) Ingest SharePoint’s per-file permissions and ACL metadata to power permission-aware AI agents, enterprise search, and more. If you try it, share what you are ingesting and where you hit friction! Don't hesitate to ask questions! submitted by /u/BricksterJ [link] [comments]

00BricksterJ5d ago
Databricks CommunityAnnouncements

Announcement | How we eliminated $1 million a year of wasted AI agent spend in one hour

006d ago
Reddit

I merged two databases (Postgres and Elasticsearch) into Lakebase, then threw 200 AI agents at it.

submitted by /u/Limp-Park7849 [link] [comments]

00Limp-Park78491w ago
Reddit

Community BrickTalk | One Platform, Any Source: Unifying Enterprise Data with Lakeflow Connect

Hey r/Databricks ! We’re hosting a free, community-sponsored BrickTalk on Thursday, September 17, 2026, focusing on how to simplify and scale data ingestion using Lakeflow Connect! BrickTalks is a community event series where Databricks experts share real-world use cases, live demos, and practical insights, giving you a direct line to the people building the products. Stop struggling with fragmented data across disparate sources. In this session, we'll demonstrate how Lakeflow Connect enables seamless data ingestion from SaaS apps, databases, and cloud storage directly into the Databricks Platform with zero infrastructure management. 🛠️ What We’ll Cover Native Data Ingestion: Learn how Lakeflow Connect provides fully managed ingestion directly into Unity Catalog as governed Delta tables. Simple Integration: See how to easily connect data sources using a simple UI or API. Accelerated AI & Analytics: Discover how unifying your data powers Customer 360, Operations, and downstream AI agent workloads. ⏱️ Global Times PT: 9:00 AM ET: 12:00 PM BST (London): 5:00 PM IST: 9:30 PM 👉 Register here to save your spot! submitted by /u/Subject_Ant1789 [link] [comments]

00Subject_Ant17891w ago
Databricks CommunityGenerative AI

Databricks-Native AI Agent for Job Incident Detection, RCA & Safe Remediation

001w ago
Reddit

Agentic AI moves fast. Your data decisions should move faster.

submitted by /u/ConstantNo2668 [link] [comments]

00ConstantNo26681w ago
Databricks CommunityDatabricks Academy Learners

Building Agentic Applications on Databricks - file not found for ./Includes/Classroom-Setup-2

002w ago
Databricks CommunityData Engineering

An AI agent that validates and PRs your Unity Catalog access requests, and knows when to say no

003w ago
HackerNews

Evaluating AI Agents Live at the Grounded Reasoning Cup

20iwhalen3w ago
Databricks CommunityCommunity Articles

Learn Databricks Agent Bricks | Build Enterprise RAG Agents

004w ago
Reddit

Agentic AI Projects?

Hi, Curious. What are some agentic AI projects you guys have worked on or implemented and how have they added value? I’m a newbie working in this space and trying to spar for some interesting project ideas :). One idea I’m thinking of already is an agentic conversational data reporting agent that also generates PowerPoints, emails, etc. suited to some pre-defined templates in addition to just being a conversational data explorer. submitted by /u/BearPros2920 [link] [comments]

00BearPros29204w ago
Databricks CommunityAdministration & Architecture

Databricks App architecture with AppKit - agentic app with governed write-back functionality

001mo ago
Databricks CommunityGenerative AI

Building an Agentic HR Front Door on Databricks

001mo ago

Get Tuesday's version of this

Tracking AI Agents? The Tuesday email carries what moved across the whole ecosystem, not just this topic. Free, one-click unsubscribe.

Read past issues first