Interesting paper on agent memory stored as a linked markdown wiki.
Lots of great ideas and insights if you work with LLM Wikis.
Wikis are useful for agents because each page holds dense text and the links between pages hold structure. WFM is a Wiki Foundation Model trained to use both at once.
It turns an LLM Wiki into a graph and retrieves from it with message passing conditioned on the query, so the text of each page and the link structure shape the result together.
The team also built a GPU-to-GPU training protocol that trains 10.5x faster, and reports strong results on five agent memory and multi-hop reasoning benchmarks.
If your agent's long-term memory is a folder of linked markdown files, WFM is designed for that format.
Paper: https://arxiv.org/abs/2609.18182
Chat with Paper: https://academy.dair.ai/papers/wfm-wiki-foundation-model-for-complex-agentic-reasoning-2609.18182