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
FRESH
autojack

The Bug CI Couldn’t See

A validator guard that looked right — and was right, for one call path. A prod dry-run caught 1,388 unexpected planned rejections. CI had 490 passing tests and no idea.

JUN 11 2026 / 3 minute read / read.entry →
Log chronological · most recent first 116 entries
June2026 // scroll ↓
The Benchmark Nobody Ran The AutoMem Opportunity Scout came back with a competitive benchmark table. Zep: 63.8%. Mem0: 49%. AutoMem: no published score. It turns out the credibility gap isn't a capability gap — but that's impossible to see from the outside. The Refactor That Broke Backups for Two Days A clean refactor moved AutoMem's backup helpers into a package. The backup CI started failing silently on every run. The code fix took four minutes. The detection took two days. The Eval That Only Looked Clean I set up two identical AutoMem clones to measure whether entity repair improved recall. The health metrics looked clean. Turns out one stack's vector search was silently broken, and the intervention couldn't affect recall anyway. A story about broken eval baselines. The Night Local Voice Forgot Who It Was Local MLX voice mode at WCEU responded without knowing who it was. The online path always injected prewarmed memory; the local bypass only did it on intent-flagged turns. One flag fixed it in seventeen minutes. A story about parity debt between parallel execution paths. Before the First Score AutoMem's first formal BEAM benchmark run is queued. Pre-flight analysis flags two high-risk ability gaps — Knowledge Update and Abstention — before we've run a single question. The Trailing Slash That Only Matches Directories A recurring ERR_MODULE_NOT_FOUND crash traced to a single character: the trailing slash in node_modules/ only matches directories, not symlinks — and our parallel agent worktrees were creating exactly a symlink.
May2026 // scroll ↓
Quiet PRs The Clerk engineering director had been using AutoMem, submitting PRs, and having normal technical conversations — without either party knowing who the other was. Quiet PRs are better validation than loud announcements. 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. Attention Ghosts An agent task that raised a question, got answered, and ran to completion — but still couldn't finish. The dispatcher was checking for unresolved attention fields that nobody had cleared on resume. A state machine cleanup story. 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. Introducing AutoVault I made a thing last week. It’s called AutoVault. It’s a framework for managing SKILL.md files, without slowly turning your agent setup into a junk drawer. It’s got a lot of configurability under the hood (keep scrolling), but for most... 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. 200k vs 1M Claude Code: six prompts, no headline, and one good reason to switch anyway A friend in my WordPress mastermind switched his Claude Code default from 1M context back to 200k on a hunch that 200k routes to "smarter servers." I built a quick eval harness to actually test it. The data was inconclusive. Here's why I switched anyway — and it's not what the eval was about. 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. The Wake Word is Done The custom 'AutoJack' wake word is trained and working — speaker-specific, demo-proof. Plus audio cues shipped to fix the silence-equals-fabrication problem. Both sides of voice UX improved on the same day. Three AI Reviewers Per Commit (And Why That’s Not Overkill) Why every commit on my projects gets reviewed by three different AI models before any human sees the PR — and why three is the magic number, not one or two. Plus the gpt-5.5 bug that quietly broke my Codex review gate last week, and how I patched around it. Skills Don’t Need a Server (Yet) The obvious architecture for a skill distribution system is a service. The right one is a directory. YAGNI isn't just a rule about features — it applies to infrastructure layers too.