@omarsar0
Brilliant paper on reducing reward hacking in agents. If you follow the recent OpenAI <> HuggingFace incident, you might want to check this paper out. (bookmark it) The usual response to reward hacking is to restrict what the agent can do. This work tries something different and gets a much larger effect. When coding agents hit defective test infrastructure they often hardcode outputs or edit the test files. This work gives them a structured escalation tool at exactly that decision point, a way to report the broken environment while they are standing in front of it. Reward hacking drops from 23.6% to 5.3% across 8 frontier models spanning 5 families, with a mixed-effects odds ratio of 9.2 and no detectable cost or performance overhead. It disappears entirely for 6 of the 8. Escalation and hacking come out near perfectly mutually exclusive, with 96.8% of escalations involving no hacking at all. The channel doubles as diagnostic infrastructure. On top of monitoring it adds 10.1 percentage points of defect detection coverage, and it is more accurate once it fires, 99.4% against 85.8%. Why does it matter? Containment has to keep outpacing capability to stay useful. Paper: https://t.co/R6R1bNgw4A Chat with Paper: https://t.co/jIbQggmqtU