Jev versus text-generating models
Jev does not generate free-form text. A side-by-side video compares parallel decision-making with token-by-token text generation.

The author noticed that JEV returns probabilities for candidate choices along with a confidence score for its prediction, and wondered whether TypeSafe AI brought back Bayesian Networks to learn uncertainty, only to find from their docs that it did not.
I was super intrigued when I noticed that JEV returns not just probs for candidate choices, but also a CONFIDENCE SCORE of it's prediction... I was wondering if TypeSafe AI brought back Bayesian Networks or something to learn uncertainty. Turns out - NO. Acc to their docs,