markdown vs
@supermemory
in markdown only memory systems, the agent may have to look through and traverse files to answer things. This is wasteful and slow! The files also get stale really fast, and there's no forgetfulness, updates, etc. The agent has to just look through things.
supermemory is kinda like a dense interconnected markdown system, except that we automatically construct almost an 'instant' file that will directly one shot what the agent needs. That context has the whole history of the thing, removes forgotten info, and even related things that the model should probably know.
This information is dense, fast, and dynamically constructed, so you have a living breathing improving system.
So yes, you should use supermemory instead of markdown