← Latest papers
💬 NLP

Model Capability Dominates: Inference-Time Optimization Lessons from AIMO 3

In the AIMO 3 competition, experiments demonstrate that model capability overwhelmingly dominates inference-time optimization strategies, as attempts to improve performance through diverse prompting or error decorrelation were consistently outperformed by simply using a more capable model.

Original authors: Natapong Nitarach

Published 2026-03-31
📖 5 min read🧠 Deep dive

Original authors: Natapong Nitarach

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

The Big Idea: The "Super-Genius" vs. The "Group Strategy"

Imagine you are trying to solve the world's hardest math puzzles (like the International Math Olympiad). You have a team of AI "students" (Large Language Models) to help you.

For a long time, the winning strategy was The Group Vote. The idea was simple: "If one student gets it wrong, maybe another will get it right. So, let's ask the same student 8 times, give them slightly different instructions, and take the answer that most of them agree on."

This paper is a report from a math competition (AIMO 3) where the author tried to prove that changing the instructions (the "Group Strategy") is useless. Instead, the only thing that matters is how smart the student actually is (Model Capability).


The Experiment: The "Diverse Prompt Mixer"

The author, Natapong, set up a high-stakes race on a single, powerful computer chip (an H100 GPU) with a strict 5-hour time limit.

The Hypothesis:
If you ask a smart student to solve a problem using 8 different methods (e.g., "Start with small numbers," "Work backward," "Write code first"), their mistakes should be different. If their mistakes are different, the "majority vote" should be much smarter than if they all used the same method.

The Setup:

  • The Student: A massive AI model called gpt-oss-120b.
  • The Race: 50 incredibly hard math problems.
  • The Trick: The author tried mixing and matching 4 different "personality" prompts for the 8 attempts per problem.

The Results: The "Group Strategy" Failed

The author expected the "Diverse Prompt Mixer" to win. Instead, it lost. Here is why, using three simple analogies:

1. The "Randomness" Analogy (Temperature)

The author thought they needed to give the students different instructions to get different answers. But they realized the students were already acting differently just by being asked to think fast and loosely (high "temperature").

  • Analogy: Imagine asking a jazz musician to play a song. If you tell them, "Play it fast and loose," they will naturally play it differently every time. You don't need to give them a new sheet of music (a new prompt) to get variety; the "looseness" is enough.
  • Result: Adding different prompts didn't add new variety; it just confused the student and made them slower and less accurate.

2. The "Bad Luck" Analogy (Correlation)

The theory of the "Group Vote" relies on the idea that if one student makes a mistake, the others won't make the same mistake.

  • Analogy: Imagine a group of 8 people trying to guess the weight of a cow. If they all look at the cow and guess "500 lbs" because they all think it's a calf, their votes are correlated (they are wrong together).
  • The Surprise: The author found that even when the AI made a mistake, it didn't make the same mistake twice. The errors were scattered randomly. The "Group Vote" was already working perfectly well without the extra prompts. Trying to force diversity was like trying to shake a dice that is already rolling perfectly.

3. The "Weaker Student" Analogy (Accuracy Loss)

This is the most important finding. When the author switched the AI to "Work Backwards" or "Start with Small Cases," the AI actually got worse at solving the problem.

  • Analogy: Imagine you have a Grandmaster Chess player. You tell them, "Okay, for this next game, try to play like a beginner who only moves pawns." They will still be a Grandmaster, but they will play worse than if they just played normally.
  • Result: The "diverse" prompts were like forcing the Grandmaster to play with one hand tied behind their back. The slight benefit of having different opinions was completely wiped out by the fact that the student was now less capable.

The Real Winner: The "Super-Genius"

The paper compares three different AI models:

  1. The Big One (gpt-oss-120b): A massive, highly capable model.
  2. The Medium One (Qwen): Smaller and less capable.
  3. The Other Big One (Nemotron): Also large, but with different architecture.

The Finding:
The difference in score between the "Big One" and the "Medium One" was huge (about 17 points out of 50).
The difference between using "smart prompts" vs. "dumb prompts" on the same model was tiny (about 1 or 2 points).

  • Analogy: It's like comparing a Ferrari to a bicycle.
    • Model Capability: Putting a Ferrari engine in the car.
    • Prompt Engineering: Polishing the car's paint job or changing the driver's playlist.
    • The Paper says: No matter how much you polish the bicycle or change the playlist, it will never beat the Ferrari. The engine (the model's intelligence) is 10 times more important than the paint job (the prompts).

The Final Lesson: "Lottery Tickets"

Since the "Group Strategy" (mixing prompts) didn't help, how do you win?
The author suggests treating your attempts like Lottery Tickets.

  • The Strategy: Don't try to be clever with your prompts. Just take your best, smartest model, give it the standard instructions, and run it as many times as you can within the time limit.
  • Why? Because the "best" model is so smart that sometimes, just by pure luck (randomness), it will stumble upon the right answer. If you run it 13 times, you have 13 chances to get that lucky break. Trying to "optimize" the prompts just lowers your average score and reduces your chances of a lucky win.

Summary in One Sentence

You cannot fix a weak AI with clever instructions, and you don't need clever instructions for a strong AI; you just need the strongest AI possible and to run it as many times as you can.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →