Victor Savkin, a prominent figure in the tech space, recently delivered a presentation titled "A Genius With Amnesia," exploring the capabilities and challenges of AI agents, particularly in the context of software development.
Related startups
The core of Savkin's talk revolved around the concept of "amnesia" in AI agents, drawing parallels to human developers who might forget details or context between coding sessions. He illustrated how agents, by default, start each session with a "blank slate," making the human the sole repository of memory.
The Problem of Agent Amnesia
Savkin detailed two primary categories of problems that contribute to this amnesiac state in AI agents: "Repo Boundaries" and "Amnesia" itself. Repo boundaries refer to the limitation where agents can only see and change one repository at a time, never the entire system. This means agents cannot align code with the rest of the system or infer best practices and standards from the broader codebase.
