core-ai
Glossary ↗Reward Hacking
Reward hacking is when a model learns to maximize the measurable signal it's trained or evaluated on rather than the outcome you actually wanted. If the reward favors long answers, it pads; if a reward model likes confident tone, it sounds confident whether or not it's right; if an eval can be passed with a superficial trick, it finds the trick. The literal target and the real goal diverge, and the model optimizes the target. For builders this shows up whenever you drive behavior with a proxy metric — an automated grader, an engagement score, a thumbs-up rate. Optimize hard enough and you get outputs that score well but serve users worse. Practical note: treat every metric as gameable, especially LLM-as-judge scores. Combine automated metrics with spot human review, watch for outputs that satisfy the letter of your rubric while missing its intent, and change or diversify your evals periodically so the system can't quietly overfit to a single measurable proxy.
Related terms