HEAD TO HEAD
Jared Palmer: kev and Rizzo AI Academy: rizzo-flow, compared on what they decide, where they run, what they cost and what their publishers report.
| Property | jared-palmer/kev | rizzo-ai-academy/rizzo-flow |
|---|---|---|
| Summary | An open family of System One models. A LoRA adapter plus a pointer head on a frozen Qwen base returns a distribution per typed question in one forward pass, serves TypeSafe's /v1/systemone contract, and ships a fitted temperature with every checkpoint. | A local, Jev-compatible decision model from Rizzo AI Academy. XHToken's Spark-X2.5-4B with a merged typed-decisions LoRA, run on llama.cpp; yes/no, choice and score questions share one prefill of the state and are read from the answer-letter logits. No text is generated. |
| Decides | choice, score, noul, classify, route | choice, score, noul, classify, route |
| Architecture | kev | rizzo-flow |
| Fine-tuned from | qwen/qwen3.5-4b-base | xhtoken/spark-x2.5-4b |
| License | apache-2.0 | apache-2.0 |
| Availability | Open weights | Open weights |
| Hosted by | — | — |
| Input price | — | — |
| Decision accuracy | 83.8% | 64.8% |
| Calibration error | 0.042 | 0.112 |
| Valid action rate | — | — |
| Median latency | — | 195 ms |
| p95 latency | — | — |
Figures are from each model’s manifest; accuracy and latency are what the publishers report, on their own suites and hardware. Add a third model.
kev is from Jared Palmer and rizzo-flow from Rizzo AI Academy. Both have open weights you can download and run. Both answer choice, score, noul, classify and route questions.
They report on different suites — kev 83.8% on transfer-v4 (locked, out of domain), rizzo-flow 64.8% on LocalLLaMA/typed-decisions test split (400 cases, 2,000 decisions), Q8_0 — so the numbers do not rank them. Test both on your own labelled examples.
kev: Free (open weights). rizzo-flow: Free (open weights). Open weights cost nothing per call beyond your own hardware.
Yes, both: systemone pull jared-palmer/kev and systemone pull rizzo-ai-academy/rizzo-flow download the weights.
| Evaluation suite | transfer-v4 (locked, out of domain) | LocalLLaMA/typed-decisions test split (400 cases, 2,000 decisions), Q8_0 |
|---|
| Latest version | 2026.09 | 2026.09 |
|---|
| Variants | — | lora, LICENSE |
|---|
| Size of latest version | 152.2 MB | 22.0 GB |
|---|
| Files | 11 | 17 |
|---|
| Downloads | 0 | 0 |
|---|
| Stars | 0 | 0 |
|---|
| Tags | system-one, qwen, lora, pointer-head, 4b | system-one, spark, lora, gguf, llama-cpp, 4b |
|---|
| Updated | Sep 27, 2026 | Sep 27, 2026 |
|---|