@nano-step/nano-brain 2026.6.2207 → 2026.6.2209
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ nano-brain is the missing memory layer for AI coding agents. It's:
|
|
|
37
37
|
- **Works everywhere** — OpenCode, Claude Code, Cursor, any MCP client.
|
|
38
38
|
- **Actually useful** — Not a toy demo. Production-ready with 14 MCP tools, hybrid search, and code intelligence.
|
|
39
39
|
- **Built for developers** — Go binary, PostgreSQL, zero magic. You can read the code.
|
|
40
|
-
- **Beating competitors** — P@5 of
|
|
40
|
+
- **Beating competitors** — P@5 of 80% vs LlamaIndex's 55% and Qdrant's 27% on real-world queries.
|
|
41
41
|
|
|
42
42
|
Star it if you want AI agents that actually learn from context.
|
|
43
43
|
|
|
@@ -267,8 +267,8 @@ Before pushing, run `memory_impact` on changed files. Discover what else depends
|
|
|
267
267
|
|
|
268
268
|
| Metric | nano-brain | LlamaIndex | Qdrant/Mem0 |
|
|
269
269
|
|--------|------------|------------|-------------|
|
|
270
|
-
| P@5 | **
|
|
271
|
-
| MRR | **
|
|
270
|
+
| P@5 | **80%** | 55% | 27% |
|
|
271
|
+
| MRR | **100%** | — | — |
|
|
272
272
|
| Latency | 42ms | — | — |
|
|
273
273
|
|
|
274
274
|
Tested on 60 domain-specific queries across 3 workspaces (gaming, Go codebase, Rails app).
|