WFM: Wiki Foundation Model for Complex Agentic Reasoning Researchers proposed WFM, a Wiki Foundation Model for scalable, agent-native knowledge representation and retrieval, detailed in arXiv paper 2609.18182v1. WFM formalizes a Wiki Graph schema coupling dense document contexts with markdown files containing multi-layered topological linkages, adds query-conditioned attentive aggregation, and uses an NCCL boundary exchange protocol that hoists static partition indices and relies on fixed-shape GPU-to-GPU collectives. Evaluations across five long-term agent memory and multi-hop reasoning benchmarks show the model achieving a 10.5 times training acceleration on distributed clusters. arXiv:2609.18182v1 Announce Type: new Abstract: Real-world agents fundamentally require persistent non-parametric knowledge for dynamic reasoning, i.e., long-term memory and retrieval-augmented generation. While graphs have shown reliable advantages in providing structured evidence, the sparse graph representations naturally restrict machine readability and semantic density required for complex agentic workflows. Driven by this limitation, the entire industry is witnessing a paradigm shift from traditional sparse graphs to LLM Wiki, an agent-native knowledge representation that couples dense document contexts with markdown files containing multi-layered topological linkages. However, parameterizing such rich semantics is challenging to encode dense textual contexts using traditional sparse graph embeddings. Moreover, learning LLM Wiki with existing graph encoders could overwhelm distributed system overheads that hinder deployment in large-scale commercial scenarios. To this end, we propose a novel paradigm Wiki Foundation Model, i.e., WFM, tailored for scalable, agent-native representation and retrieval. Specifically, i we formalize a Wiki Graph schema that seamlessly bridges fine-grained structures with dense contexts, maintaining explicit topologies alongside continuous semantics; ii A query-conditioned attentive aggregation is tailored for rich wiki message passing and explicit attention variance regularization; iii We engineer an infrastructural NCCL boundary exchange protocol that hoists static partition indices and leverages fixed-shape GPU-to-GPU collectives, bypassing CPU serialization and memory copy overheads. Extensive evaluations across five long-term agent memory and multi-hop reasoning benchmarks demonstrate the remarkable performance of WFM, while achieving a 10.5 times training acceleration on distributed clusters.