Enterprise DNA

Omni by Enterprise DNA

Enterprise DNA Resources

Latest AI and industry news. Practical AI operating-system thinking for owners, operators, and teams doing real work.

220k+

Data professionals

Omni

AI agents and apps

Audit

Map the manual work

News AI News

Git-native memory kills the vector database

Okf-agent-memory implements a Google OKF spec giving coding agents persistent memory via sub-300µs BM25 search with no external database, claiming 80%.

Enterprise DNA |
Git-native memory kills the vector database

AI Pulse · Under the Radar

The play

Test git-native memory on LearningPortal agents before investing further in a separate vector database.

A small open-source project called okf-agent-memory is taking a different approach to agent memory. Instead of sending every past conversation, file summary, and decision into a vector database, it stores memory in Git-friendly files and searches them with BM25, a well-established text search method. The project says searches run in under 300 microseconds without an external database, and claims this can cut token bloat by 80%.

That matters because persistent context is one of the practical costs of running coding agents. If an agent has to repeatedly reload long histories to understand a codebase or prior decisions, you pay more in tokens and get slower, less focused work. A file-based memory layer could make that context easier to inspect, version, review, and move between environments. It also removes one more service from the stack.

The project implements a Google OKF specification and has gained 489 GitHub stars, at a reported 168 per day. It also surfaced independently on Japanese X this week, which suggests developers are noticing it, though the performance and token reduction claims still need validation in real deployments.

For LearningPortal, this is directly relevant to the agent context problem. Before adding another vector database, test whether searchable, version-controlled memory handles the work you actually need. This is the kind of thing we build into an AI command centre, where agent context, usage, and operating controls are visible in one place.

Working With Claude field guide cover

Free Resource

Put what you just read to work

The free 32-page Working With Claude guide: the full ecosystem, Claude Code, and how to roll it out across a business.

No spam. Unsubscribe any time.

Free daily email

Get this every morning.

This brief is one item from today's AI Pulse, the short daily read we run for ourselves on what is actually happening in AI. Subscribe free and it lands in your inbox each morning.

Free daily email

Subscribe to the daily AI Pulse

One short read every morning on what is actually happening in AI. Free.

One email a day. Unsubscribe any time.