Article
Stanford and NVIDIA Research open-source Jev-like model CLM-8B, up to 9 times faster
Dongcha Beating AI news flash: Researchers from Stanford University and NVIDIA Research have open-sourced the Jev-like System One model CLM-8B, designed specifically to help Agents make judgments and choices quickly.
CLM and Jev perform the same type of task: both allow an Agent to skip long-form text generation and choose directly from several candidate actions. CLM's main difference lies in its underlying architecture: it computes the current state and candidate actions separately. Fixed actions can therefore be precomputed and reused repeatedly, making it faster in scenarios requiring continuous decision-making. In official tests, CLM-8B performed overall close to Jev, with latency reduced by up to approximately 9 times.
The team also used CLM to select answers for Coding Agents. Opus 5 and Fable 5 first generate multiple candidate solutions, after which a fine-tuned CLM selects the best one. The success rate reached 81.6% on 38 held-out DeepSWE tasks and 87.6% on 30 held-out Terminal-Bench 2.1 tasks.
CLM-8B is based on a frozen Qwen3-8B and trains only additional state and action projection heads. The training data includes approximately 60 million question-answer pairs, 30 million hard negative samples, and approximately 1 million Agent trajectories. Both the code and model weights are openly available under the Apache 2.0 license.
Original link https://m.theblockbeats.info/flash/368853