I turned Jev into a (lousy) chatbot (github.com)
ericpruitt 8 hours ago
written-beyond 7 hours ago
OtherShrezzing 8 hours ago
> a story
I think this is the first time I’ve knowingly laughed at a model’s joke.
phoghed 6 hours ago
An early ChatGPT model made me a pretty funny track list for my imaginary Indian cover band The Needful Dead. It's no longer in my chat history though so clearly Sam retconned anything his models did that could be considered racist.
zamadatix 5 hours ago
solarkraft 14 minutes ago
joshu an hour ago
K0IN 3 hours ago
teravor 3 hours ago
that said, I don't understand the hype. I have been doing what Jev does for 2 years now by just forcing json tokens onto an LLM. you can even get the LLM to think. and you can ensemble multiple LLMs.
I suppose the appeal of Jev is how cheap and fast it is, but then it's entirely unsuitable for anything but the most cursory extraction. using it to play games seems like a waste of time especially when most of those games will be played better by an algorithm written by an LLM (just give it the state and ask it to write a bot).
svachalek 2 hours ago
yipinwong 5 hours ago
nowittyusername 4 hours ago
dozerly 3 hours ago
fragmede 2 hours ago
lwansbrough 8 hours ago
IceDane 5 hours ago
ralusek 8 hours ago
Bluestein 8 hours ago
petesergeant 7 hours ago
When it first came out, I thought "this weekend, I'll do a little open-source Jev based on single-token prediction and the token logit output", but of course when it came to it, there were at least 5 that had already been done between me thinking that and getting around to it.
So I wrote up[0] what other people had done, but wasn't happy with how weak the benchmarks were, but in the time between writing the first word and the last few, two excellent sets of benchmarks had been written, so I was able to incorporate those. I published the article, and one of the authors of one of the implementations commented that I'd beaten him to doing the write-up he'd wanted to.
This morning I thought "huh, you could have some fun giving Jev a single letter or token at a time, turning it into a chatbot", but as the time of looking two people had already done this (and taken the gag further than I would have), and ... this is isn't either of the ones I'd found. I bet if you scratch the surface there already at leat 5.
Time from idea to output has dropped off a fucking cliff.
applfanboysbgon 7 hours ago
cyanydeez 7 hours ago
Similar to how we upgraded computers for decades and the software bloated to fill the specs
fragmede an hour ago
margalabargala 7 hours ago
Slack is glorified IRC yet they're worth billions.
Dropbox can be trivially implemented via rsync yet they're worth billions.
bitexploder 5 hours ago
SgtBastard 4 hours ago
God I’ old
margalabargala 3 hours ago
petesergeant 6 hours ago
I quite enjoyed handwriting my article to be honest.
jorl17 7 hours ago
digilypse 6 hours ago
https://docs.typesafe.ai/model-jaggedness/jev-1.13#generatio...
radarsat1 6 hours ago
How is this idea generally working out in comparison with Jev? I'm curious, from what I read so far it seems like Jev is still beating this kind of thing.
But it's curious because it's not entirely clear why, from an architecture point of view for all we know that's exactly what they're doing. So it must come down to the quality of those logits, ie., model size and training details.
It seems to me that what most of these single-token-prediction projects are missing is that Jev seems to be claiming they predict well-calibrated probabilities. This is an incredibly valuable thing that LLMs simply can't deliver unless they are trained specially for it.
petesergeant 6 hours ago
Jev clearly has _some_ secret sauce compared to doing the dumbest thing that could possibly work with Qwen. It's not clear how durable that advantage is against OpenAI wiring up Luna-5.6 and doing a minimum amount of tweaking, but I presume we'll know in a week or two.
moffkalast 5 hours ago
I think the real difference Jev makes is the fast parallel decode, it just seems rather bizzare how that works.
zarmin 4 hours ago