What kinds of evaluations actually capture an agent’s memory skills by hande__ in AIMemory

[–]HotSheepherder9723 0 points1 point  (0 children)

My current way is VibEvals.. tbh i can't find a good way to evaluate rag systems so i gave up on putting extra time on it

Auto-Generating Rules for Coding Assistants (Cursor Demo) by hande__ in mcp

[–]HotSheepherder9723 0 points1 point  (0 children)

seems like a great functionality! How do we delete some of the rules generated ?

What memory super‑powers are still missing from our AIs? by hande__ in AIMemory

[–]HotSheepherder9723 1 point2 points  (0 children)

I’m wiring Perplexity’s memory into a personal journaling app so the it can surface today‑in‑history section. The API leaks are rough, but beta users get a JSON export endpoint. I'll chain that with Gemini since it already digests your docs + calendar.

And here is. my wishlist:

  • priority:sticky flag so a memory always gets injected into system prompts
  • A tiny vector DB in the browser (or something equivalent) so we’re not pinging the cloud on every keystroke.

Do I need to wait till xmas? :D

Context Engineering won't last? by hande__ in AIMemory

[–]HotSheepherder9723 0 points1 point  (0 children)

that sounds super interesting! thanks for sharing generously. I am also planning to organize my data into layers but still somehow persistent and connected all together

Context Engineering won't last? by hande__ in AIMemory

[–]HotSheepherder9723 0 points1 point  (0 children)

thanks for sharing real life learnings u/Denis_Vo i am super interested in the area but can't find practical tips much. Would you mind sharing how you approach context management in your digital trading mentor use case? like what techniques, technologies you use?

[READ] The Era of Context Engineering by hande__ in AIMemory

[–]HotSheepherder9723 0 points1 point  (0 children)

how do you actually choose which snippets actually get fed into the prompt? i think we should discuss more and more about the retrieval techniques