Reading the Country the companion to A Coast Running Out of Water

About › The making

Colophon · method

How this was made

A book has no compiler. Prose cannot be run, so nothing automatically catches the wrong date, the drifted figure, the citation that points nowhere. This project set out to fix that — to treat a natural-history book like a codebase: a single source of truth for every fact, automated audits that fail loudly, and swarms of AI agents held, at every step, to a rule that a claim you cannot trace is a claim you cannot keep.

18chapters
26concepts
61guides
11pathways
63questions
422cited claims
11figures
74park-tied wildflowers

1 · The pipeline

The work ran as one long pipeline, from a blank repository to this app. Each stage fed the next, and a single rigor gate ran the length of it — the same discipline applied to a chapter, a figure, and a database of wildflowers.

The build pipeline: eight stages over a continuous rigor gate Define thesis · spine · bounds Research swarm → register Draft voice-locked, per chapter Expand sidebars · epigraphs Figures 11 SVGs, one palette Design Saltbush & slate App concepts → guides → app Ship build · deploy research → draft → check, ×18 THE RIGOR GATE facts register · cite-or-cut · audit-swarm · validate-content build every stage passes through it
The pipeline. Eight stages, and one gate running underneath all of them.

2 · The rigor framework

The gate is not a metaphor. It is a set of concrete rules and tools, adapted from the author's earlier book and sharpened here.

The rigor loop, with the facts register at its centre facts register this file wins Research finds a fact Prose cites the register Fact-check cite-or-cut audit Audit-swarm re-reads vs register
Every fact circulates through the register; nothing reaches the page unsourced.

3 · How the swarm works

The writing and the app were built by swarms of AI agents, directed by the author and orchestrated as deterministic workflows — not a single model improvising, but many narrow agents run in a controlled shape. The pattern repeats:

Anatomy of one swarm phase: fan-out to per-file agents, barrier, then the gate Phase fan out agent → concept 1 agent → guide 2 agent → guide 3 agent → … agent → file N one agent per file · runs in parallel barrier gate validate + build ✓ every citation resolves ✗ else the build fails
One phase of a swarm. Dozens of narrow agents fan out, a barrier holds, and the gate refuses to pass a broken citation.

Models are chosen per job: a voice-forward model for prose that has to sing, a precise model for structured, citation-heavy work. A book chapter, the 26 concepts, the 61 guides, the 63 questions — each was authored as one of these fan-outs, then gated.

4 · The companion, as data

This app is not a website of pages; it is a small, cross-linked knowledge graph, and the gate holds it together. Guides teach concepts; pathways string guides into field walks; questions check them — and every factual edge traces to a citation that must resolve, or the build stops.

The app's content graph, gated by the bibliography Concepts 26 ideas Guides 61 place/species Pathways 11 walks Questions 63 checks teach every edge → the bibliography (or the build fails)
Concepts, guides, pathways and questions, all anchored to one cited bibliography.

Some data was hard-won. The wildflower finder began as a 41-page government nursery catalogue in which the flower colour and flowering season were drawn as tiny icons, not text. An agent reconstructed all 866 species from the PDF’s vector layer — decoding each colour from its exact fill and each season from its silhouette, self-calibrating against the legend and checking its work against rendered pages — then that was filtered to the Adelaide botanical region and cross-checked, park by park, against wildflower records to the 74 common species you can actually go and find.

5 · What the gates do and don’t catch

Honesty about the method matters as much as the method. The build gate guarantees that every citation resolves to a real source — it cannot guarantee that the source says what the sentence claims. That last mile is the audit-swarm and human review, and it is never finished. The book carries deliberately hedged figures where the evidence is thin; the flowering times here are labelled indicative, not verified wild phenology; the terrain map still wants its elevation base. Where a fact could not be traced, the rule held: it was left out rather than invented.

Built by the author directing AI agents (Claude), under the rigor framework above. The full method is documented in the book’s repository — FRAMEWORK.md, the facts register, and the workflow scripts behind every swarm.