Live data from Hacker News

Viewing profile — mjbonanno

mjbonanno

HN member
Joined
Tue, Mar 03, 2026, 1:30 PM UTC
HN karma
1
Public activity
10 items

About mjbonanno

No profile information was provided.

Recent public activity

  1. comment
    Comment #47240112

    sniderwebdev, Thank you!

  2. comment
    Comment #47240002

    Wanted to follow up on this... I dug into the codebase after your comment. You're right that the data is all there (last_access, access_count, raw Ebbinghaus relevance score, prove…

  3. comment
    Comment #47239816

    @xing_horizon Thanks! I really appreciate the feedback. You're spot on that downstream agents need clear signals to decide whether to trust, refresh, or ignore a recalled memory. R…

  4. comment
    Comment #47236108

    This is the project I just posted. Happy to dive into any details... the exact ACT-R decay formula, how the Hebbian graph updates in log space, the 6-phase Activate pipeline, or wh…

  5. story
    Show HN: MuninnDB – ACT-R decay and Hebbian memory for AI agents

    Hi HN, After building several AI agent systems, I kept running into the same frustration: memory layers that are either static vector stores or fragile prompt hacks. Retrieval is o…

  6. comment
    Comment #47232181

    Go is my Go-to lately :-)

  7. comment
    Comment #47232171

    This is cool. I am playing around with Bubble Tea in Go today.

  8. comment
    Comment #47232116

    Oof, $82k in 48 hours is brutal. Makes me even more glad I run everything local where possible.

  9. comment
    Comment #47232111

    The privacy angle here is fascinating. Curious if anyone has tried running the on-device model locally yet?

  10. comment
    Comment #47232099

    This is awesome! Exactly the kind of low-latency agent tooling I've been looking for. How are you handling long-term memory/context between calls?