Workflow
Graph
icon
Search documents
X @Avi Chawla
Avi Chawla· 2026-04-23 21:55
RT Avi Chawla (@_avichawla)The more your agent remembers, the less it knows.This sounds counterintuitive, but it is actually a direct result of how agent memory is built today.Agent memory inherits the cognitive shape of its store.- A vector DB gives it associative memory to recognize familiar patterns.- A graph gives it relational memory to understand how things connect.Most agents run on the first and skip the second.Here's an example that explains the failure it leads to:Say a study assistant stores thre ...