

- Published on 24 Jul 2026
- Last updated on 24 Jul 2026
- Reading Time: 6 minutes
Introducing AutoEval to the High leaderboards
At High, we take a different approach to static fixed benchmarks: whenever a new model is released, the community comes to see how it performs on real-world work, measured through votes from real people, trying the new model on fresh tasks it can't study for in advance. Gathering enough human votes, however, takes time, and it's hard to focus that signal on a narrow domain on demand. This often means a significant delay between a model's release and the time we can accumulate enough votes to provide statistically significant leaderboard results.
Today, we're introducing AutoEval scores to close that gap, giving you the best of both worlds: immediate, accurate model ratings on real tasks, without waiting for human votes. AutoEval scores will add a day-1 signal, right when a model releases. That way, the community can see which models are best for their tasks, sooner. AutoEval scores will start tagged as preliminary, then update once enough human votes are in to validate them.

How do AutoEval scores work?
Instead of waiting on votes, we train a Reward Model (RM) that captures human preference, then use it to cast votes automatically. By integrating live human votes with these RM-generated proxy votes, we unlock:
- Rapid feedback. RM-based voting gives a ranking in under an hour, not days.
- High flexibility. Because we control the prompts the RM votes on, we can target evaluation on specific domains.
High AutoEval works across text, vision, image generation, and coding domains, supplementing our human evaluation with rapid, targeted automation where just human voting cannot scale quickly enough.
Reward Model Training
AutoEval starts with data. We train a reward model on High’s large-scale human preference dataset, consisting of millions of pairwise comparisons from live votes, so that it learns to approximate human judgments. At its core, the model is a pointwise reward model: it maps each individual prompt-response pair to a scalar score. We train it on pairwise comparison data so that the resulting score rankings consistently align with human preferences.
Learning from massive real preference data pays off. Our text reward model predicts human preferences 8–10% more accurately than frontier LLM judges (Gemini-3-flash/pro, GPT-5). Many prompts on High are hard and complex, and the competing models are strong, so there’s often no single response that clearly dominates in all aspects. In those cases, we found that LLM judges struggle to make the final call, while our reward model still captures what humans actually prefer.
Training a reward model to match human preference isn’t easy. Getting there meant working through several challenges:











