
Week of September 14, 2026
Things I've picked up this week from just above the noise floor of the AI conversation — collected, barely sorted, with a few lines on why each one is worth your time.
The pile, sorted
Jev was the launch of the week — TypeSafe’s first “System One” model, which gives up generating text entirely and just hands back typed decisions with calibrated probabilities. Read bottom-up, this is my week with it: what it is and what you’d actually use it for (routing queries to the right LLM is my favourite), the licence fine print that made it a non-starter for work until TypeSafe fixed some of it the same day, the “overhyped, no moat” backlash, and the scoreboard of 31 open reproductions that turned up within days.
Where I’ve landed: the idea matters more than the company. A lot of what we use LLMs for is really a decision wearing a trench coat, and TypeSafe claims doing those decisions directly is two orders of magnitude faster and cheaper. Whether that ends up as Jev, a Claude-Jev or something off Hugging Face, paired with LLMs that still do the talking it’s going to be amazing — and if Jevons is right, it means more LLM use, not less.
For now Jev itself is still the one to beat: it tops the open index, it’s cheap, and it’s hosted so there’s nothing to run. Just have someone read the MCA before you put it in production.
Jev Decision Index
Within a week there were 31 open reproductions of Jev, and multimodalart’s Decision Index scores every one of them on the same frozen 132,422-decision suite Jev itself was run on. Jev still leads at 59.5; the best open entry, a Qwen3.8-27B setup called Jevfire, is at 55.7, with a diffusion-Gemma 26B right behind it. Where Jev pulls away is knowledge and reasoning — 78.3% on GPQA Diamond against 48.0% for the best open model — while the open models already match or beat it on language understanding and retrieval.
So the alternatives are real, and some are small enough to run yourself — which also sidesteps the licence questions below. I still think Jev is the one to use for now: it’s the strongest, it’s cheap, the API is convenient and they host it for you. (Numbers are from the index’s Sep 22 update; Jev’s latency there is a hosted round trip, so don’t read anything into the speed comparison.)
No moat, and Jevons says that’s fine
IMO idc if jev or jevlike. Probably would prefer to have Claude Jev or gpt-jev and just have a unified bill tbh but the concept is an important one and however good some random academic was at doing academia a year ago, Jev succeeded in making people notice which is not easy.
— Craig Hughes (@craig.rungie.com) 2026-09-19T23:14:18.202Z
By the end of the week the backlash had arrived. Tim Kellogg called Jev overhyped with no easy moat — every lab will have an equivalent in a few months — and someone surfaced Laya, whose author says they built non-autoregressive decision models a year earlier. I can’t see a moat either : once the idea and the use cases are out there, there are dozens of ways to build something similar, and OpenAI’s and Anthropic’s GPUs can eat Jev’s lunch before breakfast. The easiest path to a Claude-Jev might just be an acquisition, if TypeSafe doesn’t get too greedy on price.
But I don’t much care whether it’s Jev or Jev-like — the concept is the important part, and Jev is what got people to notice. And the name is apt: Jevons’ paradox says Jevving the Jevvable problems probably increases demand for regular LLMs rather than eating into it. (For the record, Laya’s page says it outperforms Jev; on the Decision Index above it scores 16.4 to Jev’s 59.5.)
Read the licence before you Jev at work
Some big ones: • non-assignment in M&A: you get acquired, TypeSafe can cancel your contract. • You can't perform security/vulnerability testing, but you have unlimited liability and indemnify them 100% if their product causes problems, including gross negligence and willful misconduct by them...
— Craig Hughes (@craig.rungie.com) 2026-09-19T18:18:07.181Z
Tim spotted that TypeSafe’s terms made Jev personal-use-only unless you asked permission, and when I read the rest it was kinda a shitshow for any professional use: getting acquired could void your contract, no security testing but unlimited liability, no using the output to build anything “similar or competing” (undefined), terms that were themselves marked confidential, and a clause saying output “similar or identical” to another customer’s isn’t yours.
To their credit, TypeSafe moved fast. Tim reported they updated the terms on Sep 19 — no more permission needed to build products on it, the MCA-vs-ToS conflicts cleaned up, no benchmarking ban. Not everything went, though: the current Master Customer Agreement still bans security testing, “similar or competing” products, and still says similar or identical output isn’t yours. Fine for side projects; get legal to read it before production.
What Jev is, and what you’d use it for
It's basically a very smart multi-output classifier, right, if I understand what I'm reading on the site? So you feed it whatever arbitrary input and what your output options are, and it spits out all the outputs you asked for, with their probabilities. And it's super fast with a powerful encoder.
— Craig Hughes (@craig.rungie.com) 2026-09-15T22:29:04.845Z
TypeSafe launched Jev on Sep 15, and it doesn’t generate text at all. You hand it arbitrary input plus the outputs you want, and it hands back all of them at once, typed, each with a calibrated probability — basically a very smart multi-output classifier with a powerful encoder. It does continuous values too (sales prediction, churn risk, anomaly detection), and it’s cheap: $0.042 per million input tokens, output free, answers in 70–500ms.
So what’s it for? All the usual classifier stuff — robotics, workflow routing, decision support — except the input is arbitrary text through a smart encoder. The one I like most is routing : hand Jev the query, have it score the possible model/effort combos, and send the work to the right full LLM. More generally, a lot of apps are “get the model to say something” followed immediately by “parse it” (as catblanketflower put it), and anything shaped like that is Jevvable.
Yeah; I think there's a ton of Jevvable things that people have been using LLMs innefficiently for; but there's also a ton more things that I think you still need language generation for. The combination of the two, especially if deeply integrated, will be amazing.
— Craig Hughes (@craig.rungie.com) 2026-09-18T19:13:08.139Z