You don’t operate Deepmerge directly. You talk to your AI tools the way you always have, and they read and write the shared memory as they go. Here is what that looks like in practice.Documentation Index
Fetch the complete documentation index at: https://docs.deepmerge.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your first memory
Right after you connect a tool, hand it this so it learns the workspace and learns about you. Future sessions, and your teammates’ tools, then start with that context instead of a blank slate:A normal session
Ask for work as usual
“Research our top three competitors’ pricing.” The tool checks the shared memory
first, so if another tool already looked into this last week, it builds on that
instead of starting from scratch.
The tool saves what matters
As it works, it records what it learned (a finding), what it chose (a decision),
and anything it produced (an artifact). You don’t ask it to; it just does.
Why a shared memory matters
The point is the word shared. Every tool you connect, and every teammate you invite, reads and writes the same memory.- A finding ChatGPT saved is there when Claude starts.
- A decision your agent made on Monday is there for your teammate’s agent on Friday.
- Nothing lives in a chat tab that only one person can see.