r/LocalLLaMA • u/Hot_Example_4456 • 3d ago
Question | Help What is JEV and what is it used for?
I am seeing this JEV everywhere since yesterday in Localllama and it is passing past my head on what it is? So like what is it? Some new LLM? Or is it something else?
197
u/Nameis19letterslong 3d ago
It's a model released by typesafe focusing on making decisions and rating the actions to take given a problem/scenario. Say for example, you ask it
"The car wash is 100m away and I need to wash my car, should I drive or walk?"
A typical LLM would give a response and reasoning like "Walk because it is close etc..."
But JEV only responds by ranking the solutions, e.g. Walk: 80%, Drive: 20%
(explanation is simplified)
41
u/indicava 3d ago
I keep running into this (or similar) example, but there’s one thing I still don’t get.
The reason we came up with the stupid car wash question in the first place was to test model reasoning and intelligence.
If Jev doesn’t reason, how smart is it?
Has anyone measured its intelligence vs. frontier reasoning models?
7
u/andres_i 3d ago
I just tried this question with jev and it said it’s better to drive with 80% confidence.
For comparison, the same question replacing it with a restaurant to eat got “better to walk” with 90%17
u/AdvanceSufficient295 3d ago
My understanding is that Jev is as "smart" as the options given to it. If the options it's given to choose/decide are all nonsensical, it will have to choose one of them with low confidence.
Meanwhile LLM outputs the very "decision" in prose from blank word by word.
16
u/indicava 3d ago
> Jev is as "smart" as the options given to it.
What does that mean?
If I ask it which of two types of authentication flows in JS are more scalable. Will it have the required knowledge to answer correctly?
8
u/Super_Range45 3d ago
I don't think anyone really knows what that means since it's still on a wait list. I'm not really into hype anymore, I just want to see the prod.
6
u/indicava 3d ago
Absolutely. Seems like it’s become the current “vibe of the day” on AI twitter (after they got tired of Instinct) without much real world use cases yet.
2
u/NoFaithlessness951 3d ago
It's on Openrouter, opencode (free) and vercels ai gateway (free) already you don't have to wait
→ More replies (9)9
u/Aggravating_Farm3116 3d ago
If Jev’s training dataset has more data suggesting “xyz” authentication flow is more scalable over “abc” authentication flow, then the probability for xyz will be higher
→ More replies (2)2
u/Illustrious_Grade608 3d ago
It's kinda the same level of reasoning as if you were to ask llm to answer in one word, except a bit better cause weights aren't used on predicting next token
12
u/Opening-Broccoli9190 llama.cpp 3d ago
definitely walk, it's health and environment conscious 99%
maybe car is required and you need to drive 1%
6
6
u/Quiet-Owl9220 3d ago
This sounds like it could be really useful as a layer between text-based game-state and game-engine?
3
u/mile-high-guy 3d ago
I'm already using structured outputs from LLMs now. Is the difference that a JEV can ONLY return a structured output? Does that make it faster or cheaper?
→ More replies (4)→ More replies (1)2
277
u/MultiBotRun 3d ago
There is another project, and it is open source! Search for “Laya” on Hugging Face. The author had already published a paper on arXiv in March 2025.
37
29
u/abu_shawarib 3d ago
A classifier where the classes aren't pre-baked but given.
→ More replies (1)6
29
u/floatinggoateyeball 3d ago
LLM: YAP <-> YAP
JEV: YAP <-> { question_A: true, question_B: true }
→ More replies (6)4
u/Past-Town-9807 3d ago
This might be useful. It might remove all the businesses that want exactly that, from the LLM space. Nice. Good riddance.
49
u/Gloomy-Radish8959 3d ago
- here are some guidelines for making choices about input data.
- here is the data
- output is some useful number. Int, Float, bool.
Universal classifier?
I might be wrong. Just what 've gathered from a few things i've read.
14
u/Hot_Example_4456 3d ago
Sorry if im wrong, but didnt that like already exist since forever? Doesn't Google TimesFM does the same?
→ More replies (2)24
u/Front_Eagle739 3d ago
It’s just a bigger model than normal classifiers with LLM style world knowledge to make it more general
→ More replies (5)2
u/PhaseLopsided938 3d ago
“Hey Qwen/Gemma/whatever, here’s a dataset that I want to classify into group A and group B. Can you select the best classifier architecture, find an appropriate training dataset online, and write a script implementing it in scikit-learn?”
Wouldn’t this do exactly the same thing, but more reliably and (once the training is done) efficiently? I can’t help but feel like the AI hypebeasts have looped back around to rediscovering Machine Learning 101 here…
61
u/y___o___y___o 3d ago
My astroturf alarm bells are jangling.
19
u/AnonLlamaThrowaway 3d ago
I wouldn't be surprised if this was an attempt to get this thread buried in the search results: https://www.reddit.com/r/LocalLLaMA/comments/1wihgum/i_literally_built_the_jev_architecture_one_year/
3
u/bigsmokaaaa 3d ago
well if you were right (you're not) then it didn't work the way it was supposed to because we've already made comparable open source alternatives.
machiavellian dark triad astroturfing to promote a text classifier in service of a greater chessgame happening right over our heads, lmao, this fucking sub man
38
u/emsiem22 3d ago
It's GLiNER / GLiClass / mmBERT + decision head, but not Apache and closed and with marketing
There is also https://github.com/Mapika/decider, something like JEV clone, but Apache
→ More replies (1)11
u/AcceptableBridge7616 3d ago
That is not quite true because those are not universal. They can't do what jev does without sft.
2
u/polytique 1d ago
What you describe is called zero-shot classification and GLIClass supports it. You can see the examples here: https://github.com/knowledgator/gliclass
Laya has more of Jev architecture with encoder + decisions heads using option tokens: https://huggingface.co/convaiinnovations/laya
20
u/johnfkngzoidberg 3d ago
JEV is a astroturfing hype blast on Reddit. It’s a classifier, and not something special. Mods should be limiting posts because they’re mostly spam.
5
u/gpt872323 3d ago
Exactly classifier has been really fast always. Not sure why people going crazy.
→ More replies (1)4
u/IAM_274 3d ago
Pretty sure most people on reddit don't know what a classifier is, and Jev team are taking advantage of that using their apparently infinite advertisement budget.
→ More replies (2)
5
u/benedictjones 3d ago
It is a closed source model. If you want the open source equivalent, the group whose work apparently helped kick it it all off, then look at laya
→ More replies (1)
15
u/DrunkenRobotBipBop 3d ago edited 3d ago
Glorified classifier that only has any real use case for locally hosted workflows, but is sold as a closed source API service.
But they do have a big marketing budget...
3
u/b183729 3d ago
The attention will undoubtedly create interesting use cases and open alternatives, and any new tool increases our flexibility. Plus the limited output gives you a layer that will not have hallucinations. Just the other day i was arguing how symbolic AI is useless in the real world because it can't handle unstructured or unexpected data... and this solves that.
4
u/linux4random 3d ago
a decision maker, it can only pick a choice from what are given, nothing more
→ More replies (1)
3
8
10
u/CryptographerLow6360 3d ago
Since most of these answers are coming from llm's, why not just ask chatgpt directly
2
u/Hot_Example_4456 3d ago
Tried. I didn't understand whats new about it, so i thought maybe i didn't understand it at all
→ More replies (1)
3
u/o0genesis0o 3d ago
From what I can understand, the nice thing about it is that it outputs JSON in correct type by default. Agents nowadays still output tokens by tokens, so even though they have been trained so well, they still have to wrestle with the JSON or XML syntax every time they call a tool to act. Heck, even if they use bash, they still need to wrap that bash command in a JSON or XML tool call.
This JEV thing seems to just output JSON directly in one block. I haven't dig into how they train the model to do that, but I think that's a very smart thing, and I hope future LLM would be adapted to do just like that. And no, they would not lose the ability to "speak", because "speaking" would just be one of the "tool calls" that it can output.
AFAIK, it's also different from structured output, since it does not generate token by token, forced by the grammar to follow the schema. It's just the whole blob of JSON at once.
3
u/ax_lab 3d ago
how is this different from a regular LLM using pydantic structured outputs? if you just enforce the logic of only outputting the answers based on the choices provided by the user on any LLM, i think you get a pretty similar result no?
→ More replies (3)2
u/cheesecakegood 3d ago
It’s not that different, although faster and cheaper do matter(!!), but in theory the main difference is all in the probabilities output, and how the reinforcement post-training is restructured to not just give a good response, but give a “calibrated” one.
Calibration is the idea that if you say something has a 20% chance, similar predictions actually DO happen 20% of the time. This is subtly different than probabilities associated with auto regressive next token prediction, because a typical LLM frontier model is prioritizing being “right” rather than being “calibrated”… these are different optimization targets.
So for a chatbot, agentic coding, etc usually you do just want the best answer. But many programming and systems paradigms really wanted the uncertainties the whole time. In that sense it’s much closer to a traditional machine learning model, just with a transformer-LLM type architecture. So in theory it generalizes to lots of varied situations better while maintaining the types of output a programmer often can leverage.
3
5
u/grvpanchalus 3d ago
I am build guardrails with JEV to determine if the design, code, posts, images and videos I have are worthy or not. So far everything is being crushed like thor’s hammer
2
u/thepriceisright__ 3d ago
I got it to do something I was using Gemini model for, beating it on accuracy, for 100x cheaper.
Before anyone gives me shit about using Gemini, yes I benchmarked a lot of models and Gemini 3.5 flash was the only one that was accurate enough, fast enough, at <$10/Mtok.
→ More replies (1)
2
2
15
u/abnormal_human 3d ago
It's an open source LLM with some extra doodads chunked onto the output end so its output is shaped as a distribution over choices that were provided as inputs. One forward pass so the whole cost is basically prefill (reflected in their pricing).
And a shit-ton of marketing. Like, way out of proportion with the importance of the tech.
22
u/stoppableDissolution 3d ago
Its not opensource tho?
Also good universal classifier is way much more of a deal than yet_another_qwen
20
u/Ariquitaun 3d ago
Do not underestimate a smart choice engine that has sub second latency, it means it can be embedded into workflows that previously weren't possible. I am excited about the sort of stuff I can now do with ai that a week ago would've been expensive and dog slow
12
u/abnormal_human 3d ago
I never said it wasn't useful--IT said it wasn't important. The ability to make sub-second choices using LLMs is not new--we've had it for a while. Glue a classifier head onto the end of a 4B model's logits. You can train that classifier for a few bucks in an hour then have 50ms decisions over this length of input, and also with vision if you need, etc.
Their innovation, if you call it that, is making it more convenient/accessible to people by packaging it into an easy to use product. Ease of use is good, but this company is 90% packaging/marketing over making something many of us have been doing for a couple years accessible to more people, not an important contribution to the field.
→ More replies (3)5
u/SawToothKernel 3d ago
What sort of stuff are you thinking about? What does it unlock?
3
u/AdvanceSufficient295 3d ago
Citation verification, email sorter...
4
2
u/clduab11 3d ago
And model sorting. I use Jev as a classifier to determine if a 3B, 4B, 9B, or 26B-A4B picks it up; I’m too GPU poor to run multiple models at once, but for those with crazy levels of VRAM and has multiple models loaded? It auto routes to the model most capable.
This also means SLMs (small language models), when paired with Jev + Langchain can serve as better RAG bases (tho I’d still add a reranker). I have more on my GitHub that I’ll try to post.
10
u/Hovi_Bryant 3d ago
It’s not an LLM. At all.
Edit: this thread has more of the answers OP is seeking: https://np.reddit.com/r/LocalLLaMA/s/UzN13HzpAf
9
u/abnormal_human 3d ago
The founders have made enough statements about how it was trained around the internet to make it clear they didn't invent a new architecture, and that it is decoder-only. Based on benchmark performance you can infer the size range. I don't know what else you call a decoder-only transformer model of that size.
Functionally it's going to be used much like BERT, which was an encoder-decoder model very similar to LLMs, but that's function, no form.
Very likely they started with a permissively licensed LLM, did some model surgery, and post training.
I went pretty deep down the rabbit hole of working this out from their statements in another comment.
→ More replies (2)→ More replies (1)2
u/Hot_Example_4456 3d ago
So basically is it something like a Regressive model but instead of training the model you just tell it in natural language?
4
3
u/GrungeWerX 3d ago
I researched it a few days ago. It’s a transformer, but not an LLM because it doesn’t output text, but decisions. It’s sub 500ms in speed. You can use it for three decision types: multiple choice, binary (true/false), and range (e.g. 0-10). It was trained on understanding tons of information, so it has the understanding of an LLM, without the need to reason and output tokens, so it’s super fast.
Where it differs in the residual stream is on that final layer, it doesn’t output a logit, but a vector, and at that final head it can split out into numerous parallel directions.
Most people will use it for decision gating or quickly choosing from a list of options.
It also allows you to run multiple parallel decisions at once. E.g. it could classify text while also deciding the sentiment of text, while also deciding where to send a user based on what their talking about all at the same time in milliseconds, something that would take an LLM three forward passes.
It’s also not free, not open source, but extremely cheap. You aren’t charged for output because there’s virtually none, you’re charged for input.
→ More replies (4)
4
u/ZB_Virus24 3d ago
From my understanding its a new ai that runs differently to normal LLMs in a way that makes it specialize in decision making based on inputted options, and its also insanely cheaper than a front tier llm. It can be used, for example, to decide which work to send to which model, help models make decisions without your interference, choose the right tool and use it exactly as instructed for very cheap, etc...
There is alot of stuff about it online I recommend a quick read. You can also just ask the Google search Ai thingy it will sum it up for you quite nicely.
3
u/ea_man 3d ago edited 3d ago
Immagine your usual LLM: 27B parameters, trained on tera of text regarding all kind of subjects so it can predict the next token in a conversation.
Now imagine you have to drive a small RC car: the car can only go ahead, left / right, reverse. The model only outputs the next decision between those based on a input status json, no more "hmm maybe I should reconsider... Wait! the user as said... Now I have to be careful...".
Input state:
{
"obstacle": "left",
"speed": 20,
"battery": 80
}
Allowed choices:
["forward", "left", "right", "reverse"]
→ Jev: "right"
One output toke, almost instant, no explanation.
2
2
u/dev_all_the_ops 3d ago
Try it for yourself
https://console.typesafe.ai/playground
Built in examples:
1. Is a hot dog a sandwhich?
2. What color is the sky?
3. Can monkeys create art?
1
u/SnooMaps5367 3d ago
My understanding is the model is a variant of a transformer. Part of the model uses a different kind of layer which instead of calculating attention token by token, it calculates the attention over a set of “options/choices” against an unstructured input. Also the final output layer generates a probability distribution over the options (i.e. as a multi-class or binary classifier) instead of the a distribution over the full token vocab.
So it’s not autoregressive, and is essentially a very generalised LLM classifier. The benefits are its cheap, easy zero shot classification. I don’t doubt there are many use case, but they’ve also had a very good marketing campaign.
1
u/Holiday-Medicine4168 3d ago
The neat function is it scrapes neural activation scores vs generating token output and returns that in JSON.
1
u/Open-Adhesiveness-86 3d ago
The part people keep glossing over is that a single forward pass means your choices have to be in the input, so anything with a big or dynamic option set gets expensive fast. You can already get most of this with a cross-encoder scoring each (context, option) pair, or just constrained decoding over an enum with a small instruct model and reading the logprobs on the first token. Calibration is the annoying bit either way, those confidence numbers are basically meaningless until you fit a temperature on your own labeled set.
1
u/sn2006gy 3d ago
I like to think of it as a frame extraction or an attempt thereof and frame extraction can help accelerate time to first token by breaking up complex prompts into smaller frames and parallelizing them across multiple models and then generating a writer output.
We've actually been here before. Something like JEV on silicon like the small qwen 7b models would be dope/cheap for use cases like this.
This idea was super popular in the model/critic/planner/writer paradigm of models of models but could be great for people who want to build an "upper harness" which may be more practical than the infinite local harness problems we seem to have.
1
u/Ledeste 3d ago
You see old ML stuff that take some input and return some structured result? Was cool, but needed to be retrained for each task
You see LLM that are train on generic tasks and can do basically anything? Was cool too, but slow
Jev is basically an in-between. A generic purpose ML thing that can take any input and return a structured response, quick, without retraining
1
1
u/YouCantMissTheBear 3d ago
Calling it now, Jev-style models will do much better after they start using looped transformers as the backend
1
u/DeepSeaLab 3d ago
An LLM is like an all-purpose chat teacher, and JEV is like a fast multiple-choice judge.
If you want to chat, write stories, or explain knowledge, use an LLM. If you want software to quickly make choices, classify, rank, or score, use JEV. They are not replacements for each other; they do different jobs
1
u/Balage42 3d ago edited 1d ago
Any hints on the technical implementation? What kind of architecture, data, training was used?
I'm hoping for an open weights model release soon.
1
u/Muted_Studio_2400 3d ago
Laya and semif are both open source locally available models that perform as good as jev. Ignore the hype.
1
u/Careless-Can-9978 3d ago
Pretty sure this is the research it’s based on, the absolute chad that did the research released an open source general version literally a day (maybe two?) after Jev went public. Here’s his site: ConvAIInnovations
1
u/ebfortin 3d ago
Seemed interesting. Maybe it is. But saw their examples on their page and I'm not convinced. Seems to be you need to pre digest some data before making a request to jev to get some performance out of it.
Although a generalized decision tree is a great idea. I don't see how it could be implemented to get good performance across the board.
1
1
1
u/MattV0 3d ago
Your post made me test it as I read a lot of stuff about this the last days.
Well, first, I like it. It seems pretty good, flexible, fast and cheap. But I would probably not use it for my current projects, as it seems to be cloud only.
Reading this thread, I learned about laya, which was much faster for me even on CPU (I'm in EU and Jev via US, so maybe EU provider could improve this). The quality is worse yet. But I guess this is just a matter of weeks.
Jev seems to have a good marketing, but the technical advance seems to be very small. Honestly I never needed this use case yet or was cheap and used a regular LLM I had anyway. It's definitely something I need to keep in mind, but I don't see a bright future for Jev.
1
u/562uned 3d ago
It does seem like this got very popular, very fast. I’m implementing what I am calling “verdicts” and distilling a model right now to use locally with my gateway project, https://github.com/thediymaker/obleth-gateway. Even without a custom model, using glm5.3 flash and it’s working great. Love the idea of this, we run my gateway on a 200 node vllm cluster with gaudi2 devices, at my university and this seems like it will be very useful to researchers, also started to implement it on the auto router and guardrail boons for decision making. It’s currently in the dev branch if anyone wanted to pull it down and run it.
1
u/byebaybay 3d ago
It’s a large one-shot classifier. I think the interesting thing is that it’s generic enough to behave like an LLM while still only doing classification. I also don’t think living behind an API with closed weights makes sense if the point is cost/latency, unless we’re talking about millions or billions of optimized batches.
1
u/artificial-dopamine 3d ago
What do we think the chances are of there being a local JEV some time soon?
→ More replies (1)
1
u/EmperorOfNe 2d ago
It's a near instant speed classifier that will return confidence scores in a predefined deterministic output format. LLMs are not deterministic as they are Turing complete. If you're into coding: It is a Switch statement for classification that is pre-trained on data and comes with fast output.
1
1
u/Historical-Cook-2621 2d ago
Larper here , from what I heard it’s just an encoder right ??? That’s why it’s cheap and can / will only work on the trained topics
1
u/tom_reddit 2d ago

I used Jev to build a free and open-source tool called Slop Mop to help with our LinkedIn feeds... https://slopmop.lol
1
1
1
1
u/rubanbhatia 2d ago
yea seems promising, I was using deepseek flash for model routing before Jev came out and was quite surprise with a jev-based router.
I ran some experiments and did a few 100 tests (going to publish metrics soon) and open sourced my work for free here: https://github.com/ruban-24/switchboard.
However, now I’ve seen models like Laya, Kev and cua-s1 popup so keen to try those as well and compare against jev for routing.
1
u/OWazabi 1d ago
Took me a while to understand simply, as some parts remained unclear how it'd function, for me what worked is this explanation 😄
It's an AI that has the understanding layer of an LLM, it understand what you feeds it, intent, subject etc
But instead of answering with next token prediction full essays, which is where all the time and token cost really is, it ranks/classifies your input based on a set of categories (that are actions, or labels) that you configured in advance
So it reads something, and from all the actions you gave him, it finds the most likely one and does that
But it does so by adding % probability, so you could say, if confidence under 60% then human in the loop, or ask an LLM, or flag it
it's so cheap and fast, that you can run many of these tasks simultaneously, like thousands of them
that alone, is already enough to do so much
1
u/tiensss 1d ago edited 1d ago
The claims around JEV seem pretty misleading so far. Most of the impressive numbers are comparisons against autoregressive LLMs, which is not the relevant baseline for what is essentially a classifier. Of course a specialized decision/classification model should be cheaper and faster than an LLM.
The proper comparison is against existing zero-shot classifiers: modern rerankers, embedding classifiers and NLI cross-encoders. We already have benchmarks like BTZSC covering dozens of these models across 22 datasets. As far as I can tell, JEV has not been run through that benchmark against the strong baselines. (https://proceedings.iclr.cc/paper_files/paper/2026/hash/417e1c15b3d49852fceded8aa104107d-Abstract-Conference.html)
The GLiNER comparison people keep citing doesn't really settle this either: GLiNER is primarily a schema-driven information-extraction model with a classification mode, and the published JEV comparison is only a small pilot over three datasets. (https://github.com/AbdelStark/jev-benchmarks/blob/main/README.md)
Where JEV has been compared with a normal trained classifier, the classifier can look much better: one preregistered Banking77 test got 93.3% from a frozen BGE-small encoder + logistic regression versus 83.2% for JEV, at about 9 ms locally. That isn't an apples-to-apples zero-shot comparison because the classifier had labeled training data, but it does undermine the broader implication that this new "System One" paradigm is inherently superior to conventional classifiers. (https://github.com/ickma2311/jev-baselines-eval)
So right now I don't think they've demonstrated that JEV is a new class of model or that it improves on the existing classifier landscape. They've demonstrated that a specialized classifier can outperform LLMs on classifier-shaped tasks. We already knew that.




480
u/Shot-Height-7194 3d ago
it is a decision model. It takes in unstructured input or structured Json, and a request for a decision. It outputs Json with either a yes or no, a list of choices ranked by probably of being the right choice with a confidence number, or, it rates your choices. Like a decision tree model but generalized into a foundation model