HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Junnn

no profile record

Submissions

[untitled]

1 points·by Junnn·2 месяца назад·0 comments

[untitled]

1 points·by Junnn·3 месяца назад·0 comments

[untitled]

1 points·by Junnn·3 месяца назад·0 comments

[untitled]

1 points·by Junnn·3 месяца назад·0 comments

[untitled]

1 points·by Junnn·4 месяца назад·0 comments

[untitled]

1 points·by Junnn·4 месяца назад·0 comments

Show HN: DataFlow,Turn raw data into high-quality LLM training datasets

github.com
2 points·by Junnn·4 месяца назад·0 comments

Show HN: Generate, Clean, and Prepare LLM Training Data, All-in-One

github.com
2 points·by Junnn·4 месяца назад·0 comments

Show HN: Synthesize complex agent training data with just a few lines of code

github.com
1 points·by Junnn·4 месяца назад·0 comments

comments

Junnn
·2 месяца назад·discuss
[dead]
Junnn
·2 месяца назад·discuss
[dead]
Junnn
·4 месяца назад·discuss
I’ve only used it on my computer.
Junnn
·6 месяцев назад·discuss
From an engineering perspective, what I find compelling here is not “no embeddings”, but the decision to treat memory as a first-class, inspectable system rather than a retrieval trick.

Most agent memory stacks today collapse everything into embeddings and hope similarity search is enough. That works for recall, but breaks down quickly when you need traceability, temporal reasoning, or explanation of why something was remembered.

The layered design here (raw resources → extracted memory items → categorized memory files) feels much closer to how we design real systems: separation of concerns, clear abstraction boundaries, and the ability to reason about state changes over time.

Storing memories in human-readable form also makes debugging and evolution practical. You can audit what the agent “knows”, adjust policies, or let the LLM reason directly over memory instead of treating it as a black box vector store.

Embeddings still make sense as an optimization layer, but making them optional rather than foundational is an important architectural choice if agents are meant to run long-term and stay coherent.

This feels less like a retrieval hack and more like actual infrastructure.
Junnn
·6 месяцев назад·discuss
I’m working on a sales assistant agent with long-term memory. What database does memU support by default? I’m using pg.
Junnn
·8 месяцев назад·discuss
This is really helpful — thanks for sharing. If you don’t mind me asking, how long did it take you to build this? (I’m thinking about creating a small aggregation site to track interesting Agent projects and would love to get a sense of the effort involved.
Junnn
·8 месяцев назад·discuss
I’d like to ask why there is a ‘reply’ section — it seems to repeat the previous sentence.
Junnn
·10 месяцев назад·discuss
wow