Tastebud Memory: Reversible Agent Memory via Hyperdimensional Computing Vectors

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.
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
👀 See Also

McPherson AI releases two new QSR operations skills on ClawHub: food cost diagnostics and labor leak auditing
Two new free skills have been published on ClawHub: qsr-food-cost-diagnostic catches COGS issues weekly with a four-lever diagnostic, and qsr-labor-leak-auditor provides daily labor tracking with mid-week alerts to prevent overspend.

Open Source Book Genesis: 20 Claude Code Skills for Autonomous Book Writing
Book Genesis is an open-source system of 20 specialized Claude Code skills that takes a book idea and produces a complete, publish-ready manuscript through a 14-phase autonomous pipeline. It includes a 'Chaos Engine' to break AI predictability patterns and has generated a 68,000-word memoir scoring 9.0/10 on its Genesis Score.

PromptFlow Voice: Speak Hindi, Get Structured Claude Code Prompts — Built with Claude Code
A developer used Claude Code and Codex to build PromptFlow Voice — a desktop app that converts natural Hindi speech into structured dev prompts for Claude Code, or ready-to-send emails for Gmail. The demo shows a Hindi voice request producing an English Claude Code prompt about socket reconnection logic with exponential backoff.

Forge: Turn a Mac or Linux Machine into an Always-On Dev Host for AI Coding Agents
Forge is an open-source tool that installs a daemon to turn any Mac or Linux machine into a permanent, always-on development host. It keeps AI coding agents running when you walk away, provides a web dashboard for monitoring, and uses Tailscale for secure remote access via SSH.