21 pointsby AmmarSaleh506 hours ago3 comments
  • KellyMCP6 hours ago
    Why only gemini embeddings?
    • AmmarSaleh506 hours ago
      gemini's free tier is pretty generous, and no credit card required to use the free api. however OpenAI embeddings support is on the roadmap if u checked the repo!
  • BraveTheSecond6 hours ago
    interesting but why not just use memory.md / CLAUDE.md?
    • AmmarSaleh506 hours ago
      Those are per-tool and static (only for claude). they are dumped into context every session whether relevant or not, and they are not structured. DecisionNode is tool-agnostic and retrieval is explicit: the AI searches when it needs context, not on every session. Also works across Claude Code, Cursor, Windsurf simultaneously from one store. i still use both claude.md AND decisionnode during development, each one serves a different purpose in my workflow, they complement each other pretty well
  • usefulpatch3 hours ago
    [dead]