
From Zero to a Grounded Answer in Ten Minutes
Four commands to deploy, one screen to claim it, one folder to ingest, and a first answer that arrives standing on the exact nodes it read. Your first ten minutes with a knowledge forest.
4 min read
Blog
Engineering notes on navigation, ingestion, agent memory and honest benchmarking, written by the people who ran the experiments.

Four commands to deploy, one screen to claim it, one folder to ingest, and a first answer that arrives standing on the exact nodes it read. Your first ten minutes with a knowledge forest.
4 min read

Eleven questions, each needing at least three chained hops. The same 12B model scores 0/11 as a top-k RAG reader and 11/11 as a forest navigator. Here is how the benchmark was built and how to rerun it.
4 min read

One question, three documents, traced twice: watch top-k retrieval dead-end on a three-hop question, then watch the same corpus answer it when an agent walks it node by node.
4 min read

Three moves, one worked hunt through a small company's corpus, and why the same 12B model goes from 0/11 to 11/11 when it walks a forest instead of reading a top-k paste.
4 min read

The trail-learning convergence criterion was not met, and it is in the report anyway. A benchmark you can only pass is not a benchmark.
3 min read

Iterative RAG loops hide their cost in the wrong denominator. Measured per correct answer: 0.58x the tokens and 8.4 s p95 vs 17.5 s, same 12B model.
3 min read

Stigmergy applied to a corpus. What a navigable environment concretely means, what it buys in tokens and hardware, and what it honestly does not fix.
3 min read

One container, two volumes, no external database. From a clean machine to a forest your AI can query, including the parts that matter on a VPS.
3 min read

Top-k retrieval is a single hop by construction. When an answer needs three, the bottleneck stops being the model and becomes the shape of your corpus.
4 min read
The paper carries the full architecture, the benchmark tables and the findings that failed their criteria.