Give your agents a memory you own - #3477
Open
dacorvo wants to merge 16 commits into
Open
Conversation
dacorvo
force-pushed
the
dacorvo/funes
branch
2 times, most recently
from
July 23, 2026 09:48
c45e0d8 to
50415fb
Compare
dacorvo
marked this pull request as ready for review
July 23, 2026 09:49
ariG23498
approved these changes
Jul 23, 2026
tengomucho
reviewed
Jul 23, 2026
| off the streaming parser?”* across ten thousand turns. For an agent to use those traces | ||
| while it works, they need **indexing**, **retrieval**, **ranking**, and | ||
| **exact provenance**. | ||
|
|
Contributor
There was a problem hiding this comment.
I do not think the emphasis is necessary here.
Comment on lines
+96
to
+97
| The bind publishes your current memory there, and — for agents with hooks (Claude Code, | ||
| Codex, and Hermes) — funes keeps it current, indexing each turn locally and publishing |
Contributor
There was a problem hiding this comment.
Perhaps it is just me, but I see the hyphens as a sign of text written by AI these days. Perhaps it is not the case, but I would consider rephrasing and/or removing them.
- Reorder the memory-binding paragraph so publishing precedes recall (fixes a fetch-before-push read); drop the "built in the past" comment. - Remove the direct `funes push` example to keep the hands-off narrative; retie the secret-scan line to "Publishing". - Add the "Ask first, wire later" heading. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
One-line closing CTA pointing to GitHub issues — install snags, missed recalls, or new-agent requests. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Short acknowledgment before the epigraph — open-source embedding models, Lance's incremental append-only datasets, and the Hub's dataset caching/dedup — the foundations the local-first, own-your-data claims rest on. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Two review comments on the wording: the bolded list of retrieval properties did not need the emphasis, and the parenthetical em dashes read as machine-written. Recast each aside as its own sentence, parentheses, or a colon rather than swapping in commas. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
tengomucho
approved these changes
Aug 12, 2026
The ask section introduced the public dataset by its repo id and called it funes's development history, which is both a mouthful at that point in the post and slightly wrong: what is published is a curated selection of those sessions, not the raw history. The link now says what it is and defers the repo id to the command right below it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The post trailed off: the credits paragraph, the Borges quote and the install instructions ran together under the previous section's heading, so the piece ended on housekeeping rather than on a reason to act. The closing is now its own section that tells the reader what to do with the record their agents already wrote, and the credits move below it under their own heading, where they read as thanks rather than as the conclusion. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discussed with @LysandreJik and @ariG23498, a blog article to introduce funes
Byline is just me for now — if you think a co-author or two would strengthen the message, I'm glad to add them.