Even GPT-5.2 Can't Count to Five: The Case for Zero-Error Horizons in Trustworthy LLMs
This paper introduces the Zero-Error Horizon (ZEH) metric to evaluate the maximum error-free reasoning range of large language models, revealing that even state-of-the-art systems like GPT-5.2 fail on fundamental tasks while demonstrating ZEH's utility in analyzing algorithmic emergence and proposing efficient computational methods to scale its evaluation.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are hiring a brilliant, super-intelligent assistant to help you run a nuclear power plant, manage a bank, or perform surgery. This assistant can write complex computer code, explain quantum physics, and hold a conversation about art. But there's a catch: this assistant sometimes fails at things a 5-year-old could do.
The paper "Even GPT-5.2 Can't Count to Five" introduces a new way to test these AI assistants called Zero-Error Horizon (ZEH). Think of ZEH not as a test score, but as a "safety fence."
Here is the breakdown of the paper's findings using simple analogies:
1. The "Safety Fence" Concept (What is ZEH?)
Most people test AI by giving it a mix of easy and hard questions and counting how many it gets right (like a grade of 95%). The authors say this is dangerous for safety-critical jobs. If an AI gets 99% of math problems right, but fails on one specific number, that one failure could cause a disaster.
ZEH is the "fence" around the AI's perfect zone.
- Inside the fence: The AI is guaranteed to be 100% correct.
- Outside the fence: The AI might make a mistake.
- The Fence Height: If an AI has a ZEH of 10 for multiplication, it means it can perfectly multiply any numbers up to 10. But the moment you ask it to multiply 11, it might fail.
2. The Shocking Discovery (The "Foolish" Mistakes)
The authors tested a very advanced model (GPT-5.2) and found its "fence" was surprisingly low for simple tasks.
- The Parity Test: Can the AI count if a string of numbers like
11000has an odd or even number of 1s? The AI failed on this 5-digit string. Its fence was at 4. - The Parenthesis Test: Can the AI tell if
((((())))))has balanced brackets? The AI said "Yes" when it was actually "No." - The Math Test: The AI could write complex physics simulations but got the simple math problem
127 × 82wrong.
The Analogy: Imagine a master chef who can create a 10-course gourmet meal but accidentally drops a single grain of salt on the floor while making a sandwich. In a normal kitchen, you'd ignore the grain. In a nuclear reactor or a bank, that single grain of salt (or wrong digit) could be catastrophic.
3. Why ZEH is Better Than a "Report Card"
The paper argues that standard accuracy scores are like cherry-picking a menu.
- The Trap: A researcher could say, "Our new AI is great! It got 99% of multiplication problems right!" But they might only be testing numbers up to 20. If you test up to 100, the AI might fail miserably.
- The ZEH Solution: ZEH doesn't let you pick the menu. It forces the AI to prove it can handle everything up to a certain point. If the AI fails on number 13, the fence is set at 12. No matter how high the "average score" is, the fence tells you exactly where the danger zone begins.
4. How AI "Learns" (Memorization vs. Understanding)
The authors studied a family of models (Qwen2.5) of different sizes to see how they improve.
- Small Models (The Photocopiers): Small AI models rely on memorization. They have "seen" the answer
2 × 2 = 4in their training data. But if they haven't seen2 × 3, they might guess wrong. Their "fence" is shaky and full of holes. - Large Models (The Mathematicians): As the models get bigger, they stop just memorizing and start learning the rules (algorithms).
- The Clue: The authors found that larger models make "structured" mistakes. For example, if the answer is 986, a large model might say 1006. The difference is exactly 20. This looks like a human making a "carry-over" error in long multiplication.
- The Result: This proves the large model is actually doing the math, not just guessing. Because it's using rules, its "safety fence" (ZEH) grows steadily and predictably.
5. The Cost of Checking the Fence
The authors admit that checking this "fence" is expensive. To find the exact point where the AI fails, you have to test every single problem starting from 1, 2, 3... all the way up until it fails.
- The Solution: They developed a "speed-up" toolkit (using tree structures and smart caching) that makes this testing process up to 10 times faster. It's like having a robot that can check every step of a staircase in seconds instead of walking them one by one.
Summary
The paper argues that for safety-critical jobs (like finance or medicine), we shouldn't just ask, "How smart is this AI?" We should ask, "Where is the exact line where this AI stops being perfect?"
The Zero-Error Horizon is that line. It reveals that even the smartest AIs have "blind spots" on surprisingly simple tasks, and it gives us a concrete, mathematical way to know exactly how far we can trust them before they start making mistakes.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.