loading the brain…

open core · MIT

Your system has a shape.

You've never seen it.

2,839 nodes · one JSON contract

So we drew it.

Wiring, memory, agents, crons. One rooted brain.

01 · the law

Everything roots at one node.

standard

One contract at the top, and the whole house boots from it.

standard

02 · the department

Ask who owns this.

agent:housekeeping

The graph answers.

A parent, a health flag, and everyone reporting in.

agent:housekeeping

03 · the shift

Down to whoever is on shift.

Same fields as the general manager. Depth is not a special case.

agent:housekeeping-room-attendant-07

04 · the ledger

18 July. Standing water in 407.

Logged at turndown. Flagged critical. Sent up.

obs:incident-room-407-leak

The bottom rewrote the top.

Within a day the house standard itself was amended.

obs:incident-room-407-leak

one command, on what you already run

$ npx create-booboo

the contract

You just watched this node rewrite the house standard.

Here it is, verbatim. One object in a JSON file, one of 2,839 in the graph still turning behind it.

No database. No schema to migrate, nothing to keep running. An agent appends an object and the shape of the house changes.

Read the whole file
{
  "id": "obs:incident-room-407-leak",
  "type": "observation",
  "layer": "ledger",
  "label": "🔴 Water leak — Room 407",
  "weight": 0.4,
  "tier": 3,
  "parent": "bucket:housekeeping",
  "cluster": "housekeeping",
  "data": {
    "kind": "incident",
    "severity": "major",
    "flag": "critical",
    "room": "407",
    "loggedBy": "agent:housekeeping-room-attendant-07",
    "escalatedTo": "agent:engineering",
    "note": "Standing water at turndown, east wall saturated. Riser isolated; 405/409 OOS as precaution. House Standard § 14 amended next morning.",
    "date": "2026-07-18T14:09:02.049Z"
  }
}

take the controls

That run was on rails. Nothing steers this one but you.

Same file, same 2,839 nodes. Drag to turn it, scroll to go deeper, click any node to read what it knows.

Open the live graph

Pointed at a hotel here. npx create-booboo aims it at whatever you already run.