Victor Savkin on AI Agents and 'Amnesia'
Victor Savkin discusses the 'amnesia' problem in AI agents and introduces Polygraph, a tool creating a unified view of code across repositories.
5 min read

Visual TL;DR
agents start each session with a blank slate, forgetting context
From the article 9+ mentionsVictor 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.
agents only see and change one repository at a time
From the article 3 mentionsSavkin detailed two primary categories of problems that contribute to this amnesiac state in AI agents: "Repo Boundaries" and "Amnesia" itself.
agents cannot align code with the entire system
a synthetic monorepo tool
From the article 4 mentionsPolygraph achieves this by extracting metadata from various repositories and feeding it into a unified dependency graph, enabling agents to "see" the entire codebase and understand how different parts relate.
creates a single, unified view of code across repositories
From the article 2 mentionsProviding a holistic view: The agent can see all code and remember every decision made, regardless of which repository it originated from.
agents can infer best practices and standards from broader codebase
From the article 4 mentionsThe 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.
agents retain context and align with system-wide goals
From the article 4 mentionsHe illustrated how agents, by default, start each session with a "blank slate," making the human the sole repository of memory.
© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.

