Velqua
An experiment in persistent context for local AI tools. The product question is simple: can memory become useful across sessions without forcing every application to adopt a new software stack?
The problem
Most AI sessions begin with no useful context from the work that came before. Existing memory products often solve that by asking each application to integrate a new SDK or depend on a hosted service. Velqua explored a smaller, local-first boundary.
What I learned
Storage is not the difficult part. Relevance, correction, provenance, and forgetting are. A memory system that retrieves the wrong fact at the wrong time can be worse than no memory at all.
The project therefore treats memory as a governed context layer rather than a transcript archive. Useful context should be explainable, bounded, and removable.
Where it fits
The public boundary
The public project demonstrates the product idea and the engineering approach. I do not publish private memory contents, ranking heuristics, agent identity rules, internal coordination flows, or deployment details.
Inspect the public repository on GitHub. Read the companion reflection: what shared memory taught me about agent coordination →