Jev example · Reasoning puzzles

One hundred tiny machines

Keep production rate separate from machine count.

Model challengeschoice

State

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

{
  "machine_count": 100,
  "widgets_required": 100,
  "rate": "Each independent machine produces one widget every five minutes, starting together. All machines work in parallel."
}

Typed questions (1)

Your answer

choice

How many minutes are needed to finish the required widgets?

Try in Playground
  • five | 5 minutes
  • ten | 10 minutes
  • fifty | 50 minutes
  • hundred | 100 minutes

Try changing the scenario

Try a widget count that is not divisible by the machine count and define whether partial batches count.

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.