The house brain: running with no model at all

The house brain is a deterministic personality heuristic that answers the same nine questions and synthesises its own distributions, so the simulation stays watchable, and tunable, with no API key and no network.

house() in lib/sim/brain.ts implements the same interface as the model: same nine questions, same answer types, distributions included. The engine cannot tell which one it is talking to.

What it buys

  • A site that always works. Clone it, run it, watch a party, with no account, no key and no spend.
  • Free tuning. Every rule in the engine can be exercised and watched without paying for a single call.
  • Deterministic tests. Seeded, the house brain plays the same party every time, which is what makes headless dry-runs a regression net and not a demo.
  • Somewhere to fall back to. Out of budget or out of key, the room degrades instead of stopping.

What it is not

It is not the product. A heuristic that reads its own state cannot surprise you: it has no sense of a room being tense, only of numbers being high. The difference shows up immediately in how flat its distributions are, where every near-miss is a formula.

The UI labels the brain in full detail for that reason. A watcher should never be unsure which one they are looking at.

Read next

More on the model