HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ajbd

no profile record

Submissions

[untitled]

1 points·by ajbd·2 miesiące temu·0 comments

comments

ajbd
·3 miesiące temu·discuss
[dead]
ajbd
·3 miesiące temu·discuss
The “types as lenses, not schemas” principle and the focus on structure + relationships really stand out. How do systems like this handle temporal stuff over time? (things that change over time, decisions that get revisited, outcomes that didn’t exist when the note was created?) Do those live as relationships between notes, or is there a different pattern for it?
ajbd
·3 miesiące temu·discuss
[dead]
ajbd
·3 miesiące temu·discuss
[dead]
ajbd
·3 miesiące temu·discuss
This is interesting, and is solving a real problem. The contradiction resolution approach makes a lot of sense. It feels like a step towards letting models decide when they're out of their depth.

I do have a couple questions though; 1. How does consolidation handle partial updates vs. full contradictions? (eg., "budget is $50k" -> "$50k but can flex to $60k") 2. What's the overhead of the nightly consolidation pass at scale? 3. Does the system ever surface uncertainty when two facts are recent but contradictory, or does it always prefer the newer one?

The 99.2% -> 49.2% seems like a dramatic gap, so I'm interested to see how other memory systems perform when they submit to the benchmark.
ajbd
·3 miesiące temu·discuss
is the bottleneck actually retrieval/search, or just that the underlying data is unstructured to begin with? have you seen a setup where context and decision don't get lost in threads over time, without relying on constant summarization?