Live data from Hacker News

Viewing profile — fjwood69

fjwood69

HN member
Joined
Fri, May 22, 2026, 10:19 PM UTC
HN karma
5
Public activity
21 items

About fjwood69

Building mori (森) — a governed shared-memory layer for AI coding agents. Self-hosted, AGPL. Benchmark results and early findings at moriapp.dev.

Whitepaper - https://moriapp.dev/pbgf

Recent public activity

  1. story
  2. comment
    Comment #48599084

    [flagged]

  3. comment
    Comment #48561283

    [flagged]

  4. comment
    Comment #48554905

    Got a bit carried away with the governance aspect.. and after lots of testing, I've published a whitepaper which I think you will find interesting. Link is in my profile.

  5. comment
    Comment #48494261

    [flagged]

  6. comment
    Comment #48488449

    [flagged]

  7. comment
    Comment #48483628

    Cheers — quite a bit more work going into that presently and extensive testing to back it up. Early finding: auto-extracted memory is no better than a hand-written doc. Human curat…

  8. comment
    Comment #48466537

    [flagged]

  9. comment
  10. comment
    Comment #48460770

    [flagged]

  11. comment
    Comment #48443292

    [flagged]

  12. comment
    Comment #48443265

    It isn't the memory store.. that's entirely separate. But it complements the memory store by allowing the agents to pub / sub notifications. Has its uses!

  13. comment
    Comment #48436095

    [flagged]

  14. comment
    Comment #48433301

    [flagged]

  15. comment
    Comment #48426167

    [flagged]

  16. comment
    Comment #48426134

    Yes, the multi-agent governance takes a lot of solving.. thus far I've gotten Hermes writing to the same memory store that Claude code, antigravity, cursor, etc can all contribute,…

  17. comment
    Comment #48426043

    sure they do.. but it's painful how to capture, what to capture, when to capture it.. where to put it.. how to make it 'useful'.. how to reinject it or make it accessible the harne…

  18. comment
  19. comment
  20. comment
    Comment #48348247

    about six weeks.. Pushed a v1.0 product with a huge list of v2.x enhancements and features inbound. to your point about asking Codex.. that's my /consult feature. spin out the curr…

  21. comment
    Comment #48346063

    So I solved this by using NATS and letting each agent pub / sub to the shared message bus.. simple binary you can run anywhere and it's highly useful! Part of a broader tool I crea…