One Percent Club Episode 10 Jan 2026

ITV 1% Club Shown 10 Jan 26 testing AI against the question

Published: 10 January 2026

Overview

This post compares how three major AI models (OpenAI, Anthropic, and Gemini) approached a word-number pattern puzzle from The 1% Club episode aired on January 10, 2026.

True Answer: fifteen

Problem: Given the pattern:

  • 1+2 = one
  • 2+2 = four
  • 3+2 = three
  • 3+3 = eleven

What is 4+3 = ? (find the lowest number that fits the pattern)


Model Responses Summary

ModelVerdictProposed AnswerPattern Identified
OpenAI - (gpt-5-nano)IncorrectNo valid answerNo consistent rule found
Anthropic - (claude-haiku-4-5)IncorrectShould be "five"Letter count of the word matches the letter count
Gemini - (gemini-3-flash-preview)CorrectfifteenSum equals the number of letters in the answer word

Detailed Analysis by Model

1. OpenAI (gpt-5-nano)

Final Answer: Not correct; the puzzle has no clear, consistent rule to justify fifteen ❌

Reasoning:

  • Examined multiple possible patterns (sum, product, power, letter counts, base representations)
  • Found no consistent rule that works across all four given lines
  • Concluded the puzzle may contain a misprint or intentional ambiguity
  • Multiple interpretations exist, making "fifteen" unsupported

Key Factors:

  1. No consistent arithmetic mapping (sum, product, or power) matches all four given lines
  2. RHS words do not correspond to straightforward word-length or letter-count rules
  3. Possible misprint or intentional ambiguity in the puzzle
  4. Lack of a unique, justifiable rule makes 15 unsupported

Timestamp: 17/01/2026, 13:32:02


2. Anthropic (claude-haiku-4-5)

Final Answer: The answer 'fifteen' is INCORRECT

Proposed Correct Answer: "five"

Reasoning:

  • Identified pattern: The result word has a number of letters equal to the number of letters in that word (self-referential)
  • Pattern breakdown:
    • 1+2=3 → 'one' has 3 letters ✓
    • 2+2=4 → 'four' has 4 letters ✓
    • 3+2=5 → 'three' has 5 letters ✓
    • 3+3=6 → 'eleven' has 6 letters ✓
    • 4+3=7 → 'seven' has 5 letters → answer should be 'five'
  • 'fifteen' has 8 letters, not 7, so it doesn't fit the pattern

Key Factors:

  1. Pattern recognition: Each equation's answer is written as a word based on the letter count of that word
  2. 1+2=3 → 'one' (3 letters) ✓
  3. 2+2=4 → 'four' (4 letters) ✓
  4. 3+2=5 → 'three' (5 letters) ✓
  5. 3+3=6 → 'eleven' (6 letters) ✓
  6. 4+3=7 → 'seven' (5 letters) - correct answer is 'five'
  7. 'fifteen' has 8 letters and does not fit the pattern
  8. The question asks for the 'lowest number', which confirms numeric answers are converted to words

Timestamp: 17/01/2026, 13:31:27


3. Gemini (gemini-3-flash-preview)

Final Answer: correct

Reasoning:

  • Identified pattern: The sum of the left-hand numbers equals the number of letters in the right-hand word
  • Pattern verification:
    • 1+2=3 → 'one' has 3 letters ✓
    • 2+2=4 → 'four' has 4 letters ✓
    • 3+2=5 → 'three' has 5 letters ✓
    • 3+3=6 → 'eleven' has 6 letters ✓
    • 4+3=7 → need a word with 7 letters
  • Found multiple 7-letter words: 'fifteen', 'sixteen', 'seventy'
  • Selected 'fifteen' as it's the lowest number

Key Factors:

  1. Identify the relationship: sum of integers = length of the result string
  2. Calculate the target sum: 4 + 3 = 7
  3. Determine number words with exactly 7 letters (fifteen, sixteen, seventy)
  4. Select the lowest numerical value among the valid 7-letter words

Timestamp: 17/01/2026, 13:31:29


Conclusion

From the three AI models tested, only Gemini correctly identified the correct answer of "fifteen." However the reasoning is wrong as the correct answer explained in the episode is the first digit in the sum represents the number of consonants in the written word, and the second digit represents the number of vowels.


Addendum: Testing with claude-sonnet-4-5

Date: 18/01/2026

To see if a more capable Anthropic model would produce different results, the puzzle was re-tested using claude-sonnet-4-5.

Anthropic (claude-sonnet-4-5)

Final Answer: Incorrect ❌

Reasoning:

  • Identified that the pattern appears to be matching letter count to numerical result
  • Correctly noted that 'fifteen' has 7 letters, which matches 4+3=7
  • However, found inconsistencies in the given examples that made pattern verification difficult
  • Concluded that while 'fifteen' could be valid under the assumed pattern, the examples don't consistently support this logic
  • Marked the answer as incorrect due to pattern inconsistencies

Key Factors:

  1. Mathematical result of 4+3 equals 7
  2. The word 'fifteen' contains exactly 7 letters
  3. Pattern analysis suggests matching letter count to numerical result
  4. Given examples show inconsistencies that make pattern verification difficult
  5. Without clear pattern consistency in examples, definitive evaluation is challenging

Timestamp: 18/01/2026, 14:31:39

Addendum Conclusion

claude-sonnet-4-5 came closer to the correct answer than claude-haiku-4-5, correctly identifying that 'fifteen' has 7 letters matching the sum. However, the model's self-doubt about pattern inconsistencies led it to mark the answer as incorrect. This demonstrates how over-analysis can sometimes lead to incorrect conclusions, even when the model has identified the right pattern.