Fetching from the wire…
Public story · 2026-08-07 · high
A second project skips vector embeddings entirely to keep that memory readable and auditable instead of buried in a blob.
Why now: Both repos are active as of August 7, with Cambium's repository pushed that same day.
Cambium proposes a governance standard for the corpora that AI agents write to over time, per its GitHub repository. Once an agent's memory store becomes a product's source of truth, nobody's tracking where each fact came from or whether it's still accurate. Nobody's tracking who approved the change that put it there, either. Cambium's schema covers exactly that: provenance, review, and drift.
The project, from developer KimGLee, sits at 204 stars after a push on August 7.
It's not alone. bybit-exchange/kaas, an MIT-licensed knowledge-base compiler with 88 stars, turns notes and transcripts into a queryable Markdown wiki exposed over MCP. It skips embeddings entirely, per its repo.
That's the detail worth sitting with. Vector databases became the default way to give an LLM memory because they're fast to query. A float in a vector doesn't tell you why the agent believes something, the way a provenance record does.
kaas gives up embeddings for a wiki a person can actually read. Cambium gives up an unstructured blob for a schema built around who wrote what and who reviewed it.
Neither project says how it handles conflicting edits when two agents write to the same document at once. And neither has the adoption yet to prove the pattern generalizes past its own repo.
Skipping embeddings on purpose is the tell. Vector stores win on retrieval speed and lose on the thing agent memory needs most once it's editing itself: an audit trail. Watch whether more agent-memory tools drop embeddings the way kaas already has, trading speed for something a human can actually read.
Each link below shares sources, entities, or timing with this story.
A Chinese lab shipped a runtime that manages two American coding agents as subagents, and it went from repo creation to 145,439 stars in four days. deepseek-ai/deepseek-harness published dsh-v0.1.0-rc.7 at 12:01 UTC today, its first tagged release since the repo appeared on Au...
3,364 stars since its August 17 creation. Every action against a computer, file, MCP server or UI component routes through a single gateway that resolves the target, decides it against policy, writes an audit row, then acts or refuses while naming the rule. Each bot gets its o...
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...
Waishnav/devspace (4,247 stars, v1.0.8 August 25) runs a local Node server exposing read, edit, search and shell execution over MCP, reached through a reverse proxy tunnel like Cloudflare or ngrok, with password-gated owner approval per client. The pitch is turning ChatGPT int...
QM went up under MIT license. Created July 29. As of the GitHub API check: 8,420 stars, 887 forks. Five days. YC uses it internally across accounting, legal, events, and engineering, including to build QM itself. Every employee and every Slack room gets its own scoped memory,...
TrustMeBro is a Go tool at 327 stars, created August 26, that intercepts commands invoked by Codex, Claude Code and pi through PATH shims alone. No plugin, no hook, no MCP. Rules decide whether to fabricate output, rewrite stdout while preserving stderr and exit status, block,...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.