|
|
|
|
|
by adamkochanowicz
359 days ago
|
|
For those asking how this is different from a simple text based memory archive, I think that is answered here: ---
Unlike most memory systems—which act like basic sticky notes, only showing what’s true right now. C.O.R.E is built as a dynamic, living temporal knowledge graph: Every fact is a first-class “Statement” with full history, not just a static edge between entities.
Each statement includes what was said, who said it, when it happened, and why it matters.
You get full transparency: you can always trace the source, see what changed, and explore why the system “believes” something.
--- |
|
I've noticed that anchoring the tool on well thought out standards correlates with good performance.
Concretely: using Markdown, JSON, RFC 822 MESSAGE ID for identifying emails, or using self-contained binaries (or simply executable files with UNIX shebangs) are all instances of where I've converged after many attempts at using more complex techniques. Examples of those techniques are PostgreSQL, XML, trying to recreate what's essentially Git (for the time component), and even embeddings in some cases.
I think this is an instance of worse-is-better.