Agon: Competitive Cross-Model RL with Implicit Rival Grading of Reasoning

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

Agon, a novel reinforcement learning method published on 2026-07-08, addresses limitations in current reasoning models that only grade final answers, often leading to verbose rather than improved thinking. This approach introduces two competing models that act as each other's graders. In alternating roles, one model drafts a solution while the other reads it and solves the problem, with rewards based on out-solving the rival. This competitive setup implicitly judges reasoning during training without requiring process labels or a separate reward model. By optimizing both models, Agon ensures each faces a progressively stronger opponent, a benefit single-model RL lacks. When deployed, the pair functions as a two-stage cascade. On the hard split of DeepMath with Qwen3, Agon doubles GRPO's pass@1 score, an eight-fold gain over an untrained Mixture-of-Agents pass, with results replicating across competitive-programming code and model families like Qwen3.5 and Gemma 4.

Key takeaway

For AI Scientists and Machine Learning Engineers developing advanced reasoning models, Agon offers a novel competitive RL approach that significantly enhances problem-solving by implicitly grading reasoning. You should explore integrating this two-stage cascade training to achieve substantial performance gains on complex tasks, as demonstrated by its doubling of pass@1 scores on DeepMath. Consider its application where current reward systems struggle to evaluate intermediate thought processes.

Key insights

Agon uses competitive reinforcement learning where two models implicitly grade each other's reasoning to improve problem-solving.

Principles

Method

Agon involves two models attempting a problem; one drafts a solution, the other reads and solves, with rewards for out-solving the rival. This trains reasoning implicitly.

In practice

Topics

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.