The most-downloaded open System One reproduction. Merged Qwen3.5 fine-tunes, trained on about 95 public decision sets, then calibration-aware RL and a rank-64 LoRA, that softmax letter logits at an answer slot.
An open-weights System One model from Convai Innovations. A fully fine-tuned ModernBERT-large encoder with a from-scratch decision head that scores one marker per option and answers every question in a single 33–39 ms pass. Runs on your own CPU or GPU.
Decides
choice, score, noul, classify, route
choice, score, noul, classify, route
Architecture
decider
laya
Fine-tuned from
qwen/qwen3.5-2b-base
answerdotai/modernbert-large
License
apache-2.0
apache-2.0
Availability
Open weights
Open weights
Hosted by
—
—
Input price
—
—
Decision accuracy
80.2%
—
Calibration error
0.038
—
Valid action rate
—
—
Median latency
3.2 ms
39.5 ms
p95 latency
—
—
Evaluation suite
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.
Questions
What is the difference between decider and laya?
decider is from Mapika and laya from Convai Innovations. Both have open weights you can download and run. Both answer choice, score, noul, classify and route questions. laya is the smaller model, at 421M parameters to 2.0B.
Which is more accurate, decider or laya?
Only decider publishes an accuracy figure (80.2% on Decider 67-task regression set); laya does not, so there is no comparison to make without your own test.
Which is cheaper, decider or laya?
decider: Free (open weights). laya: Free (open weights). Open weights cost nothing per call beyond your own hardware.
Which is faster, decider or laya?
By their publishers’ figures, decider answers in about 3.2 ms at the median and laya in about 39.5 ms — measured on different hardware, so treat it as a rough guide.
Can I run decider or laya locally?
Yes, both: systemone pull mapika/decider and systemone pull convai-innovations/laya download the weights.