Pranav Srivastava
Back to projects

Signal · Chapter 02 · Reasoning under uncertainty

Question the signal.

A robot helper thinks it knows where the beacon is. You get the final say.

One hidden rescue beacon, three possible stations, and a sensor that isn't perfect. Scan for clues, make your own guess before the AI answers, and decide when you've learned enough to call in the rescue.

Mission briefing

A hiking group got caught out on the mountain when a storm rolled in, and their emergency beacon is the only way to find them. It's transmitting from exactly one of three ranger stations — Aster, Boreal, or Cygnus — but nobody knows which. You're running the rescue control room, with a robot helper that can scan any station for a signal. The trouble is, its sensor isn't perfect: sometimes it “hears” a beacon that isn't really there, and sometimes it misses one that is. Every scan also burns time (and points), so you can't just check everywhere. Gather clues, trust your own judgment, and call in the rescue before you run out of scans.

How to play

1
Pick a stationTap Aster, Boreal, or Cygnus below — that's the spot you want your robot to check next.
2
Send a scanHit Scan. It costs a few points, but you'll get a real clue back: a ping, or silence.
3
Make your guessBefore the AI does its math, slide to how sure YOU are the beacon's there — then reveal and compare.
4
Scan again, or call it inNot sure yet? Scan another station. Confident? Hit Rescue — that's your final answer.

Tip: the “AI's advice” panel on the right will always suggest a move — but the decision is yours. Try disagreeing with it once and see what happens!

Investigation 01

The false alarm

4 scans left

Most rescuers would guess the beacon isn't at Aster — it starts out the least likely spot. But scan it anyway, and watch: the detector can still "hear" a ping there even when nothing's there. Make your own guess first, then see what the math actually says.

True signal detected 80.0%False alarm rate 20.0%Cost per scan 8 pts
ONE SIGNAL · THREE POSSIBLE WORLDS
Belief distributionUncertainty: 1.369 bits
Aster 10.0%Boreal 45.0%Cygnus 45.0%

You can only rescue once — that's your final answer: +100 points if you're right, +0 if you're wrong. Every new scan costs a few points too, so the fastest, smartest detective wins. Replaying an old clue is free, but it won't teach the AI anything it doesn't already know.

Evidence trail

Every reading will leave a trace here. Select one to inspect its calculation.

The idea to take with you

A positive signal is not an 80% certainty.

Real AI systems make decisions from incomplete evidence. Ask where the prior came from, whether observations are independent, and which objective the system is actually optimising.

Bayesian inference + a finite-horizon decision planner. Computed locally.Three seeded scenarios. New hidden signals for repeat play.