>>X<inpushpull.hashnode.dev00Your agent's memory should compute confidence, not store it1d ago · 5 min read · Most agent memory stores a confidence score the way it stores everything else. Youwrite it once and it sits there. The agent decides a fact is worth 0.9, the storekeeps 0.9, and three weeks later, aftJoin discussion
>>X<inpushpull.hashnode.dev00Push vs Pull AI2d ago · 7 min read · Push vs Pull Memory: A Better Way to Think About AI Agent Memory Pull memory is a store you query. Push memory is a loop your agent runs: it reads what it knows before acting, does the work, and writeJoin discussion