Back to articles
My AI Agent Forgot My Flight. So I Gave It a Brain.
How-ToSystems

My AI Agent Forgot My Flight. So I Gave It a Brain.

via Dev.toTimur Fatykhov

How a simple flight status question exposed a core limitation of vector-only retrieval for relational memory — and why graphs help. The Night Everything Broke It was 11 PM on a Friday. My flight was delayed. Bad weather. I asked my AI agent, Nous, a simple question: What's the latest on my flight? Give me the confirmation code, travel dates, and updated arrival time. Nous knew all of this. I had told it two weeks earlier. The confirmation code, the flight number, my travel dates — all stored as facts in its memory system. But when I asked, it drew a blank. It couldn't connect the dots. I had spent three weeks building what I thought was a sophisticated memory architecture: five memory types (episodic, semantic, procedural, working, censors), PostgreSQL with pgvector embeddings, a graph edges table, and even spreading activation inspired by cognitive science. And at the moment it mattered, it failed the simplest test a human brain passes without thinking. That failure became the most im

Continue reading on Dev.to

Opens in a new tab

Read Full Article
4 views

Related Articles