What changed
Fastino released GLiNER2.5-Decide, a 340M-parameter open-weight encoder specialised for schema-defined decisions. Applications supply text plus typed questions and permitted answers; the model returns selected answers, probability distributions, confidence scores and feasibility metadata. It can jointly decode related questions under explicit implications, exclusions, cardinality limits and ordinal bounds. The checkpoint is Apache 2.0, runs on CPU or GPU, supports air-gapped deployment, and is available through the GLiNER2 tooling.
Why it matters
The recent System One model wave has mostly been framed around specialised decision APIs or GPU-hosted models. GLiNER2.5-Decide pushes the same software-facing pattern down to a 340M encoder that Fastino reports at 167.3 ms p50 on a 48-vCPU Xeon for short inputs. That makes bounded model routing, ticket triage, guardrails and tool selection plausible without a generative model or dedicated GPU. The joint constraint decoder is also operationally useful: downstream software can require related decisions to be mutually consistent instead of repairing contradictory classifier outputs after the fact.
It is a classifier, not a tiny chatbot
GLiNER2.5-Decide does not generate prose or reason through open-ended questions. A caller declares the legal answers in a schema and the encoder scores them. That narrower contract is the point: software receives bounded values, probabilities and confidence rather than text that must be parsed.
Constraints are part of decoding
Schemas can connect decisions with implications, exclusions, cardinality limits and ordinal bounds. Fastino's example shows why this matters: independently decoded safety and harm labels can contradict one another, while joint decoding searches for the highest-scoring assignment that satisfies the declared rules.
CPU deployment changes the economics
Fastino reports 167.3 ms p50 for a short two-head classification workload on a 48-vCPU Intel Xeon Platinum 8581C, with GPU latency around 38–47 ms on several tested accelerators. Those are vendor measurements on a specific schema and input size, but a 340M encoder is a very different deployment proposition from an 8B decision model or a frontier API.
The benchmark is useful but internal
Fastino reports a 60.1% average across its unseen 17-dataset Fast Decisions suite, ahead of an open JevK5 reproduction at 57.5% and SemIf at 56.4%. The suite is internally generated, JevK5 is not TypeSafe's production Jev, and these results therefore should not be treated as a neutral ranking of the decision-model market.