Jev means structured output is interesting again 0 ▲ seangoedecke.com 1 hour ago · 7 min read1426 words · Tech · hide · 0 comments I don’t ever write blog posts about new models. That’s Simon Willison’s beat, and he’s very good at it. But I want to write about Jev, which is a different kind1 of AI model: a “System One”2 model. As it turns out, it’s not that different from an ordinary LLM with structured output, but the interface it uses is very cool and I hope it becomes more widespread. How Jev is different from LLMs Ordinary LLMs take in some human-language prompt and produce some human-language output. They do so autoregressively: first they produce one token, then the next, then the next, and so on. User: Who invented the sandwich? LLM: The sandwich was invented by the Earl of Sandwich. This makes them extremely flexible, since they can do literally anything a computer can do. But it also makes them slow and weird. Slow, because they have to run a whole new generation pass per-token, and weird, because the space of human language is so broad that you can get really odd behavior from a model trained on it. Jev… No comments yet. Log in to reply on the Fediverse. Comments will appear here.