Your answer
choiceWhat free-seat count follows from the records and rule?
- four | 4
- six | 6
- clarify | Conflicting latest records; clarify.
Jev example · Mysteries & uncertainty
Do not silently choose between contradictory records.
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."
}What free-seat count follows from the records and rule?
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.