<span class="vcard">/u/shbong</span>
/u/shbong

What if the real value is in mapping the terrain (when we talk about information contained in the web) ?

Lately I’ve been thinking that a lot of the most useful information online is not actually buried. It’s out in the open. Anyone can access it. In many cases, it is already sitting there in plain sight. The harder part is not finding it. The harder part…

Roast my OSS AI memory graph engine > feedback on MVP?

Hey fam, Been grinding on BrainAPI, this open-source thing that turns messy event logs into a smart knowledge graph for AI agents and rec systems. Think: feed it user clicks/buys/chats, it builds a precise map with cause-effect attribution (no BS hallu…

Giving LLMs actual memory instead of fake “RAG memory”

One thing I’ve been experimenting with is long-term memory for AI systems. Most solutions today (RAG + vector DBs) are great for search, but they don’t really feel like memory. It’s just retrieval + stuffing context back into prompts. I wanted to see w…