SachitRafa

↗ HN profile [ 67.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. This is a project that I have been building for a while now, YourMemory is a solution to agentic memory which focuses on pruning of noise rather than hoarding of data. In the current state of agentic memory most of the…

  2. It's an biological inspired decay system for our memories with extended support of temporal reasoning. Created a CLI command to infer knowledge from the context stored in memory system without any token utilization or…

  3. Semantic search alone is not enough to capture all connected facts, they will capture the semantically most identical memory only. Tested on HotpotQA public dataset: Vector + BM25 + entity graph: BothFound@5 71.5%…

  4. Most RAG setups fail because they treat memory like a static filing cabinet. When every transient bug fix or abandoned rule is stored forever, the context window eventually chokes on noise, spiking token costs and…