Settings

Theme

Google PM open-sources Always On Memory Agent, ditching vector databases

venturebeat.com

11 points by antigrav_kids 13 days ago · 6 comments

Reader

didgeoridoo 13 days ago

I just built something similar, specific to Claude Code. It runs as a transparent HTTP proxy that reads & rewrites the entire messages array that CC sends to its API. Same “dreaming” consolidation approach (using Haiku and another instance of CC itself, so it uses your subscription). Check it out!

https://github.com/LabLeaks/spotless

silentsvn 9 days ago

Been saying this for a while. Vector similarity is the wrong primitive for agent memory. It finds things that sound related, not things that are actually relevant given current context and what the agent already knows.

The "ditching vector databases" framing is a bit dramatic since you still need embeddings somewhere, but the point stands that a raw vector store with no resolution layer is basically a pile of notes your agent can't reason about. You need conflict detection, certainty weighting, temporal scoping. Otherwise you're just building a fancier version of the same problem

antigrav_kidsOP 13 days ago

I wonder if this is Google's answer to Beads?

  • verdverm 13 days ago

    Google's own ADK framework already has memory. Whatever VB is posting is far less interesting. But they need to sell that attention too I guess

khelavastr 12 days ago

Your vector database should be in memory

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection