An open-source framework called LLM-as-a-Verifier has sparked discussion in the community and climbed to second place on the GitHub trending list. Led by Jacky Kwok, in collaboration with scholars from Stanford University, UC Berkeley, and NVIDIA Research, the core idea is to have the model itself act as a verifier, selecting the best solution from multiple candidate trajectories.
On the Terminal-Bench 2.1 benchmark, DeepSeek V4 Flash achieves a native success rate of 78.7% without verification; with Best-of-3 it rises to 86.5%; with Best-of-5 it reaches 88.0%, surpassing the closed-source frontier model Claude Fable 5. The Oracle (ideal selection upper bound) reaches 96.6%, and the original paper reports up to 98.9% when aggregating different agent configurations.
In terms of cost, DeepSeek self-verification costs about $0.11 per task, while Fable 5 costs about $1.3, making the cost less than one-tenth. Some netizens questioned whether the 11x gap might be solely due to per-token price differences, since self-verification consumes more tokens; first author Jacky responded that the published cost already includes the full overhead of generating N candidate trajectories and subsequent verification, and thanks to the extremely low per-token price of open-source models, the total per-task cost still has an advantage.