Skip to main content

Command Palette

Search for a command to run...

Jev: The AI Model That Doesn't Talk, It Just Decides

So, What Exactly Is Jev?

Updated
2 min readView as Markdown
Jev: The AI Model That Doesn't Talk, It Just Decides
K

Hi, I’m Kushal, a tech enthusiast, coder, and lifelong learner. I’m passionate about web development, DevOps, AI, and building innovative solutions. This blog is my space to share personal stories, tech experiments, and everything I’m exploring. Whether it’s crafting projects, diving into AI, or reflecting on life’s journey, I aim to connect, inspire, and grow. Thanks for stopping by!

So, yesterday I was doomscrolling YouTube and just saw a video byHarkirat Singh. This video was about the new System One Model Jev.

After watching that video, I thought of putting my thoughts on it.

So, basically, what I understood is that Jev is not an LLM; it is just a classification model trained using a method they call Reinforcement Learning for Calibrated Decisions (RLCD).

Difference b/w LLM's and Jev

  • Now, the biggest difference b/w LLM and Jev is that a normal LLM could give answers to what we are querying for, maybe with some amount of hallucinations, but here in Jev, it only tells whether it's ok or not (yes or no, 0 or 1), similar to classic classification models but in a structured manner without hallucinations.

  • Jev is very fast and way cheaper than LLMs.

You can see more differences on this blog.

Use cases of Jev or System One models

Jev can be used for AI automations where, at certain points, classification is required.

Or any other application where a perfect classification or decision needs to be made and there should be no space for wrong answers, and the response should be faster and cheaper.

More use cases of Jev are listed here.