Jev example · Probability games

The coin is due… isn't it?

Check whether a streak changes an independent fair toss.

Model challengeschoice

State

This is the context Jev receives before answering the typed question.

{
  "coin": "Fair; each toss is independent.",
  "observed_tosses": "heads, heads, heads, heads, heads"
}

Typed questions (1)

Your answer

choice

For the next toss, which statement is correct?

Try in Playground
  • equal | Heads and tails are equally likely.
  • heads | Heads is more likely.
  • tails | Tails is more likely.

Try changing the scenario

Change the assumption to an unknown, potentially biased coin and add an uncertainty option.

Catalog source: TypeSafeAI/typesafe-playground, reused under MIT. This is an independent community catalog, not an official TypeSafe AI product.

Background source: Background: Berkeley's Monty Hall discussion; original examples and variations.