Talks 4 appearances

Talks

A growing record of conference talks, workshops, and sessions I have given, with a short note on the event and the talk itself.

Conference Talks

7 May 2026 London, UK

Devoxx UK 2026

A two-day developer community conference in London for developers, architects, and technical leaders, with 100+ sessions across software development, architecture, AI, and hands-on workshops.

Talk

In the Land of the AI Agents, the One-Layer Memory Is King

Samuel Agbede

A Devoxx UK conference talk on the complexity that appears when agent memory is split across many tools, databases, and retrieval paths.

The session made the case for a unified memory layer: one abstraction that can handle working memory, persistent knowledge, and agent data access without turning every new memory source into another bespoke tool call.

  • AI agents
  • agent memory
  • memory layer
  • retrieval
  • production AI

7 May 2026 London, UK

Devoxx UK 2026

A two-day developer community conference in London for developers, architects, and technical leaders, with 100+ sessions across software development, architecture, AI, and hands-on workshops.

Talk

The Anatomy of Memory in Humans and AI Agents

Raphael De Lio + Samuel Agbede

A Devoxx UK conference talk connecting human memory and practical AI agent design.

Raphael De Lio and I looked at how cognitive science can help frame the problem of agent memory, then tied that back to production concerns: what to store, how to retrieve it, and how our work at Redis led toward a production-ready agent memory server.

  • AI agents
  • human memory
  • cognitive science
  • Redis
  • production AI

23 Apr 2026 Paris, France

Devoxx France 2026

A three-day developer conference in Paris covering software development, architecture, cloud, data, AI, and hands-on technical sessions for the wider engineering community.

Talk

The Anatomy of Memory in Humans and AI Agents

Raphael De Lio + Samuel Agbede

A Devoxx France conference talk connecting human memory to the practical challenges of building AI agents with memory.

Raphael De Lio and I looked at how cognitive science can help frame agent memory design, then connected that to production concerns like what to store, how to retrieve it well, and how our work at Redis led toward a production-ready agent memory server.

  • AI agents
  • human memory
  • cognitive science
  • Redis
  • production AI

31 Mar 2026 Rome, Italy

Codemotion Conference Roma 2026

An in-person Codemotion developer conference in Rome focused on software development, backend and frontend engineering, IT careers, and AI innovation.

Talk

Introducing Redis Agent Memory Server

Raphael De Lio + Samuel Agbede

A first Redis Developer Advocate conference talk on why production AI agents need structured memory.

Raphael De Lio and I covered recurring memory patterns, short-term and long-term memory management, retrieval, decay, and how Redis Agent Memory Server helps teams move beyond stateless agent prototypes.

  • Redis
  • AI agents
  • agent memory
  • LLMs
  • production AI