HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mrsalty

1 karmajoined เดือนที่แล้ว

Submissions

[untitled]

1 points·by mrsalty·14 วันที่ผ่านมา·0 comments

[untitled]

1 points·by mrsalty·15 วันที่ผ่านมา·0 comments

comments

mrsalty
·16 ชั่วโมงที่ผ่านมา·discuss
>Does security matter? Real-time performance? Never losing a transaction? Never leaking memory? What matters for the code you're trying to write? Future maintainability?

The assumption I believe is: if you are experienced enough you will instruct your agent(s) to address all of these during your iterations.
mrsalty
·17 ชั่วโมงที่ผ่านมา·discuss
Antirez's take is bold, and probably very scary for most programmers (and especially for their managers), but I think he's mostly right. I'd even go further: people who don't adapt to this change will be soon left behind, because today things are moving blazingly fast.

This doesn't mean AI-generated code is safe. The key point here (which AR explains well in his latest YT video on his way to the gym :D) is that you still need to master the CS fundamentals. Which means:

- People who master the fundamentals will use AI to move much faster.

- People who don't master the fundamentasl and vibe code will evetually hit a wall,

but most importantly

- People who master the fundamentals but review all the code will move much slower.

Innit?
mrsalty
·21 ชั่วโมงที่ผ่านมา·discuss
the problem you are addressing is interesting, but given this is NOT an OSS I found the post a bit difficult to evaluate because the core mechanics of the product are not very clear.

You provide a lot of implementation details (authentication providers, database choices, frontend stack, etc.), but those are quite unrelevant to understand your tool. The key questions for a memory systems to me are:

- What exactly is a "memory" or "context record" in ContextVault?

- How is information added, updated, or removed over time?

- How does retrieval work (vector search, ranking, rules, something else)?

- How do you handle stale information, contradictions, or superseded knowledge?

- What makes this different from a shared RAG knowledge base or a document store with MCP access?

A few concrete examples or an architecture overview would probably make the product much easier to understand. For example, showing a before/after workflow of an agent using ContextVault would help clarify where the intelligence of the system actually is.

Cheers
mrsalty
·22 ชั่วโมงที่ผ่านมา·discuss
nice article(s), AI agent memory is still deeply unexplored, IMO it will become a critical space very soon (if it's not already). The biggest issue it's benchmarking memory systems: benchmarks are still quite immature because testing memory systems is intrinsically complex. Locomo, LongMemEval, etc do not cover all the use cases you listed there.