LLM-as-a-Verifier is an open-source framework led by Jacky Kwok, developed with scholars from Stanford University, UC Berkeley, and NVIDIA Research, reaching #2 on the GitHub trending list. Its core idea: without training additional reward models or verifiers, directly use existing LLMs to perform fine-grained verification and ranking of an agent's complete execution trajectories.
On the Terminal-Bench 2.1 benchmark, DeepSeek V4 Flash's native success rate is only 78.7%, rising to 86.5% with Best-of-3 and 88.0% with Best-of-5, surpassing the closed-source frontier model Claude Fable 5. Oracle (ideal selection upper bound) reaches 96.6%, and the original paper reports up to 98.9% when aggregating different configurations. This means correct trajectories are often already in the candidate pool; the bottleneck is selection.
In terms of cost, the team estimates DeepSeek's self-verification total cost per task is about $0.11, while Fable 5 is about $1.3, less than one-tenth the cost. Some netizens questioned whether the 11x gap might come solely from per-token price differences, but the paper's first author responded that the cost already includes all overhead for generating candidate trajectories and verification, and despite higher token consumption, the extremely low unit price of open-source models still yields a total cost advantage.