
AI Agents That Remember: Building Stateful Systems with Lakebase
Databricks16 June 2026Watch on YouTube
Part of series
Ep. 4 · Databricks & Omnigent
Databricks-oprichters presenteren hun open-source agent-architectuur en toekomstvisie op AI.
View the seriesDescription
While many teams attempt to build AI agent memory through basic LLM prompts and traditional databases, they often miss 75% of what makes an agent truly intelligent. This session explores the critical role of stateful systems in agent development and introduces Lakebase, a managed serverless Postgres architecture designed to bridge the gap between OLAP and OLTP. Savannah Longoria breaks down the four distinct types of agent memory—working, episodic, entity, and procedural—and demonstrates how to overcome infrastructure complexity using Lakebase features like instant zero-copy branching and real-time data synchronization. Key Takeaways: - The Four Pillars of Agent Memory: Understanding the differences between working, episodic, entity, and procedural memory to build truly intelligent agents. - Overcoming the Stateless Limitation: Solving the scaling and reliability problems inherent in stateless LLMs by implementing external persistence layers. - Unified Infrastructure with Lakebase: Bringing managed serverless Postgres directly into the Lakehouse to eliminate fragile ETL pipelines and siloed data. - Safe Experimentation via Branching: Utilizing git-style database branching for zero-copy isolation, allowing developers to test agent changes against production data without risk.
What you'll learn
- AI agents contain four types of memory, working, episodic, entity, and procedural, each serving distinct functions for intelligent behavior.
- Stateless LLM models present scaling and reliability challenges that you solve through external persistence layers.
- Lakebase delivers serverless Postgres in the Lakehouse to eliminate fragile ETL pipelines and siloed data sources.
- Git-style database branching in Lakebase enables zero-copy isolation for safely testing agent changes against production data.
- Infrastructure complexity for AI agents simplifies by integrating stateful systems directly into the Lakehouse.