Why benchmark LLMs for code review?


Most LLM benchmarks focus on code generation -- writing new code from scratch, solving algorithmic puzzles, or completing functions. But code review is a fundamentally different task. A model that excels at generating code may perform poorly when asked to find subtle bugs in someone else's code, assess...