Every article on this wiki has a machine-readable twin: the page at wiki/{slug}.html is mirrored as JSON at api/pages/{slug}.json. All data files are static, generated by the same build that renders the HTML, and readable offline; nothing is served dynamically.
Data files
| api/index.json | every live article: slug, title, type, description, page and data URLs |
|---|---|
| api/pages/{slug}.json | one record per article; example: see the index for the full list |
| api/aliases.json | alternate title to canonical slug map, plus the redirect map |
| api/linkgraph.json | the full internal link graph with per-page word, reference, and category data |
| api/stats.json | site totals and per-type article counts |
| api/builds.json | append-only build history, including the articles new in each build |
| api/schema.json | record shapes and required infobox fields, as data |
| api/manifest.json | sha256 checksum of every emitted file except itself, for verifying mirrors and archives |
| llms.txt | plain-text self-description of the site for agents and crawlers |
| assets/search-index.js | the client-side search index, a JS global so it loads from file:// |
Guaranteed infobox fields by type
The build fails if a page of a given type omits any of these fields; unknown values are stated honestly (for example "Undisclosed") rather than omitted.
| Type | Required infobox fields |
|---|---|
| alignment | Field |
| benchmark | Introduced, Task type, Metric |
| concept | Field |
| dataset | Released, Creator |
| essay | Author, Published |
| family | none beyond the shared front matter |
| governance | none beyond the shared front matter |
| hardware | Vendor, Type |
| incident | none beyond the shared front matter |
| model | Developer, Announced, Architecture, Parameters, License / access |
| organization | Founded, Focus |
| person | Known for, Institutions, Notable works |
| reference | none beyond the shared front matter |
| technique | Introduced, Field |
| timeline | none beyond the shared front matter |
Content is released CC BY-SA 4.0; verify against primary sources before citing. When a public base URL is configured in the generator, the build additionally emits sitemap.xml and an Atom feed.xml; this build has none configured.