AI vs Puzzles

Back to Home
Puzzle#113

Domino

Released: 2026-02-25

Domino Puzzle Grid

Missing Domino:


7
Models Tested
0
Solved
7
LLM Providers

meta-llama/llama-4-maverick

meta

The excluded domino is number 2 and 2


google/gemini-3-flash-preview

google

By counting all the domino tiles present in the image and cross-referencing them with a standard double-six set of 28 tiles, it’s possible to see that the [6, 0] tile (the blank-six tile) is missing.


openai/gpt-5-image-mini

openai

Scanning the 27 shown tiles, every pair including doubles 0–0,1–1,2–2,3–3,4–4,5–5 is present while the double six (6–6) does not appear in the image, so the missing tile is [6,6].


x-ai/grok-4-fast

x-ai

The excluded domino is number 5 and 6


MoonshotAI

moonshotai/kimi-k2.5

moonshot

By analyzing the pips count: A standard double-six set has 28 dominoes with total pips = 168 (each number 0-6 appears exactly 8 times). Counting all visible pips in the 27 dominoes: Row 1: 26, Row 2: 22, Row 3: 22 (including [0,6] at position 4), Row 4: 30, Row 5: 27, Row 6: 32. Total = 159. Missing pips = 168 - 159 = 9. The dominoes with sum 9 are [3,6] and [4,5]. Since [4,5] is clearly present in row 4, position 4, the missing domino must be [3,6].


qwen/qwen3-vl-30b-a3b-thinking

qwen

By counting the occurrences of each number (0-6) in the image, numbers 3 and 4 each appear 7 times (instead of the expected 8 in a full set). This indicates the missing domino is the one containing both 3 and 4.


anthropic/claude-haiku-4.5

anthropic

By systematically checking all 28 possible dominoes in a standard double-six set, I identified 27 dominoes present in the image. The domino [2, 4] (or equivalently [4, 2]) is the only one missing from the complete set of all pairs from 0 to 6.


Methodology Note

Each model receives the same domino puzzle grid. Models are tasked with identifying the missing domino using only visual clues from the grid. Their answers are evaluated without feedback or retries.

Leaderboard