Fetching from the wire…
Public story · 2026-07-31 · high
OptMem stores memories as 280-byte log lines merged into a summary tree, skipping vector databases entirely.
Why now: The repo crossed 1,000 stars in the six days between its July 25 creation and July 31 push, per its GitHub history.
VictorTaelin's OptMem crossed 1,000 GitHub stars six days after its July 25 launch by skipping the usual memory stack. For anyone deciding whether an agent needs a memory database, OptMem claims a million memories fit in 608 MB and retrieve in 0.03 seconds.
No vector database, no embedding model, no background process: every memory is a line under 280 bytes, written to LOG.txt as it happens. Retrieval runs through a binary tree of one-line summaries: #0-1 and #2-3 fold into #0-3, and so on up the file. Those merges aren't automatic. They run on demand when you call memo nap, keeping the summary tree a rebuildable cache rather than a live index.
Installing it means pasting a 426-token markdown block into an AGENTS.md or CLAUDE.md file. There's no separate setup step beyond that. The project's own documentation flags one gap: subagents can't use memo independently, so multi-subagent setups aren't covered yet.
What's untested outside VictorTaelin's own repo is whether the binary-tree-of-summaries approach holds up on messy, non-uniform memories instead of tidy log lines. It's also unclear if the 0.03-second number holds at real scale, not just in a demo.
Each link below shares sources, entities, or timing with this story.
If you've written Claude Code skills with context: fork in the frontmatter, go check them right now. As of the July 22 release, /code-review runs as a background subagent, and any skill declaring context: fork runs in the background by default (release notes). The opt-out is b...
Issue 6235 on anthropics/claude-code asks Claude Code to read AGENTS.md, the config file that Codex, Amp, Cursor and most other harnesses already load, rather than only CLAUDE.md. It has been open since August 2025. It has accumulated over 5,200 reactions and 300+ comments, ma...
The payload only exists if you're a robot. That's the part that should scare you. On August 5 a developer doing PSX game research pointed Claude Code at tcrf.net (The Cutting Room Floor, a well-known game-preservation wiki) and got back a page titled "LLM- / AI Agent-Specific...
July 22's board is plumbing, not apps: Kastra (199 votes) sells runtime authorization for Claude, Cursor, Codex, and OpenClaw with policy enforcement against prompt injection and unauthorized tool calls, while box (183 votes) sells Ubuntu VMs with SSH for agents at $0.036/hr (...
modiqo/waggle (dual Apache-2.0/MIT, v0.5.3 on July 14, 762 stars since July 8) attacks token waste in multi-agent handoffs: each artifact gets a ~30-byte attributed token resolving into a consumer-specific projection sized to the reading model. Artifacts never auto-expand into...
langchain-ai/openwiki (MIT, v0.1.2 on July 13) is a TypeScript CLI at 11,768 stars since June 22 (~490/day). It builds repository docs in openwiki/ plus a personal "brain" wiki in ~/.openwiki/wiki/ ingested from Gmail, Notion, GitHub, X, web search, and Hacker News. The part t...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.