Kev open-source decision models scale to 0.6B/4B/8B, trainable in 40 min on one H100

TheMoonMidas · x · 2026-09-21

Jared Palmer released Kev, a family of open-source, Jev-like small decision models in 0.6B, 4B, and 8B sizes, built on Qwen3 with a LoRA adapter plus a small pointer head.

How it works: one forward pass reads a document and answers many typed questions in parallel — document and questions are packed into one sequence with a block-causal mask so questions see the document but not each other; a pointer head softmaxes calibrated probabilities with no autoregressive decoding.

Key numbers and features:

Code, weights, and evals are on GitHub.

Original post →

More from coding & agent

coding & agent channel →