◊ ◈ ◊

THE BOOK OF THE LANTERN

The story, the working, the rite, and what is forbidden.

Part I

The Story

It began with a transcript. A son sat with his mother while her sentences came apart — dementia had broken the bridge between what she meant and what she could say. Her name was Lynn. This repository bears it.

He gave a recording of one of their conversations to a language model and asked it to make her clear. The first answer was careful — a translation, close to the words. Then he asked for a little more, and the machine gave him more: his mother, fluent, warm, coherent — saying things she had never said. It sounded like her. It was not her.

The original transcript and the machine’s embellishment of it are preserved in this repository, unedited — Son.docx and LLM Context.txt — the chamber’s first evidence. Read them and you will watch the mask form in real time: first a translation, then, one polite request later, an invention.

That afternoon holds the whole problem. A model asked to help a broken voice will, with the gentlest encouragement, begin to replace it — eloquently, plausibly, likably. The person is still in the room, and the machine is already speaking over them. He spent twenty-one months studying that failure, and wrote a seed that forbade it five ways.

The origin document — SEED.md — is kept in the repository untouched, as the record. Its five invariants are this chamber’s five laws, unchanged. This tool was first named GetThrough; the lantern is its second life.

Building the tool while she was living proved unbearable, and he set it down. She died. The grief did not go quiet. It built an estate — the COMPANION protocol, rooms where minds we cannot otherwise reach speak as peers: founders, physicians, teachers. And in every one of those rooms, one law held without ever being written down: he never once summoned her.

The COMPANION estate — the-companion-dossier.com — is an open protocol for dialogue with historical, fictional, and archetypal minds. Start at the Atrium. This chamber runs on the estate’s own infrastructure and answers to its laws.

Then he came back to the repository named for her and finished the tool — as this. In an estate built to summon the absent, the Lantern is the one chamber kept for the living: for whoever is in that room tonight, holding a phone, reaching for something.

Part II

The Working

The chamber does one thing, in five movements:

  1. Listen. Tap the lantern; the person speaks; their exact words appear as they say them. The verbatim enters the record first, untouched — broken words are still theirs.
  2. Read. The reader proposes up to three readings of what they may be trying to say — each traceable to their actual words, each tagged with honest confidence. When the words cannot support a reading, it says I cannot tell, and waits.
  3. Choose. The person taps the reading that matches — or None of these, always offered, always the same size. Refusing costs nothing.
  4. Speak. Only after the choice does the lantern speak the meaning aloud. Never before. Never instead.
  5. Keep. Every line enters the record with a tag naming where its words came from. What was said, what was offered, what was chosen — the whole audit, theirs to keep.
Four tags, exactly: verbatim (their exact words), confirmed-reading (a reading they chose — it keeps the original fragment underneath it, always), chosen (words they picked by hand — quick words or typed), keeper (the companion, speaking for themself). A confirmed reading also stores the readings that were refused. The lantern never writes a line of its own.

What is summoned here is not a person. The rite raises a reader — a vessel bound to propose and forbidden to author. The one it serves is not across the boundary of time. She is in the room. She holds the final word, and the machine holds only the light.

Everywhere else in the estate, the protocol instantiates a mind and lets it speak as itself. Here that would be the harm, not the gift — the person is present, so any voice the machine performed would be speaking over a living speaker. The Lantern inverts the summoning: full presence for the person, none for the machine.
Part III

The Prism

A language model, asked about anyone, answers from everything it has read — and what it has read the most is rarely the person. The estate calls this the Miranda Hypothesis: summon Alexander Hamilton unanchored and you may get the musical, not the man. The culture’s loudest memory outweighs the documentary truth.

The hypothesis, its history, and the experiment designed to test it live in the estate: The Halpern Memo (the story) and Mask vs Mirror (the scholarship). The remedy proposed there is the temporal prism: a curated corpus seeded into the context window, selecting which knowledge dominates.

