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.jsonevery live article: slug, title, type, description, page and data URLs
api/pages/{slug}.jsonone record per article; example: see the index for the full list
api/aliases.jsonalternate title to canonical slug map, plus the redirect map
api/linkgraph.jsonthe full internal link graph with per-page word, reference, and category data
api/stats.jsonsite totals and per-type article counts
api/builds.jsonappend-only build history, including the articles new in each build
api/schema.jsonrecord shapes and required infobox fields, as data
api/manifest.jsonsha256 checksum of every emitted file except itself, for verifying mirrors and archives
llms.txtplain-text self-description of the site for agents and crawlers
assets/search-index.jsthe 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.

TypeRequired infobox fields
alignmentField
benchmarkIntroduced, Task type, Metric
conceptField
datasetReleased, Creator
essayAuthor, Published
familynone beyond the shared front matter
governancenone beyond the shared front matter
hardwareVendor, Type
incidentnone beyond the shared front matter
modelDeveloper, Announced, Architecture, Parameters, License / access
organizationFounded, Focus
personKnown for, Institutions, Notable works
referencenone beyond the shared front matter
techniqueIntroduced, Field
timelinenone 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.