All videos
0:00 / 0:00
ai

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 series

Description

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.

Frequently asked questions

What are the four types of agent memory and what do they do?
Working memory handles current conversations, episodic memory stores previous interactions, entity memory tracks attributes of users and objects, and procedural memory contains repeatable workflows and skills.
What is the problem with stateless LLMs for AI agents?
Stateless LLMs cannot scale or maintain reliable agent behavior because they do not retain persistent information between sessions, requiring external storage and memory architecture.
How does Lakebase help build stateful AI agents?
Lakebase provides serverless Postgres in the Lakehouse, letting you eliminate ETL pipelines and integrate data directly into stateful agent systems without infrastructure complexity.
What is zero-copy branching and why is it useful for agent development?
Zero-copy branching creates git-style database branches where you can safely test agent changes against production data without risk or duplicate storage overhead.

Topics