How well does the model adhere to using this in a harness like Codex where it may be directed to use the built in memory tooling? Maybe I'll need to try an experiment directing it to save to its native memory to use OKF instead
This is usually my main concern with tooling like this that isn’t a first party project. Anthropic can tune Opus, Fable, etc and their harness to use their memory format or preferred method of tool calling. I have had mixed results getting LLMs to consistently use third party tools. I’m very much in favor of things like OKF wikis for memory or knowledge storage/retrieval. So I too would love to know how well this rea…
OKF Agent Memory – Git-native persistent memory for AI coding agents
21–30 of 37 posts
Re: OKF Agent Memory – Git-native persistent memory for AI coding agents
#22The performance is cool and all, but what about capture/retrieval quality? Are there any benchmarks for that?
Re: OKF Agent Memory – Git-native persistent memory for AI coding agents
#23Re: OKF Agent Memory – Git-native persistent memory for AI coding agents
#24I want this, but also for cross-project memory. Save me from building my own, which I have planned but figure something would eventually pop up in HN...
https://github.com/huggingface/funes Maybe?
Re: OKF Agent Memory – Git-native persistent memory for AI coding agents
#25Re: OKF Agent Memory – Git-native persistent memory for AI coding agents
#26Love seeing projects like this. The performance benchmarks are nice to see. Have you done any benchmarks against approaches like OpenAI's Symphony for things like token usage or task completion?
Re: OKF Agent Memory – Git-native persistent memory for AI coding agents
#27Re: OKF Agent Memory – Git-native persistent memory for AI coding agents
#28Re: OKF Agent Memory – Git-native persistent memory for AI coding agents
#29Re: OKF Agent Memory – Git-native persistent memory for AI coding agents
#30Earlier quoted context omitted.
Huh? Can you show source on the "it will not compact"? Very interesting.
"With Astra, we’re introducing a new way for Codex to preserve and retrieve context when the context window fills. Historically, models have used compaction to summarize work during long sessions, such as when debugging complex issues or tackling large refactors. Each compaction can leave out details about why a fix failed or how a component behaves. In Codex, Astra can keep notes across context windows, preserving a…