frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Deep Memory – Vocabulary-driven graph memory for AI agents

https://github.com/TjWheeler/deep-memory
3•tjwheeler•3h ago

Comments

tjwheeler•3h ago
One of the biggest issues I've had building with AI is giving it long-term memory that works across any knowledge domain and is simple enough for the agent to use without mistakes.

So I decided to solve this problem, and I'm putting it out there for anyone to use.

Why should you care? If you are building agents, creating smart workflows, or need to store a lot of data for your AI, keep reading.

What is Deep Memory: Deep Memory is an implementation of GraphRAG. If you are not familiar with Graph, it's a storage technology that uses vertices and edges (or Entities and Relationships if you like).

But, this one is a little different. I found that AI needs the proper guidance to work effectively with external systems. Heck that's why Anthropic created the MCP (Model Context Protocol) in the first place, to allow an AI to understand the tools.

So I extended this concept to the database itself. This one has a Vocabulary. It's kind of like giving a dictionary that explains the nodes and edges to the AI before it's done a single query. What this means is it knows all the entity types and relationships straight off the bat. In addition the system contains some instructions helping it to query the database efficiently. We call this progressive disclosure.

As you've probably encountered AI has a limited context window. We can't just give it everything. What we want to do, is help it get to just the context it needs quickly. Deep Memory does this by providing the Vocab when the AI opens a memory graph repository, and in usage instructions that helps it get started.

What can you do with Deep Memory?

1. You can connect it to your AI using the MCP tools available in NPM, such as Claude Desktop.

2. You can run it directly in a clone of the repository, and index your own content if you want to.

3. You can export/import your deep memory repositories as .dkg files, meaning they are very portable.

4. You can bypass the MCP tools completely and integrate the deep memory library directly in your own app or system. Anything that can support npm packages.

Here's some examples of what I've built with Deep Memory with outstanding results IMO:

1. I indexed council planning rules from PDF files and created an Expert AI Agent using a deep memory graph - it became an expert council planning advisor telling me exactly what permits I need, what rules apply.

2. A legal expert - I indexed a set of Legal Documents, building a Legal Memory graph. I then used this to help me refine, strengthen and improve legal documents. The AI was able to quickly see variations and very relevant context to aid the drafting of new clauses.

3. A mining equipment expert - By downloading the Caterpillar and Komatsu Equipment technical specs and manuals from the manufacturer websites, I created an expert in maintenance and equipment specs, compatibility for parts, procedures etc.

4. I fully implemented Deep Memory into our flagship AI Productivity platform at https://ucm.utaba.com.au. Along with a graph viewer, and the built in Agent system, I was able to get the agents up and running in no time flat! (quick plug, reach out if you want to work with me)

Looking for feedback on this. What domain would you point this at? The council, legal, and mining ones surprised me with how well they worked — I'm curious where else this lands.

https://github.com/TjWheeler/deep-memory

Show HN: Performative-UI – A react component library of design tropes

https://vorpus.github.io/performativeUI/
873•lizhang•15h ago•162 comments

Show HN: Gitdot – a better GitHub. Open-source, written in Rust

https://gitdot.io/
205•baepaul•12h ago•161 comments

Show HN: Command Center, the AI coding env for people who care about quality

https://www.cc.dev/
43•Darmani•7h ago•12 comments

Show HN: Mach – A compiled systems language looking for contributions

https://github.com/octalide/mach
22•octalide•6h ago•8 comments

Show HN: Deep Memory – Vocabulary-driven graph memory for AI agents

https://github.com/TjWheeler/deep-memory
3•tjwheeler•3h ago•1 comments

Show HN: Courtside – TUI for NBA Games

https://github.com/NolanFogarty/courtside
14•nolanfogarty•3d ago•4 comments

Show HN: HTTP/3 and raw QUIC client/server APIs for Node.js

https://github.com/currentspace/http3
13•brian_meek•11h ago•0 comments

Show HN: DaysLeft – a bio-age clock that shows a range, not a death date

https://daysleft.io
2•neo-genesis•4h ago•0 comments

Show HN: Startup sci-fi novel that took me 5 years to write

https://www.blockchainednovel.com/
17•mck-•13h ago•4 comments

Show HN: NoSuggest – Watch YouTube without the recommendation algorithm

https://www.nosuggest.com/
58•VJ-2-108•5d ago•60 comments

Show HN: I recreated AOL Instant Messenger in the browser

https://www.webaim.xyz
4•RgrTheShrubbr•6h ago•0 comments

Show HN: macOS Apps on Linux: SwiftUI for Linux (and AppKit, NSFoundation, etc.)

https://github.com/Lore-Hex/QuillUI
5•ljlolel•9h ago•0 comments

Show HN: Quick games disguised as boring spreadsheets

https://boredspreadsheet.com/workbook
11•kevinclelland•13h ago•0 comments

Show HN: Lathe – Use LLMs to learn a new domain, not skip past it

https://github.com/devenjarvis/lathe
384•devenjarvis•1d ago•69 comments

Show HN: Ustps (UDP Speedy Transmission Protocol Secure) and USSH

https://github.com/x1colegal/USTP-Secure
3•x1colegal•6h ago•1 comments

Show HN: I Derived a Pancake

https://www.absurdlyoptimized.com/recipes/pancakes/
331•bkazez•3d ago•131 comments

Show HN: Nightwatch, The open-source, read-only AI SRE

https://github.com/ninoxAI/nightwatch
29•egorferber•1d ago•9 comments

Show HN: Kyushu – A self-hostable WASM sandbox for JavaScript workers

https://kyushu.dev/
82•le_chuck•1d ago•35 comments

Show HN: AI Pair Programmer for Emacs

https://github.com/jaketothepast/codetutor
31•jakewindle47•11h ago•0 comments

Show HN: Free animated icon library for Vue

https://respeak-io.github.io/lucide-motion-vue/
63•evolabs•4d ago•18 comments

Show HN: Formally verified polygon intersection – Opus 4.8 oneshots, prev failed

https://github.com/schildep/verified-polygon-intersection
92•permute•4d ago•21 comments

Show HN: A 15-minute backup audit framework for self-hosted homelabs

https://scholar.0xpi.com/blog/homelab-backup-audit-checklist
2•scholarnet-AI•12h ago•0 comments

Show HN: A minimal, ad-free World Cup web-app for fixtures and live scores

https://wc2026.bisheshtiwaree.com/
6•btiwaree•12h ago•2 comments

Show HN: Lowfat – pluggable CLI filter that saved 91.8% of my LLM tokens

https://github.com/zdk/lowfat
154•zdkaster•3d ago•76 comments

Show HN: Same PRD → bootable FastAPI app, zero LLM calls (600-line Python)

https://github.com/Anioko/spec-driven-development
3•anioko1•12h ago•0 comments

Show HN: OpenPayphone – open-source guts for a 1996 coin payphone (Pi and SIP)

https://github.com/eric-cgn/openpayphone
22•mcintyem•1d ago•1 comments

Show HN: Oproxy – inspect and modify network traffic from the browser

https://github.com/sauravrao637/oproxy
68•sauravrao637•2d ago•12 comments

Show HN: A Minecraft builder skill for coding agents

https://github.com/mattzh72/minecraft-builder-skill
4•mattzh1314•14h ago•0 comments

Show HN: I built a Fujifilm X-mount lens database across 10 brands

https://atlens.app/en/lenses/x/browse
5•sentacraft•15h ago•0 comments

Show HN: Kronotop – A distributed multi-model database built on FoundationDB

https://github.com/kronotop/kronotop
7•mastabadtomm•15h ago•0 comments