Fetching from the wire…
Public story · 2026-09-06 · high
OKF Agent Memory claims an 80% token cut by loading summaries before full files, and it implements a spec Google published with 9,079 stars behind it.
Why now: The project surfaced in coverage dated September 6, 2026.
OKF Agent Memory stores project memory as Markdown files with YAML frontmatter, then searches them with in-memory BM25. It skips vector databases entirely. It bets git-native storage beats a database for most coding agents. The project says that cuts token use by 80%, since the agent gets summaries before full file contents.
Most agent setups pick one of two extremes. A single CLAUDE.md file grows until nobody can read it. A vector store turns memory into a black box nobody can diff. Markdown with YAML frontmatter sits between them. You can open a memory file in a text editor. You can put the whole knowledge/ directory under version control the same way you'd track source code.
The project ships a Go benchmark runner. Anyone can reproduce the token-reduction number locally against LM Studio or Ollama instead of taking it on faith.
OKF Agent Memory implements Open Knowledge Format v0.2 underneath, a spec Google published inside GoogleCloudPlatform's knowledge-catalog repo, which has 9,079 stars. That kind of backing could give agent frameworks a shared memory schema rather than each one inventing its own.
The repo doesn't compare BM25 search against a vector-backed setup on the same corpus size. Token savings are believable for one project's docs. Whether flat-file search still finds the right document once a knowledge base spans hundreds of files is a question the current numbers don't answer.
Each link below shares sources, entities, or timing with this story.
claude-context (11.8K stars) is an MCP server that indexes your whole codebase into Milvus and exposes hybrid BM25 + dense-vector search to Claude Code and any MCP agent. Ask "find functions that handle user authentication" instead of grepping. Zilliz reports ~40% token reduct...
1. Use claude agents --json to build session dashboards. Claude Code v2.1.145 outputs all live agent sessions as structured JSON with status, model, elapsed time, and parent relationships. Pipe it into a tmux status bar widget or session picker script for switching between bac...
Triple-stream retrieval (BM25 keyword, vector embeddings, knowledge-graph traversal) fused via Reciprocal Rank Fusion on the iii engine, with SQLite for state and an in-memory vector index, no external database. The economic claim: ~170K tokens/year (~$10) versus ~650K tokens...
This Rust harness (+2,585 stars) competes on resource footprint rather than features: 27.8 MB PSS for a single session with local embedding disabled, claimed 13.9× less than Claude Code and 6× less than jcode's own embedding-enabled mode. Time-to-first-frame 14.0ms against a c...
Eight percent of a monthly credit allowance gone in two hours. That's a real Copilot Pro+ user after metered token billing took effect June 1. Another spent over $6 on a single change request. A Claude 4.8 session reportedly ate 1,180 credits, roughly 16% of a Pro+ allowance,...
A spec is a press release until someone who didn't write it implements it. GitHub made Agent Plugins 1.0 generally available on August 12 across VS Code, Copilot CLI, the Copilot SDK, and the Copilot app on all plans. The spec, published August 6, was co-authored by AWS, Anysp...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.