Hacker News front page8 min readrelease notesintermediate
Laya the open source version of Jev
Summary
Laya is an open‑source, bidirectional‑encoder model family for ultra‑fast, calibrated decision‑making (choice, score, boolean) over structured schemas. It runs 6‑8× faster than the closed‑source Jev, supports 100+ languages via three checkpoints, and includes a lightweight router that selects the appropriate checkpoint before inference. Benchmarks show higher accuracy, far better calibration (ECE…
- System‑1 style models (non‑autoregressive) can replace generative LLMs for reflex decisions, delivering calibrated probabilities without hallucination.
- Three decision primitives (choice, score, noul) simplify API design and guarantee well‑formed outputs.
- Routing by script detection enables a single hub repository to serve English, multilingual, and typed‑decision checkpoints with negligible overhead.
- Empirical results: Laya outperforms TypeSafe Jev on accuracy, calibration, latency, and cost; however, choice tasks with many options (>20) still suffer.
Many production pipelines waste compute and money calling large generative LLMs for binary or multi‑class decisions that require only a calibrated score. Laya demonstrates a practical, open alternative that can be run on commodity GPUs, dramatically reducing latency and cost while providing trustwo…
8/10



