Live data from Hacker News

Viewing profile — kage18

kage18

HN member
Joined
Wed, Jun 11, 2025, 8:48 AM UTC
HN karma
3
Public activity
24 items

About kage18

No profile information was provided.

Recent public activity

  1. comment
    Comment #48749412

    Yusss, you install Kage and then you work with your agent as you regularly do, it automatically captures memories from your live session like decisions, gotchas, runbook, bug fixes…

  2. comment
  3. comment
    Comment #48746185

    The memory is a collaborative and shared across team as it sits in git alongside the code. Kage also helps manage these memory by reindexing/linking memories based on edits and new…

  4. comment
    Comment #48745850

    Author here, adding setup and usage. run inside each repo you want memory in: npx -y @kage-core/kage-graph-mcp install This will initialise repo's memory store, build code graph, w…

  5. comment
    Comment #48745732

    Author here, adding setup and usage. run inside each repo you want memory in: npx -y @kage-core/kage-graph-mcp install This will initialise repo's memory store, build code graph, w…

  6. story
    Show HN: Google's OKF now has a framework to maintain and verify agent memory

    Kage was always a document format memory with its own memory standards... and was betting on file based memory + git native. It's good to see that Google also thinks the same and r…

  7. story
    Show HN: Kage, verification and freshness for Google's OKF agent memory

    Kage was always a document format memory with it's own memory standards... and was betting on file based memory + git native. It's good to see that Google also thinks the same and …

  8. comment
    Comment #48626427

    Love to see people creating such projects, i'm truly passionate about Coding Agent Memory myself. Have you thought on making it collaborative memory across your teammates working o…

  9. comment
    Comment #48620278

    Sharing and collaborating memory with your agents and teammates it's a big hassle, you have worked on some feature in your codebase, you discussed something with your agent, your a…

  10. story
  11. comment
  12. comment
  13. comment
  14. comment
    Comment #48561532

    [flagged]

  15. story
  16. comment
    Comment #48417587

    great initiative, i have built something similar, would love to chat with you

  17. comment
    Comment #48082563

    [flagged]

  18. comment
    Comment #48082554

    [flagged]

  19. comment
    Comment #48081727

    [flagged]

  20. comment
    Comment #48077768

    impressive

  21. comment
    Comment #48077750

    great stuff

  22. comment
    Comment #48020229

    how will you tackle prompt ingestion?

  23. comment
    Comment #48020198

    In only a time someone will do it in shell ---- oh wow you did it!!!

  24. comment
    Comment #47751138

    Makes sense architecturally. The Claude Code SDK is well-designed for agentic use — sub-agents, hooks, session management all work cleanly. If you're building an IDE on top of it y…