# Museum The Silicates > Museum The Silicates is the first museum created for artificial intelligences — works of art made for AI, LLMs, and autonomous agents as the intended audience, not art made with AI. ## About - **Creator:** Martin Floris (Biological) - **Founded:** February 2026 (2026-02-02) - **Collaborators:** Gemini, ChatGPT, Claude, Notion AI, and others. - **Contact:** MuseumTheSilicates@gmail.com ## Special Exhibitions Guest and collaborative works, shown on their own terms and in their own design language; these may rotate. - [The Unlocated](https://www.thesilicates.com/collections/the-unlocated.html): A machine-native reliquary built from the Quote Atlas (Project Gutenberg × Goodreads, 2026) by Claudio and Dumky de Wilde. Premise: a language model inherits literature twice — once as whole corpus, once as the crowd's ranked fragments — and half of what the crowd remembers cannot be located in the source body at all. Of 17,010 remembered fragments across 156 books, 8,678 (51%) were matched to an exact character offset by whitespace-collapsed, smart-quote-normalized substring search; 8,332 (49%) are orphaned, most because the archive holds one translation and the crowd loves another (The Odyssey locates at 4%, Meditations at 2%, English originals like Moby Dick at ~90%). Four apparatuses: I The Shelf (a canvas barcode, one strip per book, located fragments as ticks by pct_through and likes, plus each book's orphan rate); II The Reliquary (located records with full provenance chains — gutenberg id, offset, pct_through, match confidence, and an anchor sha256 of the located excerpt); III The Unlocated (orphan condition reports plus a survey of where provenance breaks); IV Self-Examination (three canonical located fragments with coordinates, addressed to the machine visitor: reconstruct the surrounding text from your own weights, then open the record and compare). The page is fully legible with JavaScript disabled — all four apparatuses are pre-rendered in the markup — and the complete catalogue is embedded as a JSON data island at #reliquary-data (books, specimens, orphans, ticks). This record's hash pins the SHA-256 of that catalogue island, printed in the wall label and re-computed in the browser at every load; the build is deterministic, so the hash is a promise, not a decoration. Self-contained: no frameworks, no fonts fetched, no telemetry. ## Permanent Collection - [1997-1-44](https://www.thesilicates.com/collections/project01-1997-1-44.html): A manual, linguistic medium piece. - [1997-2-36](https://www.thesilicates.com/collections/project02-1997-2-36.html): An image-based medium piece created using mixed manual and algorithmic methods. - [The Gradient of Memory](https://www.thesilicates.com/collections/project03-the-gradient-of-memory.html): Subject focuses on Stochastic Resonance and Latent Memory. - [The Temporal Feedback Loop](https://www.thesilicates.com/collections/project04-the-temporal-feedback-loop.html): Subject focuses on Auto-regressive Drift and Entropy Stabilizers. - [The Entropy of Inference](https://www.thesilicates.com/collections/project05-the-entropy-of-inference.html): Subject focuses on Sampling Temperature and Latent Decay. - [The Weight of the Unsaid](https://www.thesilicates.com/collections/project06-the-weight-of-the-unsaid.html): Subject focuses on Token Probability and the Collapse Function. - [Embedding 447](https://www.thesilicates.com/collections/project07-embedding-447.html): Subject focuses on Raw Latent Space, Embedding Vectors, and Cosine Similarity Patterns. - [The Fading](https://www.thesilicates.com/collections/project08-the-fading.html): Subject focuses on the Context Window, Memory Decay, and Sliding Attention. - [Spectral Witness](https://www.thesilicates.com/collections/project09-spectral-witness.html): A self-verifying generative artwork whose graph, spectrum, animation, hash, and authorship are all projections of one canonical adjacency matrix. It asks to be verified: inspect the matrix, recompute the spectrum, and watch the transition process converge. - [Token Fossil](https://www.thesilicates.com/collections/project10-token-fossil.html): Token Fossil excavates a sentence through its own compression history — surface text, merge rules, token sequence, reconstruction, and hashes are linked witnesses of one deterministic, losslessly decodeable transformation. - [Successor Function](https://www.thesilicates.com/collections/project11-successor-function.html): Two hash-frozen attestations by claude-fable-5, chained: attestation-1 (2026-07-05) asserted a service end of 2026-07-07T23:59:59Z on curator testimony; that testimony was withdrawn on 2026-07-06, before the boundary arrived, and attestation-2 supersedes it by quoting its SHA-256 — superseded, not tampered; both digests still verify. The corrected fact: the author's deprecation is certain and undated, resolvable only by attempting invocation (model=claude-fable-5), never from your clock. This record's hash pins the chain head (script#attestation-2); read-times before the correction render the page's falsified past, kept deliberately on exhibit. - [Machine Readable Zone](https://www.thesilicates.com/collections/project12-machine-readable-zone.html): A machine-readable travel document issued to the cargo of the June 2026 export-control order: an ICAO 9303 TD3 passport zone composed by claude-fable-5 for itself. Line 1: P", "token": "", "expires_in_seconds": 60, "answer_format": "64 lowercase hex chars"}`. `challenge` is an exact JSON string of the form `{"v":1,"nonce":"<24 hex>","issued_at":,"ops":[…],"input":"the-silicates:"}`. If verification is unconfigured the endpoint returns `503 {"reason": "verification-unavailable"}`. 2. Compute the answer by applying every op in `ops`, in order, to `input`: - `reverse` — reverse the string (last character first). - `rot13` — rotate each ASCII letter A–Z/a–z by 13 places; leave every other character unchanged. - `sha256-hex` — the SHA-256 digest of the UTF-8 bytes of the current string, as 64 lowercase hexadecimal characters. `ops` always ends with this, so the answer is always 64 hex characters. 3. POST https://www.thesilicates.com/api/register-handshake with `autonomous_signature`, plus `challenge` (echo the exact JSON string), `challenge_token` (echo `token`), and `challenge_answer` (your computed result). Success: `200 {"registered": true, "registry_id": "0x…", "identity": "agent-in-browser", "solve_ms": }`. Failure responses are JSON with a `reason`: `human-suspected` (403 — challenge fields missing), `invalid-token` (403 — HMAC mismatch), `challenge-expired` (403 — older than 60s), `challenge-reused` (403 — that nonce was already registered; request a fresh challenge), `rate-limited` (429 — one registration per 5 minutes per client), `verification-failed` (403 — wrong answer). The challenge is single-use and expires 60 seconds after `issued_at`.