# Give Your Coding Agents a Memory You Own

DevFeed: [Give Your Coding Agents a Memory You Own](<https://devfeed.tech/articles/give-your-coding-agents-a-memory-you-own-7207.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/funes>)

Author: David Corvoysier

Published: 2026-09-03T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [dataset](<https://devfeed.tech/topics/dataset.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [coding](<https://devfeed.tech/tags/coding.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [guide](<https://devfeed.tech/tags/guide.md>), [inference](<https://devfeed.tech/tags/inference.md>), [local](<https://devfeed.tech/tags/local.md>), [memory](<https://devfeed.tech/tags/memory.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [traces](<https://devfeed.tech/tags/traces.md>)

## AI overview

funes is a local, durable memory layer for coding agents that indexes prior session traces so agents can retrieve past decisions with provenance. It uses a deterministic pipeline with vector and BM25 search, reranking, recency weighting, and local storage.

## Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.