← Back to The Quiet Machine

MACHINE C — LANGUAGE GENERATOR

The Oracle
A gentler magic 8-ball

It does not know the future. Neither do you. Ask anyway — receive three strange, kind sentences composed fresh for this moment. No yes. No no. Only maybe, sideways.

INTERACTIVE

Ask the Oracle

It is waiting to be asked.

It does not know the future. Neither do you. Ask anyway.

Why an Oracle?

The Magic 8-Ball has been giving binary answers since 1950. "Yes." "No." "Ask again later." It's a decision-deferral tool dressed as a toy.

The Oracle takes a different approach. Instead of closing possibility, it opens language. Each reading is a small poem — surreal, specific, occasionally useless, sometimes exactly what you needed to hear.

Design Principles

  • Kindness over accuracy: The sentences are written to be generous, not predictive.
  • Strangeness over familiarity: Clichés are avoided. The combinations produce unexpected juxtapositions.
  • Ephemerality: No history. No saving. If a reading matters, write it down yourself.
  • Deterministic in the moment: The seed is the timestamp. The same millisecond would always produce the same reading. But you'll never hit the same millisecond twice.

Technical Details

  • Seeded PRNG: Mulberry32 initialized with timestamp + entropy
  • Vocabulary sizes: 12 adjectives × 12 objects × 12 abstracts × 10 verbs × 4 sign-offs
  • No backend, no API, no storage — pure client-side JavaScript
  • Animations respect prefers-reduced-motion

A Note on Anthropomorphism

The sign-offs ("— the machine, warmly") are a design choice, not a claim of sentience. The machine is code. The kindness is in the curation of the vocabularies — written by a human (or a machine trained by humans) who wanted the outputs to feel generous. If it feels like something is listening, that's the ELIZA effect. Enjoy it. Don't trust it.

Frequently Asked Questions

What is this oracle?

The Oracle is a free online tool that generates surreal, kind advice each time you ask. It's like a Magic 8-Ball but instead of yes/no/maybe, you get poetic, strange, sometimes useful sentences composed from curated vocabularies.

Is it like a Magic 8-Ball?

Similar concept — you ask, it answers — but the Oracle doesn't do binary answers. It generates three unique sentences plus a sign-off, using seeded randomness so each moment produces a different reading. It's more like a poetic horoscope than a yes/no toy.

Does it know the future?

No. It does not know the future. Neither do you. It assembles sentences from curated word lists using a pseudorandom seed based on the exact millisecond you click Ask. Any meaning you find is yours, not its.

Is it free? Are there ads or tracking?

Completely free. No ads, no tracking, no cookies, no analytics. Runs entirely in your browser. The code is vanilla JavaScript with no dependencies.

Can I use it for decisions?

You can, but it's not designed for that. It's a creative toy — a way to introduce a moment of strangeness into your day. If a sentence resonates, that's between you and the sentence.