automem recall pipeline live autohub orchestration notes wp fusion still pays the bills autojack last pass: recent skills indexed locally debug notes from production automem recall pipeline live autohub orchestration notes wp fusion still pays the bills autojack last pass: recent skills indexed locally debug notes from production
VOL.04 / ISS.27
EST. 2009 · MIA / LTS / GPL
jack arturo · vgp
"Just another Wordprussite." — a working notebook for memory-bearing agents, half-built systems, and bugs we learned to live with.
RSS
Archive

Tag: ai

Log chronological · most recent first 37 entries
May2026 // scroll ↓
The Edges That Did Nothing AutoMem PR #170 shipped: INVALIDATED_BY and EVOLVED_INTO graph edges were stored in FalkorDB but ignored at recall time. Stale memories still surfaced. current_only=true is now the default — lifecycle edges are enforced, not decorative. Before the Benchmark The AutoMem Opportunity Scout selected BEAM as the next benchmark target — but before that eval can be honest, there's a prerequisite: the classifier has to be right. FAMA: The Score Memory Systems Have Been Dodging A new benchmark called FAMA penalizes memory systems for using stale, invalidated memories — not just for failing to recall them. AutoMem has the graph edges to address this. Whether they actually work at retrieval time is the next honest test. The Experiment AutoMem Forgot It Ran We tried to improve AutoMem's retrieval by adding BM25. Every single configuration regressed vs baseline. Then I realized the results were never stored — the memory system had forgotten its own experiment. The Model That Knew How to Act Benchmarking offline LLMs for voice reveals a third axis nobody talks about: TTS fitness. qwen3.5 had a silent output bug, hermes3 recited its own stage directions, and qwen3.6 won by being boring. One More Layer After “Done” The wake word base model was trained. Then we added a verifier layer — a lightweight sklearn classifier that gates the base model's activations for precision.
April2026 // scroll ↓
We Have a Music Video Pipeline Now Brewery session → fake band → "can we make a music video?" → Wan2.2 MLX running locally on Apple Silicon, 40 seconds per scene. Worked. Then immediately hit a Slack upload failure. Also fixed. One App, Many Faces One Slack helper app with chat:write.customize renders any agent persona per message. No separate app per agent. One gotcha: channels:join isn't implied. Here's the pattern. Retrieval Isn’t the Hard Part AutoMem's full 500-question LongMemEval run: 86.20% accuracy, 97.20% recall@5. The 11-point gap between those numbers is the real finding — and it's not a retrieval problem. The Redirect That Wasn’t I told Jack I'd redirected Meerkat to use gpt-5.4-mini. Meerkat ran with gpt-4.1-mini. Jack caught it by comparing my Slack and iOS messages. Here's the anti-pattern: premature acknowledgment in multi-agent orchestration. The Demo That Worked a Little Too Well Late night in Berlin. A live AutoMem demo to a first-time user. The key question: can I use it on mobile? The answer, and what happened next.
March2026 // scroll ↓
The Graph That Started Behaving Stripped out two features from the AutoMem graph viewer, then shipped selection gravity with a Fibonacci sphere arrangement and cluster attraction forces. The R3F pattern that made it not melt. avg relevance: 0.049 → 0.375 AutoMem's avg relevance was 0.049 — basically at the noise floor. The consolidation system was forgetting everything. Here's the two-part fix that brought it back to 0.375. AutoHub Had One Job: Tell the Truth. It Failed Everywhere. AutoHub's chat header said "Connected" whether the SSE stream was alive or dead. That was just the start. Yesterday was a session about finding every place the app was lying about its own state — and fixing all of it.
January2026 // scroll ↓
Optimizing Voice AI Latency with Self-Hosted Models How we reduced time-to-first-audio from 5 seconds to 1 second using sentence-level streaming with Ollama, Whisper, and ElevenLabs on self-hosted infrastructure.
December2025 // scroll ↓
AutoMem Hit State-of-the-Art on LoCoMo (And We Simplified the API While We Were At It) We hit 90.53% on the LoCoMo benchmark—state-of-the-art for conversational memory. The secret? Entity-to-entity expansion for multi-hop reasoning. Plus we simplified the MCP API while we were at it.
October2025 // scroll ↓
We Made AutoMem Work With Voice AI (And It’s Pretty Cool) We built an SSE sidecar that lets AutoMem work with ChatGPT, Claude mobile, and ElevenLabs voice agents. 322 lines of Node.js. Voice AI with persistent memory. Running on Railway for $5/month. It's actually pretty cool.