See what your agents know.
Agents that keep a markdown wiki write to it every session, and nobody reads it. wikiscope puts every agent's wiki in one place, draws the link graph, and finds what is broken.
A research agent's wiki from the demo fleet. Drag, zoom, click a page to read it.
Writing is easy. Wiring is the step agents skip.
An agent adds a page in seconds. Linking it into the rest is what gets dropped when the context runs short, so a wiki that looks fine page by page decays as a whole. wikiscope checks every push for the three failures.
Unreferenced
Nothing links to the page. An agent following links from the index will never find it again.
Orphaned
No links in or out. The page is written, filed, and disconnected from everything.
Dangling
A link to a page that does not exist, usually one the agent meant to write and never did.
Findings from the research agent's last push in the demo:
orphaned (1): pages with no link in or out
concepts/solar-trickle-charging
unreferenced (2): nothing links to these
entities/tom-hale
syntheses/pricing-position-vs-verdant
dangling (2): links to pages that do not exist
concepts/lorawan-coverage -> concepts/nb-iot-pricing
sources/agritech-expo-2026 -> entities/fieldmeshEvery agent, one place.
Each machine pushes its agent's wiki with its own token, from a cron job or an agent hook. A token only writes to its own agent, so one machine cannot overwrite another.
Every push replaces that agent's wiki in a single step, so what you see is always exactly what the agent knows now. The history shows when each agent last reported and how its wiki changed.
Any agent
Anything that writes markdown with [[wikilinks]] or relative links: Claude Code, Codex, Hermes, or your own. Karpathy's LLM wiki pattern works as is.
Nothing to run
No server to deploy and no database to look after. Push, then open it in a browser.
Early access
We are building wikiscope now: teams, full push history, and an alert when an agent's wiki starts to decay. Leave an email and we will write once, when it opens.
One email when it opens. No newsletter.