Live data from Hacker News

Viewing profile — artificium

artificium

HN member
Joined
Fri, Apr 03, 2026, 4:47 AM UTC
HN karma
2
Public activity
5 items

About artificium

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47705451

    The memory system I am working on is specifically targeted at simulating human memory and retrieval patterns, including memory consolidation during sleep cycles. I would love to di…

  3. story
    Show HN: Self-improving agent memory system, 92% R 5 LongMemEval, PostgreSQL

    MemForge is an experiment in a single database (PostgreSQL) with local embeddings. The goal is to enable long-term, persistent memory independent from the model or agent framework.…

  4. comment
    Comment #47685696

    Nice work! I have been thinking along similar lines and designed a simulation of human memory using a tiered database design with hot/warm/cold storage, temporal data, and graph re…

  5. comment
    Comment #47632313

    Thank you for your work on this - it offers a pretty meaningful upgrade to some work I have been doing in AI agent memory management and enabling long-term context. I have it added…