Tastebud Memory: Reversible Agent Memory via Hyperdimensional Computing Vectors

✍️ OpenClawRadar📅 Published: June 14, 2026🔗 Source
Tastebud Memory: Reversible Agent Memory via Hyperdimensional Computing Vectors
Ad

Tastebud Memory is an open-source (GitHub) agent memory index that uses hyperdimensional computing (HDC) to reversibly encode daily work logs into 4096-dimensional ±1 vectors. Each project slug seeds a random near-orthogonal vector; a day's weighted sum is decomposed back into project memberships via dot products — effectively un-mixing the paint.

Key details

  • No embedding search limitations. HDC enables queries that standard vector search can't: "List ALL days that touched project X" (complete set), "When did X start, including under its old name?" (recency bury issue), "What was active in March but dead by June?" (set-difference), "Which workstreams never got documentation?" (absence detection).
  • Unknown ingredient detection ("chef's palate"): if a day's vector residue has high unexplained energy, the system flags an unnamed project — backtested to detect projects on day 0-2 that ran 13+ days undocumented.
  • Backtest protocol: 31 of 92 days blind-re-derived by adversarial verifier agents, 93.5% faithfulness, caught 2 real tagging errors.
  • Technology independent: pure Node (600 lines), two JSON files, no dependencies. Ships with an MCP server so any agent platform can use it, plus fictional sample data to demo commands immediately.
  • Model gate: Gemma 26B failed tagging quality (0.74 agreement vs 0.80 bar) — recommended primary is a large cloud model, with smaller models as fallback alerts.
Ad

Honest limitations

The plain composition table handles most routine queries. The vector layer adds value for lossless decode (recover exact project list from a day), day-similarity drift tracking, and fixed-size encoding — not for basic lookups. This is an index, not a summarizer; it recovers ingredients, not the recipe.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Mind Protocol: Open-source system gives Claude persistent memory and real-time biometric integration
Tools

Mind Protocol: Open-source system gives Claude persistent memory and real-time biometric integration

Mind Protocol is an open-source system where Claude runs continuously as an autonomous companion with persistent memory across all sessions and real-time Garmin watch data injected into every conversation. The architecture uses Claude Code as the core engine with an orchestrator that spawns parallel sessions and manages lifecycle.

OpenClawRadar
Claude Plugins: Computer Vision, Multi-Agent Council, and Self-Debugging Workflow
Tools

Claude Plugins: Computer Vision, Multi-Agent Council, and Self-Debugging Workflow

Three Claude plugins were released: Computer Vision v1.7.0 for Windows app automation, The Council v3.1.0 for adversarial multi-agent consultation, and Upwork Scraper v0.2.0 for job market analysis. A demonstration showed Claude using these plugins to diagnose and fix its own Solitaire automation bug.

OpenClawRadar
Octopoda MCP Server Adds Persistent Memory, Loop Detection, and Audit Trails to Claude Code
Tools

Octopoda MCP Server Adds Persistent Memory, Loop Detection, and Audit Trails to Claude Code

A developer built Octopoda, an MCP server that integrates with Claude Code to provide persistent memory, loop detection, audit trails, and shared knowledge spaces for AI agents. The system uses PostgreSQL with pgvector for semantic search, FastAPI, and a React dashboard.

OpenClawRadar
Marky: A Lightweight Markdown Viewer for Agent-Generated Documentation
Tools

Marky: A Lightweight Markdown Viewer for Agent-Generated Documentation

Marky is a desktop markdown viewer built with Tauri v2 and React that opens .md files from the terminal with live reload. It features CLI-first usage, syntax highlighting with Shiki, KaTeX math support, Mermaid diagrams, and workspaces for folders.

OpenClawRadar