A Genius With Amnesia - Victor Savkin, Nx
TL;DR
Agent amnesia is a real bottleneck: Every session starts blank, so a single change across four repos can require seven separate re-explanations to different agents.
Repo boundaries blind agents: Without a unified model of how repos fit together, agents can't validate downstream changes or reference best practices that live in other repos.
Polygraph builds an illusion of one codebase: By extracting metadata from all repos (owned and open source), it creates a unified dependency graph the agent can read and write across.
Multi-repo changes become single-repo changes: Polygraph treats CI across all involved repos as one vector, and if one PR fails, it figures out whether to patch the consumer or the source.
State transfer works like Star Trek's transporter: You can resume a coworker's Polysraph session on your machine with full state, agent history, and the exact repo SHAs, without any setup.
The agent gains a Borg-like hive mind: Every session from every developer becomes accessible to every agent, giving any single agent more context than any individual developer.
The Breakdown
Coding agents today are like a genius with amnesia, confined to a single repo with no memory of past work, forcing developers to re-explain the same change seven times across a multi-repo system.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Cheap Models, Hard Tasks
Most agent workflows route every step to the frontier model by default. The bill scales with how chatty the agent gets, even when most steps don't need that brain.

Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.