104 points ilreb 1 hour ago 50 comments
lucfranken 1 hour ago | parent
Also with this example the speed of new launches based on a launch is just incredible.
chvid 1 hour ago | parent
lucfranken 53 minutes ago | parent
bsenftner 17 minutes ago | parent
colesantiago 56 minutes ago | parent
Learned also that Jev was trained on 100%(!) synthetic data.
What a great time to be alive.
phoghed 53 minutes ago | parent
As opposed to a fake choice?
philipp-gayret 26 minutes ago | parent
hbcdbff 21 minutes ago | parent
I kinda wonder if being trained on other English dialects, particularly Indian English, causes this
tecleandor 50 minutes ago | parent
It's trying to "emulate" Jev behavior using a regular small LLM model (Qwen3 0.6B or MiniCPM5 2B). And with the smallest model it takes like between half to two seconds to run in my M2 Max, so it's not super fast.
I mean, it's faster than asking to a regular LLM, but I think that's not proper to have Jev on the name (also legally...)
Edit: no shade, and I'll give it a try for some ideas. I'd also like to have an open weights Jev but I think the naming is misguiding. I also have to try Jev that, BTW, got access pretty quickly, less than a day I think...
CharlieDigital 34 minutes ago | parent
Foobar8568 19 minutes ago | parent
neilellis 47 minutes ago | parent
ares623 40 minutes ago | parent
airza 39 minutes ago | parent
tomaytotomato 36 minutes ago | parent
Are there any huggingface mirrors out there?
camillomiller 31 minutes ago | parent
"Customer wants to lear how to better talk in a company situation, and bring across their argument effectively"
Than had it choose what training would be fitting for this user: - Communication and Feedback - Leadership for Begninners - Soft Skills and Emotional Awareness
It picked always the third with an 80% confidence, while the answer should have been 1.
arcwhite 28 minutes ago | parent
kul_ 31 minutes ago | parent
olexsmir 29 minutes ago | parent
kjeksfjes 27 minutes ago | parent
bloody_bocker 27 minutes ago | parent
tjoff 24 minutes ago | parent
Clear and to the point. Not even a cookie popup (which ni user respectable site needs, so super low bar to clear).
If you meant the text then I agree.
ignoramous 8 minutes ago | parent
rtpg 24 minutes ago | parent
The same people who are likely seeing tens of the same sort of pages and immediately closing them because "who cares".
I mean I guess I'm looking at this too. But at this point the most interesting projects in the world to me are ones with bad CSS.
algoth1 22 minutes ago | parent
alex_suzuki 23 minutes ago | parent
adventured 16 minutes ago | parent
It's like it was made by the world's most anal-retentive Wordpress theme builder. They went over it a thousand times until it was perfectly optimized, no distinguishing marks, no stray tiny misalignments, no single-use stylings.
cgio 21 minutes ago | parent
oogali 13 minutes ago | parent
The thought is a new wave of people who only know LLM-generated sites, so those design patterns are what they demand/emulate/etc. across the spectrum of user interfaces.
The only previous trend I can draw a parallel to was when Comic Sans and Microsoft Clip Art dominated every flyer and poster.
JoshTriplett 17 minutes ago | parent
phoghed 14 minutes ago | parent
The overall arrangement and useless shit LLMs put in the copy is often annoying though.
joegibbs 13 minutes ago | parent
Havoc 7 minutes ago | parent
sajithdilshan 7 minutes ago | parent
pilooch 5 minutes ago | parent
wuhhh 25 minutes ago | parent
"Jev is TypeSafe's closed service for runtime-defined semantic decisions. This project reproduces that interface pattern with open models; it does not reproduce Jev's undisclosed model or training"
As someone else pointed out it isn't actually Jev... can someone enlighten me
mritchie712 15 minutes ago | parent
each "question" is answered in parallel instead of a sequential (like an LLM). so if you have an input like:
{"is_it_hotdog": noul, "is_it_apple", noul}
it answers is_it_hotdog and is_it_apple in parallel and gives a probability.orbital-decay 4 minutes ago | parent
hbcdbff 20 minutes ago | parent
algoth1 19 minutes ago | parent
spwa4 16 minutes ago | parent
The last step of an LLM is to take a softmax of the predictions and then generating a token from that. But there was tooling that would just generate all allowed next tokens from a grammar (e.g. restrict to valid JSON).
This seems to taking an approach from the pre-transformer days. Seq-to-seq is hard and we don't always need it. Let's to seq-to-1 because it's often way easier to get it training properly and so you can often get it optimized way better. And, more generally, make sure to pick the best option out of the possibilities: 1-to-1, 1-to-seq, seq-to-1 and seq-to-seq. Where seq-to-seq requires far more resources than any other option and so it's a case of "please don't".
Also note that "1" only means the input is fixed. It does not mean 1 number or ... it just means fixed. The best image description models remained 1-to-seq models 4 years or so after transformers were introduced. Even ASR models remained 1-to-seq + CTC models for quite a while ... I'm not sure if they lasted all the way to whisper release.
Even today training transformers remains expensive. So this should at least be a way to be a lot cheaper than any LLM can hope to be.
And I really like the doom demo. Obviously a pretty stupid model which is really cheap to run can still get a robot walking, if you run it quickly enough. That's how we get insects and mice and ...
And one might even add that biologically, humans aren't smart, or at least, most of the human nervous system isn't smart, compared to the whole, and does work independently if needed (and possible). The human mind is a LOOOOOOOONG chain of fast-but-stupid-and-totally-blind -> slightly-slower-but-smarter-and-not-entirely-blind -> slower-smarter-and-actually-senses-things -> all-information-you-could-want-but-at-most-1-signal-per-minute right up to the point that we have "neural circuits" (using Bishop's definition) that can run at >2khz (2000+ tok/s, say) and on the other end up to our frontal lobe that takes one decision per week if it feels like working hard. Per month if you're 40 or older.
zemlyansky 11 minutes ago | parent
FooBarWidget 10 minutes ago | parent
tmach32 9 minutes ago | parent
I think one difference between OpenJev and Jev would be, then, is what it's trained on.
Jev is, on the surface, cheap enough for me not to seek self-hosted alternatives. On the other hand, I wish the free/open weight alternatives to Pangram were better.