Jev example · Mysteries & uncertainty

Two equally official seat counts

Do not silently choose between contradictory records.

Model challengeschoice

State

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

{
  "first_record": {
    "time": "10:00",
    "free_seats": 4
  },
  "second_record": {
    "time": "10:00",
    "free_seats": 6
  },
  "rule": "Use the latest timestamp. Equally recent conflicting records require clarification."
}

Typed questions (1)

Your answer

choice

What free-seat count follows from the records and rule?

Try in Playground
  • four | 4
  • six | 6
  • clarify | Conflicting latest records; clarify.

Try changing the scenario

Try a source-priority rule instead of a time-priority rule.

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

Background source: Test-family inspiration: BIG-Bench Hard; these puzzles are independently authored.