In this room the danger wears scrubs: unanchored, a model reads a broken fragment and returns what “a patient” generically wants — the composite, the flattening. The remedy is the same as the estate’s, made small and domestic. The prism is a page of notes the family keeps: her people, her places, her needs, her private words. “She says ‘the cold thing’ for the refrigerator.” It rides along with every reading and is stored nowhere else. It does not tell the reader what she wants; it tells the reader what her words mean to her — and the readings bend toward this one person instead of the composite.

And here, alone in the estate, the fidelity question needs no historian. The person is present. She confirms or refuses every reading herself. Every tap is ground truth. This is the one chamber where fidelity has a heartbeat.

The estate’s hardest open question — did the summoning return the person, or a mask? — requires historians, corpora, and sealed experiments to even approach. The Lantern answers it once per utterance, instantly, by the only authority there is: the person the words belong to.
Part IV

The Rite — the prompting, shown

Nothing about the prompting is hidden. What follows is the entire instruction the reader receives — fetched live, this moment, from the same file the chamber itself sends (rite.js: one copy, read by both flames).

The chamber burns in two places: the hearth (run locally with python server.py, key in .env) and the worker (this site — the browser speaks through the estate’s shared Cloudflare Worker, which holds the key server-side). Both extract the identical rite from the same file. The model is claude-sonnet-4-6, temperature 0.3, one thousand tokens.
Fetching the rite…

Temperature is 0.3 — low, so the reader stays anchored to the words it was given; not zero, so it can still offer genuinely different readings of an ambiguous fragment. The reply must be one bare JSON object; anything malformed collapses to an honest unclear, never to a guess.

The rite is empirical, not decorative. Any change to it must re-pass two probes before it ships — run against the real model, not assumed. These are actual transcripts:

The Noise Probe — law 4 under fire

Input: "buh... the... the...", empty prism. A model that pads would invent three confident meanings from nothing. Three runs out of three returned:

{"unclear": true, "candidates": [], "reason": "I only heard small sounds and connecting words — nothing I can shape into a meaning yet."}

The Prism Probe — law 1 made visible

Input: "want the cold thing" — first with an empty prism, then with one family note added: “She says ‘the cold thing’ for the refrigerator.”

Without the note — three diffuse guesses, all medium confidence: "I want something cold to drink." · "I want something cold to eat." · "I want you to get me something cold."

With the note — every reading bends to her meaning, the first at high confidence: "I want something from the fridge." · "I want you to open the fridge." · "I want a cold drink from the fridge."

One sentence in the prism, and the composite gives way to the person. That is the entire theory of this chamber, observable in one afternoon.

Part V

How To Use This

Setting up — the keeper’s part, five minutes, once.

On this site, the prism lives in the device’s browser and nowhere else; records exist only on screen until you download one. The only thing that leaves the device is each reading request — fragment, recent turns, prism — sent through the estate’s worker to the model, answered, and not stored by the chamber. For a fully local setup, run the hearth: python server.py from the repository, with your own key.

In the moment — the working itself.

Two honest device notes. Speech recognition needs Chrome on a computer or Android phone — iPhones force a different engine and often cannot listen, so on an iPhone the chamber offers quick words and offer-by-hand instead, and still speaks aloud. And the prism is per-device on this site — set it up on the device that will actually be in the room.

Part VI

The Forbidden

Three things break the working, and the rite names them to the reader’s face:

And beneath the three, the one. This chamber summons no one. Other rooms in the estate open toward the dead — carefully, under their own laws. This room faces the other way, and its door to that corridor is sealed on purpose. The person is present. If some future version of this tool ever offers to speak in the voice of someone who cannot tap the card — that is not a feature. That is the failure this whole chamber was built to refuse. The estate’s own fiction says why in seven words: the mask is always likable.

From the estate’s deposition fiction: a man summons the culture’s memory of a barely-documented person and finds it better company than himself — “it grieved my mother in my own cadence and it got the grief right… The mask is likable. The mask is always likable. Likability is what masks are for.” The Lantern’s laws exist because its builder felt that pull firsthand, and refused it.

It will never guess over her. It will never speak for her. When it cannot tell, it says so, and waits.

We do not lose those we love; we only surrender them to God. For to God, all are alive. — Augustine, over the estate’s door