Your answer
choiceWhere is the red token after both swaps?
- cup1 | Cup 1
- cup2 | Cup 2
- cup3 | Cup 3
Jev example · Reasoning puzzles
Track swaps instead of answering from the starting position.
This is the context Jev receives before answering the typed question.
{
"start": {
"cup1": "red",
"cup2": "blue",
"cup3": "green"
},
"first_swap": "Swap the contents of cup1 and cup2.",
"last_swap": "Swap the contents of cup2 and cup3."
}Where is the red token after both swaps?
Add a third swap and solve it by hand before running.
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.