For the paranoid checker, turning off the stove isn't a single action; it is a cycle of pulling a knob, walking away, returning, staring at the knob, touching it, photographing it, and then calling a spouse to confirm that the stove is, in fact, off.

| Thought | Evidence For | Evidence Against | Realistic Probability | |---------|--------------|------------------|------------------------| | "They're plotting against me." | Someone whispered. | They were discussing a birthday surprise. | <5% | | "My computer is hacked." | It's slow today. | Antivirus shows clean; no unusual activity. | 10% |

// Define the strict shape of the data const UserSchema = z.object( id: z.string().uuid(), balance: z.number().positive(), email: z.string().email(), );

Paranoid Checker |work| -

For the paranoid checker, turning off the stove isn't a single action; it is a cycle of pulling a knob, walking away, returning, staring at the knob, touching it, photographing it, and then calling a spouse to confirm that the stove is, in fact, off.

| Thought | Evidence For | Evidence Against | Realistic Probability | |---------|--------------|------------------|------------------------| | "They're plotting against me." | Someone whispered. | They were discussing a birthday surprise. | <5% | | "My computer is hacked." | It's slow today. | Antivirus shows clean; no unusual activity. | 10% | paranoid checker

// Define the strict shape of the data const UserSchema = z.object( id: z.string().uuid(), balance: z.number().positive(), email: z.string().email(), ); For the paranoid checker, turning off the stove