Agentic Lakehouse Architecture
The canonical four-layer reference architecture for building AI agent-ready data platforms on Apache Iceberg.
The Agentic Lakehouse is not a single product but an architectural pattern composed of four distinct layers. Each layer addresses a specific capability gap that prevents traditional data lakehouses from serving autonomous AI agents effectively. The diagram below shows all four layers and how they interact.
Understanding Each Layer
AI Agents & Applications
The consumers of the Agentic Lakehouse. LLM-based agents (LangChain, LlamaIndex, Claude, GPT-based), custom agentic workflows, and BI tools all sit at this layer. Each interacts with the platform through the Agent Interface layer rather than directly with storage or the query engine.
Agent Interface — Model Context Protocol (MCP)
The Model Context Protocol provides structured, typed function-call APIs for agent-to-platform communication. Instead of generating raw SQL strings, agents call MCP functions (list_datasets, get_schema, execute_query) and receive typed responses. BI tools connect via ODBC/JDBC or Arrow Flight SQL.
Semantic Layer + Governed Query Engine
The semantic layer provides business context (metric definitions, entity mappings, column descriptions) that grounds agent reasoning in verified business logic. The query engine (Dremio) enforces RBAC, ABAC, row-level security, and column masking transparently at query time.
Apache Iceberg Open Storage
All data is stored as Apache Iceberg tables in cloud object storage (S3, ADLS, GCS). The Medallion architecture organizes data into Bronze (raw), Silver (cleansed), and Gold (analytical) layers. Apache Polaris, Project Nessie, or AWS Glue serve as the Iceberg catalog, providing the REST Catalog API that all engines and the governance layer use to discover and access tables.
Build This Architecture Today
Start Your Free Dremio Trial
The semantic layer, MCP server, governance engine, and Iceberg-native query platform in one.
Get Started Free

Architecting an Apache Iceberg Lakehouse
Buy on Manning