June 29 – July 2, 2026 · San Francisco, CA · imported from ai.engineer's public schedule feed

AI Engineer World's Fair 2026 — unofficial import demo

Unofficial demo. This programme was imported from the AI Engineer World's Fair's own public schedule feed to show vibeboard at real conference scale. Not affiliated with, or endorsed by, the organisers.

All sessions
Session

From Context to Memory: Your Agents Need a Real Memory Layer

Anders Swanson

When
Tuesday, June 303:20 PM – 3:40 PM · 20 min
Where
Expo Stage 2 NWSan Francisco, CA · imported from ai.engineer's public schedule feed
Google Calendar

About this session

Most agents don't really have memory. They have a context window, a pile of temporary files, maybe an AGENTS.md, and a retrieval step that attempts to build state from whatever the model can still see. You've seen the flashy demos, but these systems fall apart when an agent needs to recover from failure, revisit prior work, and observe if failures are less frequent over time. This talk explores agent memory as a systems problem. Effective memory isn't just storing data: it's an evolving knowledge layer with write filtering, consolidation, reflection, and forgetting. Agents need persistence, and they also need structure. Raw logs and Markdown scratchpads aren't enough. A real memory layer weights recency, combines retrieval techniques, and correlates episodic memories. Serious agent memory is inherently multi-model. The best systems use full-text search, semantic retrieval, graph relationships, and structured state to reconstruct context with far more precision than filesystem grep alone. This is where databases become essential as the foundation for real memory. Memory shapes how agents behave, adapt, and improve over time.

Speaker

Anders Swanson
Anders Swanson

Developer Evangelist, Oracle

Anders Swanson is a Developer Evangelist for Oracle Database. He helps developers build modern applications with Oracle Database, including microservices, event-driven systems, cloud-native architectures, vector databases, and AI database features.