Research#llm👥 CommunityAnalyzed: Jan 3, 2026 16:46

Everyone's trying vectors and graphs for AI memory. We went back to SQL

Published:Sep 22, 2025 05:18
1 min read
Hacker News

Analysis

The article discusses the challenges of providing persistent memory to LLMs and explores various approaches. It highlights the limitations of prompt stuffing, vector databases, graph databases, and hybrid systems. The core argument is that relational databases (SQL) offer a practical solution for AI memory, leveraging structured records, joins, and indexes for efficient retrieval and management of information. The article promotes the open-source project Memori as an example of this approach.

Reference

Relational databases! Yes, the tech that’s been running banks and social media for decades is looking like one of the most practical ways to give AI persistent memory.