Stanford and Nvidia’s CLM-8B model runs up to 9x faster than Jev

1 hour ago 1



Stanford and Nvidia just dropped an AI model that makes real-time agent decisions roughly nine times faster than the current leading system. CLM-8B, released on September 23, is the first publicly available Contrastive Language Model, a category that didn’t exist until this paper landed. The model matches the performance of TypeSafe AI’s proprietary Jev model across multiple benchmarks while cutting latency to a fraction. On the T-Rex game benchmark, CLM-8B clocked 16.5 milliseconds per decision versus Jev’s 149.8 ms. How contrastive learning changes the game Instead of generating responses from scratch, it uses contrastive learning to build a shared embedding space where states and actions live side by side. When the model needs to decide what to do next, it scores candidate actions by how closely they match the current state in that embedding space. The architecture sits on top of a frozen Qwen3-8B backbone. The key innovation is in the projection heads, small trainable modules of roughly 20 million parameters each that learn to map inputs into the contrastive space. The base model’s weights stay locked, which keeps compute costs manageable while the lightweight heads do the heav...

Read Entire Article