Back to Podcast Digest
AI Engineer19m

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