Hugging Face details Funes: turning agent session traces into durable, searchable memory
ariG23498 · x · 2026-09-07
Hugging Face publishes a deep-dive on Funes, a durable, local memory layer for coding agents, supporting Claude Code, Codex, pi, and Hermes.
- Problem: across machines and agents, every session starts from zero; context like "why did we move off the streaming parser?" vanishes when sessions end.
- Diagnosis: agents already leave rich traces (not just what changed but why), but traces are only potential memory — you can't grep ten thousand turns; retrieval needs indexing, ranking, and exact provenance.
- Solution: Funes is a single binary with no ML runtime dependency; embedding and reranking run locally. funes add claude builds the first index, gives the agent recall/get tools, and auto-indexes each completed turn.
- Portability: memory stays local and private by default, and can sync to a Hugging Face dataset you own.
The article operationalizes the earlier "Software Forgets: Agent Traces Are the Memory" thesis, turning archives into memory agents can actually use.
More from coding & agent
- APT-RAG Builds Adaptive Reasoning Trees for QA Over Hundreds of Documents — _reachsumit · 2026-09-07
- Building AI Agents: Why Complexity Isn't Understanding, and Basics Still Matter — aishashok14 · 2026-09-07
- Developers turn bearish on agent memory products: is enterprise agent memory a real category at all? — dejavucoder · 2026-09-07
- Paper: knowledge-graph memory with forgetting beats flat vector retrieval for agents — burkov · 2026-09-07
- Astra vibe codes a hairdresser simulator in hours, executing any dumb idea — Silver-Chipmunk7744 · 2026-09-07
- This Claude Code automation turns blog posts into X/Reddit growth flywheel — ayushtweetshere · 2026-09-07