Thursday, September 3, 2026
Tech Beat
Sep 3, 2026, 12:00 AMDeveloper Tools

Hugging Face Funes Gives Coding Agents Portable Memory

Hugging Face's open source Funes gives Claude Code, Codex, pi and Hermes local, portable memory with cited recall across agents, machines and whole teams.

Listen to this briefingAudio briefing

Summary

On September 3, 2026, David Corvoysier introduced Funes, an open source single binary that turns existing Claude Code, Codex, pi and Hermes session traces into durable memory. `funes add` builds an initial index, adds `recall` and `get` tools, then indexes completed turns incrementally with bounded backfill. Recall returns original text, not summaries, with agent, timestamp, session and turn provenance; get opens surrounding context. A deterministic pipeline normalizes and chunks traces, embeds them with a pinned local model into append only Lance storage, combines vector and BM25 search, fuses rankings, reranks with a cross encoder, weights recency and attaches neighboring chunks. Embedding and reranking stay on device, the default backend needs no ML runtime dependency, and no account or Hub repository is required.

Binding memory with `funes add codex acme/funes-memory` publishes local state to a user owned Hugging Face dataset, private by default, updates it at session boundaries and lets another machine attach with the same command. Remote files cache locally for warm query speed, while the Hub provides ownership, access control, versioning and distribution. Credentials are redacted during indexing; publishing rescans every chunk and withholds suspected secrets, with coverage limits documented in SECURITY.md. `funes ask` queries local or shared memory read only, returns sourced answers, admits unsupported results and does not install an integration.

Shared memory crosses agents, models, hosts and teams, while public memories can expose release decisions, failed approaches and rationale through dataset cards and the Funes tag. In a two task benchmark requiring prior session knowledge, compaction succeeded once and never arrived once because its summary flattened key findings. Passage based recall was cheapest on both tasks, 8x cheaper than a written handoff on one and 4x on the other. Funes is available at github.com/huggingface/funes.

Positives

  • Four supported agents, Claude Code, Codex, pi and Hermes, can search one unified memory with exact session provenance.
  • One add command installs recall and get tools, builds the initial index and automates incremental indexing after completed turns.
  • 8x and 4x lower costs than written handoffs made recall the cheapest method in both benchmark tasks.
  • Local embedding and reranking keep session indexing on the user's machine without requiring an account or Hub repository.
  • Private by default Hugging Face datasets provide portable memory, access control, versioning and distribution across machines and teams.
  • Original passages remain intact, allowing every retrieved result to lead back to its agent, timestamp, session and turn.

Risks & concerns

  • Compaction failed one of two benchmark tasks after its summary removed findings needed to produce the answer.
  • Secret scanning has documented coverage limits, leaving a risk that sensitive material could survive both filtering stages.
  • Retrieval can miss relevant passages, in which case Funes returns no supported answer and requires rephrasing or iterative searching.
  • Current integrations cover four named coding agents, leaving other agent users dependent on future support.
  • Cross machine sharing requires publishing memory to a Hugging Face dataset, although repositories are private by default and user owned.
Primary sourceHugging Face - Bloghttps://huggingface.co/blog/funes
Read full article
Editorial note: Tech Beat summarizes and analyzes third-party reporting. The source link is the authoritative article. This page does not reproduce the full source text.

More From The Wire

Artificial IntelligenceSep 3

Google WeatherNext 3 Beats Leading AI and Government Forecasts

Artificial IntelligenceSep 3

Microsoft MAI-Transcribe-2 Targets OpenAI and Google at $0.10 an Hour

Marketing TechnologySep 3

Why Great Brands Disappear From AI Answers and How AEO Can Fix It