Ask HN: How are you solving long-term memory for production AI agents in 2026?
Developers building production AI agents in 2026 are using simple vector search, keywords, BM25, text matching, and RRF for long-term memory, avoiding graph construction due to costs. One team reports a single SQLite fil…