PyCon India 2025

Memory is the Agent: Architecting Stateful Reasoning
2025-09-13 , Track 1

Most “AI” in production still behaves like a stateless function: useful, but forgetful. This talk shows, concretely, how adding a simple memory layer (write → retrieve → reflect → update) changes behavior without touching the model or tools. You’ll see A/B demos (memory OFF → ON) where the same LLM and the same toolset produce different, better plans because history is now part of the input. We’ll keep it practical: a minimal schema for memories (Identity, Principles, Focus, Signals), where memory lives in the loop.

What you’ll take away
A mental model: edit memory → edit agent (stateful reasoning, not fine-tuning).
A production-ready memory loop you can add to any agent today.
A minimal memory schema that keeps behavior explainable and debuggable.


Prerequisites

Familiarity with Python and basic concepts in GenAI.

Target Audience

Beginner

Archit Singh is a Senior Software Engineer at Abnormal AI, with 8+ years of experience building high-concurrency systems, distributed infrastructure, and GenAI-powered pipelines. He has led the development of scalable, memory-aware LLM agent platforms and stateful execution layers for copilots and multi-agent workflows. His work focuses on bridging cognitive architectures with production-grade infrastructure, turning stateless AI chains into systems that remember, reflect, and evolve.