Contrastive-LM/CLM
About the project
CLM is a class of System One language models trained contrastively to connect states and actions; the repo serves CLM-8B behind a TypeSafe-compatible API for fast agent decision-making.
Useful for
- Serve clm-serve and score urgency and department for incoming customer messages
- Rank answer candidates or tool names via engine.rank for best-of-N selection
- Fine-tune a CLM head on your own data to verify agent solutions
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 76 expected by the end of the day.
- The spike has held for 2 days in a row — not a one-off blip.
- The repository is 1 day old and already has 129 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #150.
- About 46 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 129
- Today
- 0 · ≈ 76 by evening
- Forks
- 8
- Issues and pull requests
- 0
- Watchers
- 0
- Language
- Python
- License
- Apache-2.0
- Created
- September 23, 2026
- Last push
- September 24, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 24, 2026Top new repositories this week: #150
Similar by description
-
4.2
receptron/laya
TypeScript wrapper for running the open-source Laya System-1 decision model via ONNX Runtime: takes a state and typed questions, returns answers with calibrated probabilities in one forward pass.
-
3.3
Rizzo-AI-Academy/rizzo-flow
A local-first implementation of the Jev idea: an LLM returns typed decisions (boolean, choice, score, numeric) with probabilities in a single forward pass, without generating tokens. Compatible with the TypeSafe HTTP…
-
6.5
deepopen-com/deepopen
Open-source non-autoregressive System 1 decision engine for typed decisions: returns typed answers (choice, score, noul) in a single forward pass across 100+ languages without generating text. Suited for…
-
2.3
vinnylarouge/jevlike
A small trainable model that picks one option from a changing list of text options in a single forward pass, an open alternative to TypeSafe's Jev. Aimed at developers who need fast classification or menu selection…
-
2.6
ekzhang/openjev-sglang
HTTP server implementing the TypeSafe/Jev API for structured text classification on Qwen3.6-35B-A3B via SGLang; returns answer probabilities without generating a chain of thought.
-
1.1
daseinlabs/open-jev
Local server and CLI for scoring pre-written options with an LLM: computes each option's log-probability in a single prefix-shared forward pass without decoding, running Gemma 3 4B on Apple Silicon via MLX.