logoalt Hacker News

Show HN: A lightweight, stateless database for agent memory

30 pointsby anuptalwalkarlast Wednesday at 3:24 PM10 commentsview on HN

I've been working on Polign and built a small prototype around something I've been thinking about with agent memory. I have built a lightweight/stateless vector db + BM25 search which works really well with typed facts and structured queries.

It uses your own S3, or GCS bucket as primary storage, and restarting a node is fairly quick.

Demo + writeup: https://polign.com/blog-edge-agent-memory

Live search demo: https://demo.polign.com

Docs: https://polign.com


Comments

Supermanchoyesterday at 6:11 PM

There are countless agent memory stores today. Closed source is a non-starter.

show 1 reply
nater5000yesterday at 6:44 PM

So what's stopping me from using one of the million other versions of this that already exist? Or, even better, pointing Fable to your site and having it just develop its own version of this that I completely own?

I'm throwing in a bit of stank in those questions because I don't see anything here that's particularly unique, and keeping this closed and costly is just... absurd. I've vibe coded the same exact thing multiple times. It works, but it's only as useful as the philosophy of the person using it allows it to be.

So why would someone choose your solution? A vector database hosted in S3 is effectively trivial to set up at this point in time. What are you offering that I can't get from prompting a powerful enough model? If the answer to that question isn't the first thing people read when they open this post, then you can just consider all of this worthless and save yourself the hassle.

show 1 reply
ajabhishyesterday at 5:51 PM

This looks promising! Curious why you named it `Polign`?

show 1 reply
unified101yesterday at 2:40 AM

Closed source - for those who maybe miss this. litestream with sqlite vector based design would be more apt for someone.

show 1 reply