2 comments

  • FitchApps 2 minutes ago
    Looks very interesting. Can you explain for noobs why using Google's OKF format and not plain MD files?
    • pcbmaker20 1 minute ago
      OKF is basically md files with front-matter for meta data
  • rcarmo 38 minutes ago
    Nice to see more OKF-based approaches. My entry in this field is https://rcarmo.github.io/projects/memento/, which I’ve been running for a few months now.
    • dofm 13 minutes ago
      Please excuse my noob-ish, naïve question, but to what extent is the business of getting the LLM to actually consult memory a model-dependent thing? Do you have to introduce the tool and guide models with different language for different model families?

      Looking at your tool descriptions (as wit the ones on the original post) I wonder if this something perhaps only current frontier models will do, but the systems themselves seem like they'd be even more useful for open weights models with shorter working contexts.

    • ejp 13 minutes ago
      Since you built something on OKF, how would you contrast it with knowledge graph implementations? How do you manage the ontology of what to keep knowledge about? Any cases where traversal would have helped?
    • esafak 4 minutes ago
      I have seen the value of recording past sessions but I am more skeptical of the value in recording facts, which may soon become stale, about a constantly changing code base. Got benchmarks?