Cua Open-Sources Jev-Style 706K-Param Form Model, Beats Jev API 99.7% vs 83.6%
aigclink · x · 2026-09-21
Ex-OpenAI researcher Diogo Almeida released Jev, proposing a new species: the "System One" model. The core insight: models surpassed humans at chat long ago, yet automation lags because LLMs output human-readable text that programs must parse and validate. System One models invert this — no text generation, only decisions: state in, probabilistic structured choices out, all computed in parallel rather than token by token. An AI-native if-statement.
A day later, the computer-use team Cua open-sourced a scenario-specific reproduction, cua-s1-forms, for form filling:
- 706K parameters, 2.8MB, 2-layer Transformer, byte-level encoding
- 230K synthetic examples deliberately seeded with lookalike distractors (phone vs emergency-contact phone, email vs street address)
- On matched tasks vs Jev's official API: 99.7% vs 83.6% (Jev is zero-shot, so the point is that task-specialized small models beat general ones)
Takeaway: every repetitive computer task will eventually get its own tiny specialist; rule-based/coordinate-recorded RPA work (forms, CRM updates, data entry, browser ops, document routing, UI decisions) can be rewritten with this paradigm — big models think, System One acts.
Related event: Ex-OpenAI Researcher Open-Sources 706K-Param Form-Filling Model(2 posts)→
More from Models
- OpenAI's $200 plan burns 33% in 48 hours; user calls it a bait and switch — AIandDesign · 2026-09-21
- DeepSeek Web Output Style Reportedly Lobotomized by Safe Harbor RLHF — Old_Let6328 · 2026-09-21
- JEV opens to all with $5 free credits; $0.042 input and free output pricing — op7418 · 2026-09-21
- Inception CEO Stefano Ermon bets on diffusion LLMs that generate tokens in parallel — saranormous · 2026-09-21
- Testing decision model Jev: add "none of these" options and never do algebra across questions — colinmcnamara · 2026-09-21
- Jev's calibration error measured at ~0.09: right just as often, still off about how sure — colinmcnamara · 2026-09-21