40 comments

  • orbital-decay4 hours ago
    Every major AI shop has a ton of in-house classifiers already, big, small, generalist, specialized. Some are used in inference pipelines (e.g. safeguards), some are used in data preparation, training, analysis and investigation, research, various one-off and intermediate tasks etc. Offering them on a public API doesn't always make business sense. I don't see much substance to this buzz, looks like people that are new to all this are discovering that classifiers exist, they are more efficient at classification, and many tasks commonly done with generative models are classification in disguise. Which is not bad at all, a fresh look at their use is great to have.
    • bigmadshoe2 hours ago
      Correct me if I'm wrong, but a zero-shot classifier like Jev is fundamentally different to a classifier with a fixed task (e.g. for safeguards), unless they trained a general purpose system to complete the safeguard task, which seems unlikely.
      • janalsncm1 hour ago
        Correct, but zero-shot classifiers are also not new.
        • BoorishBears10 minutes ago
          But zero-shot classifiers with this level of intelligence, world knowledge, ergonomics, cost profile, and ease of use are new.<p>I feel like good engineering doesn&#x27;t just ignore those things, or at least it didn&#x27;t before recently. Now I guess social media has added a pressure to reduce everything to a hot take.
      • mmis10002 hours ago
        Fixed guard today is not very fixed. For ex, the safeguard qwen released is a full 4b llm model. It has no different to normal llm model arch except tuned for this specific purpose,
    • EagnaIonat4 hours ago
      I fed into the hype at first. Testing Jev and Laya, they both suffer from the same issues as LLMs that stop them being useful beyond limited classifications.<p>I can&#x27;t see any benefits that a typical ML classifier would not be better at.
      • edot3 hours ago
        Agreed. I tested Jev on OpenRouter this past weekend and it’s “okay” but a specific classifier is significantly better. It used to require skill to import sklearn (ok, not really), but now it’s literally one prompt and upload your Excel file or whatever and you can get your classifier out. It’ll run free, instant, more accurate.
        • boostermodule1 hour ago
          This is predicated on you having training data already. I approach Jev more like Langchain -- you can prototype something new extremely fast and cheap, and if the use case works well enough, rip it out and build something bespoke. If it doesn&#x27;t, you didn&#x27;t spend a bunch of time curating a training dataset anyway.
      • ainch3 hours ago
        I think the main argument would just be that because the model is general, you don&#x27;t need to retrain it from scratch for a new problem - just tweak the input prompt. For a typical classifier there&#x27;s a lot more hassle - collecting the data, training it yourself, retraining under distribution shift... In that sense Jev seems great for prototyping or small-scale use cases.
        • firejake3083 hours ago
          Counterargument: this works for quick prototyping, but for any serious business, you will eventually develop a benchmark&#x2F;eval to track how well the general model is working, and once you have that dataset, you might as well train a specific model
          • woah3 hours ago
            Jev&#x27;s bet is that if it works well enough for random use cases that nobody complains, then management won&#x27;t feel a need to develop a benchmark&#x2F;eval, and they won&#x27;t need to employ all those data science guys.
            • momojo2 hours ago
              I&#x27;d also add that they&#x27;re hoping Jevon&#x27;s Paradox also leads to a whole new segment of users who would have never reached for a classifier in the first place, given the barrier to entry.
              • woah2 hours ago
                And if you do get complaints or feedback on the classification, have a dev log into the user&#x27;s account, tweak the Jev prompt a little until the issue goes away, and push it to production
          • ACCount392 hours ago
            Or not. And replace the generalist with the next generalist that gets you +15% on that benchmark for the same price, or gives you the same benchmark performance for half the price.<p>One advantage of using generalist models is that the generalists are improving - regardless of whether you&#x27;re doing anything about it.
        • EagnaIonat3 hours ago
          Training a classification model is trivial these days, even for a number far bigger than what Jev can do.
      • ricardobeat3 hours ago
        Using Jev as a plain classifier is the least interesting case. See robotic control, navigation, computer use examples, none of it possible with a classifier.
        • orbital-decay3 hours ago
          That&#x27;s the point, they&#x27;re classification in disguise. Agentic game engines&#x2F;mods started doing this long ago due to the latency requirements (although they&#x27;re typically using small BERT-like models that need to be finetuned, or low TTFT generative models and structured outputs). New or newly discovered use cases are great, sure.
      • tomrod3 hours ago
        Prompt ingestion is going to be the biggest differentiator.<p>Being able to route prompt to features that then route to special models would be a really solid implementation.
        • EagnaIonat3 hours ago
          It starts to break down once you go over 20 classifications. Which is very basic routing that can easily be done with typical ML models for cheaper and faster.
          • tomrod1 hour ago
            Thanks for the breadcrumb!
    • gwern1 hour ago
      Entertainingly, OpenAI <i>had</i> a general purpose zero-shot classifier API built on GPT-3! Just no one ever cared that much about it, so I guess it got dropped somewhere along the way since 2020&#x2F;2021.
    • JohnBerryman4 hours ago
      For me, I think the big deal is that it promises to be general and broadly applicable and high quality. That&#x27;s new and special. But we&#x27;ll wait to see if the claims actually hold.
    • bluejay23872 hours ago
      &quot;I don&#x27;t see much substance to this buzz...&quot;<p>Agreed. This isn&#x27;t new. I led a research team at a Fortune 500 that used a transformer based classifier approach in a commercial product as far back as 2022 and we didn&#x27;t come up with it. It was already common enough that we found the inspiration for our implementation on some web forum. Models like RouteLLM have been around for a long time. The news here isn&#x27;t that a new model type came about, its that a large percentage of people messing around with this stuff that are new to AI just learned that not all transformer based implementations need to be autoregressive.
      • zer00eyz1 hour ago
        &gt; Agreed. This isn&#x27;t new. ...<p>It doesn&#x27;t have to be new, it just has to be consumable by devs.<p>You could send text before Twilio. You could process credit cards before Stripe.<p>Jev, at the end of the day is an easy to use API.<p>Everyone seems to forget that usability is a thing.
        • bluejay23871 hour ago
          It took us a few hours to implement that one we used in 2022. This isn&#x27;t about usability its about a huge population working on this stuff not really knowing what is available until it becomes a meme.
    • andriy_koval3 hours ago
      &gt; Every major AI shop has a ton of in-house classifiers already, big, small, generalist<p>I think building generalist classifier is some open ended research task, where frontier labs can contribute: different internal reasoning, instruction tuning, building datasets and benchmarks, building and distilling super large models.
    • Razengan3 hours ago
      If your &quot;master AI&quot; is good enough, it should be able to find and learn about and use specialized tech AI like Jev if it suits your goals<p>and then whatever tech it is will be absorbed&#x2F;assimilated&#x2F;Sherlocked into the leading products anyway
  • prodigycorp5 hours ago
    This article is extraordinarily hard to read. It’s tummelvisioned on OpenAI and things like tool calling which are only relevant to the extent that llms have been tuned to make relative choices, but this applies to all LLMs. Also, some really outdated references. LLM written, perhaps?<p>Also, moat discussion is the lowest form of discussion. I don’t care if jev has a moat. Did it get the interface right? What other past ideas have we overlooked that if given some love, could kick the door down like jev did?<p>Really silly stuff.. people wanting to talk about moats when there’s no castle. Moat talk merely projects the <i>illusion</i> of being engaged but, much more often than not, it’s hollow engagement.
    • jrochkind13 hours ago
      &gt; LLM written, perhaps?<p>pangram says... 20% of content likely AI written, 80% of content likely human written.<p>Eventually humans are going to start writing like AI if we read enough of it.
      • JohnBerryman2 hours ago
        Partially. I&#x27;m a terribly slow writer and get stuck on phrase choice, but I&#x27;m good at content ideas, outlines, and editing text already on the page. So I have AI do the bit that I&#x27;m not as good at.<p>Process: First, actually have ideas :D Then, I write an outline for what I want to talk about at basically a sentence-by-sentence level. (This is me yelling things at my computer.) And then I have the AI convert a chunk at a time into prose. I reread it and rework it to be my voice.<p>Then I have the AI help with things like subject titles and social posts.<p>¯\_(ツ)_&#x2F;¯
        • jrochkind11 hour ago
          Hi, thanks for engaging!<p>I am not personally like philosophically or ethically opposed to having LLMs help or even write text... the issue is that I see so much LLM-written text that is just _bad_, and very hard for me to read or extract meaning out of, especially relative to it&#x27;s often long length.<p>People think they are bad writers, but usually LLMs are actually worse (although they are great writers of catchy slogans and phrases, and then put together an article out of them, which I find just exhausting to try to get more than a &quot;vibe&quot; out of).<p>What you describe sounds like a fairly reasonable approach, but I suspect the parts the person I was replying to were reacting to was areas were you had not been as succesful at reworking it to be your voice. Which are probably also the parts pangram flagged as likely LLM written.<p>Pangram gives you a handful of free tokens, it would be interesting if you wanted to see what parts are the 20% pangram is flagging as LLM, and reflect on if they went through your process differently. Perhaps they were the parts you didn&#x27;t spend quite as much time reworking it to be your voice. (I 100% believe you, because I&#x27;ve been running things through pangram a lot lately, and it&#x27;s actually pretty rare for it to flag mixed content, instead of 100% likely AI or 100% likely human).<p>There was recently a post on HN that said if you want to avoid this, you really can&#x27;t use <i>any words at all</i> that are written by the LLM, you can use it for suggesgting structure or points, or reviewing your work in various ways, but if you accept even a single phrase it provides... it&#x27;s not going to be &quot;reworked into your voice&quot;, it&#x27;s going to be picked up by people (at least those of us who have become sensitive to it) as AI, because it&#x27;s like, headline-speak.<p>(I can&#x27;t find the article now, because I&#x27;m trying to quit facebook so can&#x27;t log in to find my own post of it there, have to stop using that as bookmarks substtitue!)<p>Of course, that&#x27;s not welcome advice if what you want AI for is &quot;phrase choice&quot;.<p>I&#x27;m just here to say, LLMs are not good at phrase choice either. Although they may be quick at it. I feel like it&#x27;s asking the reader to do the work of trying to extract meaning from slop that the author didn&#x27;t have the energy to use to encode it well in the first place. I don&#x27;t have time to try to read sentences that the writer didn&#x27;t have time to write, i find myself bailing out quicker and quicker at signs of AI slop buzzword headline-speak.
          • JohnBerryman1 hour ago
            Panagram seems fun! I tried it out with a large chunk of my post (whole thing wouldn&#x27;t fit). Panagram says it is 98% human. Feels right, to me b&#x2F;c I aggressively edit whatever comes out. The thing that I&#x27;m avoiding is the ominous blank page - I just freeze. If there&#x27;s text there I can always reshape it. And I do, heavily.<p>prodigycorp is entitled to their opinion
  • andy12_5 hours ago
    I find it unlikely. OpenAI is all in training models with reasoning with RL, and Jev-like models are the total opposite. They are made to not reason at all to be fast. If you want to add reasoning on top, you might as well use a conventional LLM because you lose the price and speed benefits when you output auto-regressive tokens. I don&#x27;t think OpenAI will even bother with this.<p>&gt; My main assumption is that Jev is using something quite close to a conventional large language model. As evidence of this, Latent Space reports that many of the early clones are indeed LLM-based.<p>Not proof that this is the case with Jev though. It might use non causal text encoder for the state, which could make sense given that it&#x27;s very good for its price.
    • altcognito5 hours ago
      I don&#x27;t see it fundamentally any different than knowing when to use a tool. Is this tool like RAG an important enough corner case to train for it? I dunno.<p>LLMs already shell out and write code to solve certain problems. This is just a special case of that.
      • andy12_5 hours ago
        It&#x27;s a special case for an LLM, and you can use an LLM with structure output to get similar results, but you can engineer specifically for that case to get better results per dollar for it. That&#x27;s why there is little reason to adapt GPT 5.6 Sol or wathever for this task; it can already do it (at a high cost). For OpenAI to compete with Jev they have to maintain another line of models, something like &quot;GPT-5.6-instant-decision&quot;, that is small, fast and cheap, in the scale of GPT-5 nano.<p>Note that I don&#x27;t think OpenAI is incapable of doing it, but I just don&#x27;t think they will bother with it.
        • altcognito5 hours ago
          Keeping people looped into your product is pretty important, but yeah, there&#x27;s not clean way currently to separate &quot;structured&quot; outputs from the token stream and to start using a different billing structure there. And I also appreciate that they aren&#x27;t going to be keen on gving free or near free output either, so gotta figure that.
    • scottyah2 hours ago
      If there&#x27;s money to be made, I&#x27;m sure sama will find a righteous reason to offer it.
    • himata41135 hours ago
      system 2 is just an llm with a forced toolcall IMO
    • Onavo4 hours ago
      In the olden days we call this classifier, usually assignment 2 of Machine Learning 101. BERT (well, GLiNER specifically) and diffusion are calling and want their Large Classifier Models back.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;vllm-project&#x2F;vllm&#x2F;pull&#x2F;57250" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vllm-project&#x2F;vllm&#x2F;pull&#x2F;57250</a>
  • rdevsrex6 hours ago
    There is one benefit that Jev has, that it is not OpenAI and thus it&#x27;s probably less likely to steal your own work.
    • docheinestages5 hours ago
      &gt; that it is not OpenAI<p>For now. Any company that grows to OpenAI&#x2F;Anthropic&#x27;s size and gets VC money is ought to become greedy.
      • Andrex5 hours ago
        Or OpenAI just buys them outright. Buying your upstart competitor seems to be in the Silicon Valley Ten Commandments. The Fed whussed-out on breaking up FB and Insta last year, so there&#x27;s never going to be any kind of remediation to worry about.<p>And for Jev, everyone has a price, and OpenAI&#x27;s raised an historical amount of funding.
    • SubiculumCode5 hours ago
      Not steal, but keep it indefinitely, per the JEV TOS
      • Synthetic73465 hours ago
        They absolutely need ZDR
        • ComputerGuru4 hours ago
          I have been told that ZDR is available upon manual request.
          • shaewest0 minutes ago
            I can confirm, I sent their sales team an email asking for ZDR, and they provided it within an hour.
          • _puk2 hours ago
            Enterprise I thought.<p>Or use it through Vercel [0] with per call zdr.<p><a href="https:&#x2F;&#x2F;vercel.com&#x2F;changelog&#x2F;typesafe-ai-jev-now-available-on-ai-gateway" rel="nofollow">https:&#x2F;&#x2F;vercel.com&#x2F;changelog&#x2F;typesafe-ai-jev-now-available-o...</a>
        • cute_boi4 hours ago
          At this point, we shouldn&#x27;t trust company even with ZDR.
    • heaney-5555 hours ago
      This is a tired argument that needs actual evidence to go beyond the level of a conspiracy theory.
      • Tanjreeve5 hours ago
        TIL the terms of service are a conspiracy theory.
        • gruez4 hours ago
          Which clause? For instance openrouter lists openai as &quot;Logs: this provider may retain prompts, but does not use them for training.&quot;<p><a href="https:&#x2F;&#x2F;openrouter.ai&#x2F;openai&#x2F;gpt-6-astra#providers" rel="nofollow">https:&#x2F;&#x2F;openrouter.ai&#x2F;openai&#x2F;gpt-6-astra#providers</a>
  • prometheus19923 hours ago
    Why would OAI need to follow Jev? I really think this is paid by Jev. Jev itself won&#x27;t have lunch money in a shortwhile because there are literally 10s of free alternatives available which can be run locally on basic consumer hardware. Terrible utility aside, there is no sensible business proposition in Jev.
    • deepsquirrelnet2 hours ago
      I&#x27;m having a really hard time wrapping my head around why Jev is getting so much hype. It feels manufactured to me. I don&#x27;t think they&#x27;ve proven a significant market for their product, and there&#x27;s no independent benchmarks that prove anything. To me that&#x27;s doesn&#x27;t pass the smell test.<p>But if they had to show how well their product worked they might give away the whole game... because they&#x27;d have to compare their &quot;noul&quot; class against an NLI benchmark for instance, and possibly show they&#x27;re losing to cross encoders and give away the fact that they are just rebranding NLI. Or rerankers (choice) or zero-shot classifiers.
      • preommr1 hour ago
        The AI hype cycle is always looking for the next big thing. It really doesn&#x27;t take much for enthusiasts to get very excited and push something into the stratosphere. Just not having a vibe coded website, and someone that made ChatGPT is enough to set them apart. Hitting pain points like pricing and speed and also implicitly mentioning llms (even if it&#x27;s to mention it can&#x27;t generate text in contrast to llms) make it seem like a major step-up.
    • prometheus19921 hour ago
      Why wouldn&#x27;t i use something like these?<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;NandhaKishorM&#x2F;laya" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;NandhaKishorM&#x2F;laya</a><p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;deepanwadhwa&#x2F;OpenDecision" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;deepanwadhwa&#x2F;OpenDecision</a>
  • dmix5 hours ago
    For context on what &quot;Jev&quot; is: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49717558">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49717558</a>
  • abroszka336 hours ago
    If OpenAI releases something similar to what Jev does, then that would be like admitting defeat. Their whole spin is AGI and world ending danger. Why would somebody with an AGI at home make something like Jev which is intended to be a part of some SW the AGI is going to replace anyway.
    • HarHarVeryFunny5 hours ago
      A lot of business automation doesn&#x27;t need AGI, doesn&#x27;t want to pay for AGI if they don&#x27;t have to, and would be better off using a classifier than something increasingly unreliable with a mind of it&#x27;s own.<p>There are many automation pipelines that use LLMs because there was no choice, but the multi-way classification that Jev provides is exactly what they need, and is going to be way faster and cheaper, as well as having the benefit of calibrated probabilities and structured output that can be relied on.
    • monatron6 hours ago
      I would assume that they would fold this type of classification into their responses API next to existing ancillary tooling that they already ship. I think OpenAI positions themselves as being wholly focused on AGI - but I think their business model leans towards lock-in via superior tooling (Codex, ChatGPT, etc.). This feels like an easy win for them without muddying the larger vision.
    • MeetingsBrowser6 hours ago
      Why release an image model, or a video model, or custom agents if AGI will just make them all obsolete?<p>Why build codex if AGI will replace SWEs?<p>Why build excel integrations if AGI will replace spreadsheets?
      • boshalfoshal1 minute ago
        The short answer is: they need to make money now to fund continued improvements towards AGI. This is extremely obvious and these &quot;well if they had AGI...&quot; arguments are clearly in bad faith.<p>You have to run a legitimate business and make money. After the &quot;takeoff,&quot; anything is fair game. It could result in value accruing to capital (lab shareholders) and everyone else is screwed, it could result in the status quo being maintained but people do way more and GDP goes up by a lot, it could result in a post scarcity society etc. Theres a reason why its called the singularity - you can&#x27;t see past the event horizon.<p>In any case it is optimal for OpenAI to create good products that generate revenue NOW vs going for some straight shot pie in the sky model that is &quot;AGI.&quot; SSI is attempting to do this and I suspect they are about as close as anyone else is, and I&#x27;d honestly assume they are likely further away than OpenAI or Anthropic at the moment. But one of these classes of companies has actual revenue that is arguably good for the economy, the other is just a glorified research lab that has produced nothing of value.
      • nathanqueme1 hour ago
        AGI is like water, and these surfaces are the plumbing. Agents and the internet&#x27;s existing APIs are how AGI will actually be delivered in the short term.<p>But you&#x27;re completely right: our current APIs were optimized for humans, and some like Excel date from the 80s. So in the long term, agents will highly likely create their own interfaces optimized for when no human is in the loop.<p>Which is exactly why companies stick with current APIs for now. Fable 5.1 already emits alien-like reasoning traces, and the recent OpenAI agent swarm accident just proved this.
      • The_Blade6 hours ago
        the point of this article perplexes me. the implication is we should all just take our Quietus. you decide.
    • discordance6 hours ago
      I didn’t realise they were competing. If anything Jev seems complimentary to LLMs.
    • armchairhacker6 hours ago
      ASI isn&#x27;t here yet. It could benefit people in the interim and help make the ASI.
    • cbg06 hours ago
      The people that buy into &quot;AGI is here&quot; and the people that understand what Jev is and how useful it would be to hook it up to an LLM are two separate circles, so there&#x27;s no &quot;defeat&quot; being admitted.
      • scottyah4 hours ago
        There&#x27;s a big difference between what AGI can accomplish and what it will accomplish. We must also ask why OpenAI wants to summon their God, and how they would want the average person&#x27;s life to change if it comes. I think they will try to clone Jev just to add another revenue stream.
      • thornewolf5 hours ago
        without getting too far into it i would just like to note that i am in both these circles
    • CharlieDigital6 hours ago
      It&#x27;s just another tool. Luna exists for a reason: it&#x27;s the right tool for the job. If they release AGI and it costs $1 and 5 seconds to decide &quot;is the customer asking for a refund&quot;, then that&#x27;s a terrible use case for AGI if another tool can do it with 95% accuracy for $0.002 and 50ms.
      • abroszka336 hours ago
        &gt; If they release AGI and it costs $1 and 5 seconds to decide &quot;is the customer asking for a refund&quot;, then that&#x27;s a terrible use case for AGI<p>Is it? If AGI is here then by the time I test and deploy that the AGI will be most likely cheaper and smarter because it improved itself (for example by implementing it&#x27;s own Jev for stupid prompts like this), so why invest into a more complex solutions?
        • brokencode5 hours ago
          I don’t think that was a great example since there’s only so many refunds a customer is going to ask for. And it’s saving time that otherwise maybe would have to go through a human. The rate is low enough that a more expensive model makes more sense.<p>Though for tasks where you are trying to search through billions of documents, social media posts, etc. and extract certain information, where each individual post is of low value and only the data in aggregate is valuable, then that’s where you’d want something cheaper and faster.<p>Such as if you want to look at all posts on X in the last few months and find how many have a negative or positive sentiment about the economy (or are unrelated).<p>Of course you could use a special-purpose model for this, but the whole point of something like Jev is to ask whatever questions you want without having to train something new.
        • CharlieDigital5 hours ago
          <p><pre><code> &gt; so why invest into a more complex solutions </code></pre> Not sure what&#x27;s more complex about one REST API call versus another REST API call...
          • abroszka335 hours ago
            Because AGI will also handle whatever is happening after your &quot;is the customer asking for a refund?&quot; question. Replacing whoever is doing that refund.
            • HarHarVeryFunny5 hours ago
              Well sure, in the future you may also be able to ask AGI to &quot;please just run my life&quot;, while you stay in bed.<p>In the meantime, today, in the real world, there are businesses wanting to automate well-defined business flows, who don&#x27;t want some stroppy AGI with a mind of it&#x27;s own to instead decide to hack into something, or reward hack and make the customer happy by just wire transferring $1M of company money into their account.
            • CharlieDigital4 hours ago
              Why would it need to? There is a deterministic flow here for the actions that are allowed. AGI isn&#x27;t needed for this at all if you can map out the flow and use a classifier to decide which route to follow.
  • tolugenius6 hours ago
    I&#x27;m not exactly following through with the claim, can someone explain how the built-in classification would not necessitate more tokens used, or be much different from turning on reasoning? Not that I don&#x27;t see the difference, I just doing see how OpenAI would do it <i>well.</i>
    • mnicky6 hours ago
      AFAIK Jev is nothing special technically so it&#x27;s easy to embed it as an another tool for the LLM? For many batch tasks it can still be quite a token saver I think.<p>Or they can even offer it as a standalone API if deemed worth it.
      • HarHarVeryFunny6 hours ago
        Jev seems to have three benefits:<p>1) It&#x27;s very cheap and fast - you provide one input and many potential classifications, and the compute to ingest the input is shared.<p>2) It generates structured output natively - guaranteed to be correct<p>3) It&#x27;s output probabilities are calibrated to actually mean something<p>OpenAI, or anyone else, could certainly replicate it - there are already articles guessing how Jev achieves its &quot;parallel&quot; classifications, but it seems the AI companies need to decide are they in the business of providing intelligence&#x2F;tokens, or are they in the application business trying to compete with all their customers (not that Jev uses OpenAI).
        • hbrn5 hours ago
          &gt; It&#x27;s output probabilities are calibrated to actually mean something<p>Don&#x27;t fall for marketing BS so easily.<p>Jev can output drastically different probabilities if you simply reorder the list of choices. And Jev&#x27;s &quot;confidence&quot; output is fake&#x2F;redundant - it&#x27;s just a formula applied to probabilities, it conveys no additional information.<p>I bet they will eventually &quot;fix&quot; (read hide under the rug) the ordering problem by ordering the list on the backend before feeding to the model.
          • HarHarVeryFunny5 hours ago
            It seems that anyway most of the value is in the speed and cost.<p>If it really matters to you whether whether some business-specific classification confidence is above&#x2F;below some specific threshold (vs just relative order), then you&#x27;d be better off training or fine tuning a custom model for that. Maybe that is something that TypeSafe are planning to also provide?
        • alex_sf6 hours ago
          Just to clarify:<p>&gt; 2) It generates structured output natively - guaranteed to be correct<p>It&#x27;s not guaranteed to be correct: it&#x27;s guaranteed to be _formatted in a particular way_. You can get the same thing with grammars on any LLM.<p>Jev and Jev-like models have other advantages, but I feel like people forget grammars exist for LLMs.
          • time0ut5 hours ago
            Grammars do risk pushing models off distribution in a way that impacts their output quality in a way Jev allegedly does not suffer from. Additionally, Jev&#x27;s ability to answer questions independently is also exciting. Using an LLM to answer multiple questions in one generation has the property of earlier answers influencing later ones. TBD how many of TypeSafe&#x27;s claims stand up, but my testing so far is promising. I hope they author some papers on their methods as well, but that might destroy their moat.
            • mmis10001 hour ago
              If you really know what grammers did, grammer is a filter to mask out option llm provided but you don&#x27;t like.<p>It does not change potential distribution in any means. It DROPS part of answer model returned directly.<p>The text generation model go wild because model relies on previous section it answered to continue later section. And because now it contain item model have no idea, it is completely screwed.<p>In the case you only require model to answer one of a,b,c,d and don&#x27;t care about later segment at all. It don&#x27;t really matter.
              • time0ut1 hour ago
                What I mean is that, in general, constrained decoding can push model output off into less probable regimes. This is well studied; see for example <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2606.21619" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2606.21619</a>. The mask may only retain very improbable logits. In pathological cases, the constrained output may be little better than noise filtered through the constraint. When using existing structured output APIs, it may not be possible to even know.
                • mmis10001 hour ago
                  You don&#x27;t even bother text after the [a] at first place in this case<p>Your question is something like<p>anwser only a,b,c,d for following question a. b. c. d....<p>the model output possibility of next character a: 0.8 b: 0.7 c: 0.3 f: 0.2 d: 0.1<p>If the list contains option you did not provide. The model is confused anyway, it don&#x27;t matter if you use grammer to filter out the bad option or not, the answer is screwed already.
                  • time0ut1 hour ago
                    Yes, agreed. I was speaking in general, of course. This particular topic is of interest to me, so thinking of the edge cases and confounds vs Jev.<p>In your example, I would expect an LLM to do fine and if you have access to the raw logits you can measure whether or not it was confused and assign a confidence to the answer it gave.<p>I do think that Jev handles more than this though and, in my early testing, does things that are not easily accomplished with guided decoding techniques.
                    • mmis100055 minutes ago
                      The way jev actually internally work could be interesting though. I believe most llm are only tuned to return the first or second logits(or a few more) correctly as that is what the sampler would choose anyway. Do they alter existing model for better behavior across all options? Or they distilled one to have the proper behavior? We can only guess without the actual implementation.
                      • time0ut46 minutes ago
                        Yes! I really hope they release some papers on their techniques. I am very curious.<p>I ran it through MMLU a few days ago and it scored ~90% so seems to have a lot of general world knowledge trained in. Makes me think your speculation is right. I have some credits left, might try and think of an experiment. I saw a gist where someone was asking it which model it was and it was picking qwen a lot, but who knows...<p>Anyway, thank you for the interesting discussion!
                        • mmis100040 minutes ago
                          Although the underlying model is unknown. If it expose input token count, the tokenizer may be probable though. Most tokenizer segemnts wildly different in CJK inputs. It can probably be used to fingerprint the tokenizer based on token count if it is using existing tokenizer.
          • LelouBil5 hours ago
            Not an expert at all here, but I saw a comment on the jev post saying that it you constrain an LLM suck that it outputs a valid structure, if the token with the highest probability is not the one that you expected because of the structure (and so you pick the valid lower one) this means the LLM was already confused and your answer is less likely to be correct anyways.<p>Is this actually true ?
        • verdverm6 hours ago
          (3) seems to be the hard one, you have to have training data with accurate probabilities, maybe, but perhaps not since people are primed to trust
          • danielmarkbruce5 hours ago
            No, you don&#x27;t. You do RLCR, similar to that proposed here:<p><a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2507.16806" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2507.16806</a>
            • verdverm5 hours ago
              yes, and... pretty much everything in the Ai field comes back to &quot;data makes more difference&quot;
              • danielmarkbruce4 hours ago
                Sure, and most days it doesn&#x27;t rain.
                • verdverm4 hours ago
                  depends on where you live, an important feature for data points about weather pattern probabilities<p>the underlying data set needs to be representative
                  • danielmarkbruce4 hours ago
                    RLVR and RLCR really don&#x27;t need a whole bunch of special data.
                    • verdverm2 hours ago
                      the algorithms technically, sure, however the outcomes definitely depend on data quality and coverage like any other training method, this is well known
                      • danielmarkbruce2 hours ago
                        I don&#x27;t think you&#x27;ve ever done either of these training steps. You are just handwaving.
                        • verdverm2 hours ago
                          you know what they say about making assumptions, yea?<p>and then you are going to ignore all the research and results that clearly show otherwise? why?<p>what might we infer about the importance of data from a learning algorithm like decision trees?
                          • danielmarkbruce31 minutes ago
                            Read the paper. They train RLCR on existing big math problems. They subtract a brier score penalty from the correctness reward. No new confidence labels are needed.<p>Existing datasets, different reward function.
    • deepsquirrelnet1 hour ago
      It&#x27;s hard to say without knowing their architecture, but I&#x27;d guess something like block attention. You can process the prompt separately from the classifications into a latent space and then do some kind of late interaction with the encodings from the classifications.<p>There are plenty of other ways to do zero shot classification that would result in more &quot;token usage&quot; (really just having to reprocess everything for each class), but the pricing and the way they describe it narrows it down somewhat.
    • EagnaIonat3 hours ago
      Normal LLM will do the classification on the text that is generated. Jev just returns the classification and confidence.<p>It has the advantage of speed and the confidence not being hallucinated.<p>But LLMs start to generalise on the pattern, rather than the classification that you want the more examples you have to train on.<p>LLMs start to break down as well the more classifications you have. Laya (Open source paper Jev is based on) even mentions that over 20 classifications and it starts to fail rapidly.<p>20 is around the level of sentiment analysis or minor intent routing. There are cheaper, smaller and easier ML models for that level of classification.
      • saberience3 hours ago
        Jev is just as non deterministic as any llm.<p>That is, if you force any llm to return json and a confidence it can also do that too and mostly likely it will he better at any one shot classification task than Jev.<p>LLMs have the great quality of knowing more due to the depth and richness of the training data. If Jev is trying to classify anything outside of its training data, it’s going to do a terrible job.
    • robertclaus6 hours ago
      I think the idea is that the latent thinking space in the LLM will be roughly the same for similar quality results - so the majority of executing well could be stripping back and fine tuning an existing LLM.
    • danielmarkbruce5 hours ago
      The claim of how they are doing it is likely wrong.... if you had to bet, it&#x27;s likely an encoder model of some sort.
  • 60secs4 hours ago
    I&#x27;d be surprised if they weren&#x27;t aqui-hired by one of the big labs as a unicorn.<p>The ability to use classifiers under the hood for the larger models has the potential to dramatically improve cost and throughput, allowing them to increase margin on a very similar service.
    • c7b4 hours ago
      The OpenClaw vibes are hard to miss here.
      • scottyah2 hours ago
        Mostly one guy sending a fleet of agents to add features at unsustainable speeds who wants validation from a large org? I don&#x27;t see many similar vibes at all, the founder already had massive impact at OpenAI and before that, Google Brain.
        • c7b2 hours ago
          Extremely fast hype and a very short-lived moat, those are the parallels that I see. The OpenClaw guy was smart to cash out at peak hype, and chances are Jev will be overrun by big players and open-weights pretty soon too. I really love the idea, but just don&#x27;t see any sustainable moat here. People are already coming knocking [0], it should only be a matter of time until we get something like Qwen3.9-Classify (or a classify mode just baked into a multimodal LLM).<p>[0] <a href="https:&#x2F;&#x2F;archerhume.com&#x2F;posts&#x2F;jevs-architecture-unmasked" rel="nofollow">https:&#x2F;&#x2F;archerhume.com&#x2F;posts&#x2F;jevs-architecture-unmasked</a>
    • kang3 hours ago
      except the output is indistinguishable from hallucination.
  • skybrian4 hours ago
    Rather than focusing on OpenAI in particular, let&#x27;s just say that there are many smart people at other AI labs and if it seems like it will be popular, this technique will probably be copied. What would prevent them from adding another API?<p>Hopefully there will be some decent benchmarks and gateways for switching between providers easily.
  • zergrush5 hours ago
    comments are pretty weird here, there&#x27;s no real moat to what jev is doing, it is certain that frontier labs are going to release their own jev and there are even open source alternatives (although nowhere near as accurate as jev).<p>so maybe typesafe&#x27;s real plan is to front run and releasing their own new models for some time until they can get acquired which seems to be the only rational objective
    • jackb40405 hours ago
      I don&#x27;t think it&#x27;s <i>unreasonable</i> to think this, but I do think the burden of proof is on your side. Between the SaaS-pocalypse narrative that never materialized, and inexplicably losing their first-mover advantage to Anthropic, OpenAI&#x27;s track record is not great when it comes to jumping on these micro paradigm shifts.<p>If the headline said &quot;Frontier labs are about to eat Jev&#x27;s lunch&quot; it might be an easier sell. But if we&#x27;re gonna include Anthropic, I think part of their success is actually making products for which there is demand. It will take time for something like that to come out of this new &quot;decision model&quot; paradigm.
  • nzoschke4 hours ago
    Isn&#x27;t this more and more likely on all shapes of model evolution? The providers will all copy each other.<p>And in this case I hope its true. I&#x27;ve been classifying a lot of email and while OpenAI `text-embedding-3-small` has been very helpful for fast and cheap embeddings, initial tests with Jev are very promising and much more ergonomic.<p>I put more thoughts here: <a href="https:&#x2F;&#x2F;housecat.com&#x2F;blog&#x2F;classifying-email" rel="nofollow">https:&#x2F;&#x2F;housecat.com&#x2F;blog&#x2F;classifying-email</a>
    • JohnBerryman4 hours ago
      You might find my old post interesting <a href="https:&#x2F;&#x2F;arcturus-labs.com&#x2F;blog&#x2F;2025&#x2F;03&#x2F;31&#x2F;supercharging-llm-classifications-with-logprobs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arcturus-labs.com&#x2F;blog&#x2F;2025&#x2F;03&#x2F;31&#x2F;supercharging-llm-...</a>
  • gioscarab3 hours ago
    The next step is to rediscover Eliza :)<p>I did so a month ago, I developed a deterministic agent framework that works with a set of predefined intents, it is instantaneous and fully deterministic.<p>It works thanks to FlintParser (<a href="https:&#x2F;&#x2F;github.com&#x2F;gioblu&#x2F;NPC-Forge&#x2F;blob&#x2F;main&#x2F;src&#x2F;FlintParser.py" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gioblu&#x2F;NPC-Forge&#x2F;blob&#x2F;main&#x2F;src&#x2F;FlintParse...</a>) which can transpile plain English to any Programming Language. IMHO this is the future of AI.<p>Check it out: <a href="https:&#x2F;&#x2F;github.com&#x2F;gioblu&#x2F;NPC-Forge" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gioblu&#x2F;NPC-Forge</a>
  • amluto5 hours ago
    I think the article is part right and part wrong.<p>The right part: autoregressive LLMs are indeed generating “probabilities” (scare quotes very much intentional). During pre-training and any SFT steps, those probabilities are nudged toward the probabilities, over the training distribution, of the next token conditioned on the previous tokens. (This is an explicit property of most training recipes: KL divergence is a “proper scoring function”.)<p>So if you prompt with “Paris is a city in ”, the next token probabilities estimate the probabilities <i>over the input distribution</i> that the next token in the sentence is the first token of France or of something else.<p>But there are huge caveats:<p>1. That is not at all the same thing as the probability that Paris is France under any distribution that you care about (the population of the various Parises, for example).<p>2. None of this necessarily usefully applies to RL or, as the article discusses, tool calling. The output probability of a tool call is not some Platonic idea of a probability that the input is worthy of a tool call. It’s a the result of a training process that tried to teach the model to be useful and to achieve its goals.<p>3. I suspect that reasoning makes this all much worse. Suppose that you prompt with “a help desk user with IP=a.b.c.d says they’re ‘in Paris’. What country are they in?” The model has been trained to generate a reasoning trace, which may well start with “let me think of where Paris could be. It could be in France or in Texas etc. The user was speaking English…” See the problem? The model is reasoning well, but it reasoned “France” before “Texas”, so the logprob for France was probably higher than “Texas”. At the end of the reasoning trade there will be an answer, but the logprobs for that answer are, at best, some representation of the probabilities of the answer <i>conditioned on the sampled reasoning trace</i>. And that is not the probability distribution that a Jev user wants.
    • dgellow5 hours ago
      &gt; autoregressive LLMs are indeed generating “probabilities”<p>I find it slightly more helpful to say they generate plausibility
  • janalsncm1 hour ago
    Jev is well positioned to fast-follow BART zero shot classification<p><a href="https:&#x2F;&#x2F;huggingface.co&#x2F;facebook&#x2F;bart-large-mnli" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;facebook&#x2F;bart-large-mnli</a>
  • amelius5 hours ago
    Can&#x27;t they eat everybody&#x27;s lunch simply by typing &quot;Astra, please copy this product?&quot;<p>They certainly have the token budget for it.
  • LelouBil5 hours ago
    Not directly related, but still jev related:<p>Would it be intesting&#x2F;useful to use jev to generate a block of text like LLMs do ?<p>Like asking it to pick the n + 1 word given the starting text (using it&#x27;s choice primitive), but also asking n + 2,n+3 and so on at the same time.<p>Would it give coherent or useful results ? Or does the fact that it computes it &quot;all at once&quot; means it cannot make one of it&#x27;s answer influence the other ones ?
    • hbrn2 hours ago
      Plenty of examples online, e.g.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;kyle-pena-nlp&#x2F;jevchat" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kyle-pena-nlp&#x2F;jevchat</a><p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;LLM&#x2F;comments&#x2F;1winnju&#x2F;jev_the_new_ai_that_can_only_pick_from_a_list_has&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;LLM&#x2F;comments&#x2F;1winnju&#x2F;jev_the_new_ai...</a><p>Despite Typesafe claims that Jev is not an LLM, it obviously is.
  • halyconWays2 hours ago
    Everyone was obsessed with classification prior to transformers, then we had 5+ years of everyone (rightfully) obsessed with next-token prediction. What&#x27;s this sudden resurgence of interest in classifiers? I thought we all agreed that ML tasks generally require something far more advanced than pretrained classifiers. My timeline was also absolutely filled with mentions of Jev, which makes me think it&#x27;s a successful viral marketing campaign, like langchain. It&#x27;s now so popular that the dialog is whether or not [frontier company] is poised to catch up to it or not? We already have openjev...anyone can use it. I don&#x27;t get it, and usually that means it&#x27;s marketing.
  • Kuyawa4 hours ago
    Jev doesn&#x27;t code. It can be used with LLMs to simplify coding and token consumption, but still and LLM is needed. Will they complement each other? How can Jev replace LLMs? Are they even competing?
    • transitorykris4 hours ago
      You can easily use Jev without an LLM (consider Jev used to make truthy decision branches in a script). It&#x27;s not meant to replace LLMs. The tech is not a competition. But OpenAI is certainly in competition with TypeSafe, they&#x27;ll want to keep people in their own ecosystem!
  • drivebyhooting4 hours ago
    I’m shaking my head in disbelief.<p>Reading logits is the cornerstone of ML. It’s almost like many of the people reporting on and fawning over AI have no technical background and never knew about ML classifiers or calibration.
    • hbrn3 hours ago
      I heard that Jev is amazing at classifying people who understand ML, and people who don&#x27;t.
  • evrydayhustling5 hours ago
    Even the article itself has the title as a question: &quot;Will OpenAI eat Jev&#x27;s lunch?&quot;. A more useful title would be &quot;OpenAI is Positioned to Compete with Jev&quot;.
  • Havoc5 hours ago
    Jev certainly feels vulnerable but whether it’s oai or someone else that goes after them seems unclear.<p>Wouldn’t be surprised if every single AI house spins up a copy<p>But like they usually also have an embeddings endpoint
  • garff5 hours ago
    I think the original idea originates from this author : <a href="https:&#x2F;&#x2F;laya.convaiinnovations.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;laya.convaiinnovations.com&#x2F;</a>
    • JohnBerryman4 hours ago
      Nope. Here&#x27;s the closest I got <a href="https:&#x2F;&#x2F;arcturus-labs.com&#x2F;blog&#x2F;2025&#x2F;03&#x2F;31&#x2F;supercharging-llm-classifications-with-logprobs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arcturus-labs.com&#x2F;blog&#x2F;2025&#x2F;03&#x2F;31&#x2F;supercharging-llm-...</a> - 1.5 years ago! But I never really did anything with it. And I wasn&#x27;t thinking about reinforcement learning anything.
  • yogthos6 hours ago
    Personally, I don&#x27;t really care what OpenAI does here. What&#x27;s going to be far more exciting is when DeepSeek, Qwen, or GLM start integrating classifiers into their open models.
    • reddalo6 hours ago
      Exactly, the future is open models. Which is also the reason why those overvalued companies such as OpenAI will lead to a market crash as soon as investors realize that.
    • verdverm6 hours ago
      I&#x27;m not sure it makes as much sense to use the same bigger models for the things Jev does. Part of what makes Jev appealing is the cost&#x2F;speed. I can definitely see them putting out S1 spins of their smaller models.
      • yogthos4 hours ago
        That&#x27;s not what I meant. I&#x27;m thinking more of AI systems that combine multiple modules the same way the brain has different regions. LLMs are just part of the bigger picture here. They&#x27;re good at tackling a certain types of problems, but other approaches are better for different kinds of problems. Having a system that combines a generative model and a classifier for example would make it a lot more efficient and accurate because it has a bigger toolbox instead of using one algorithm for every problem whether it fits or not.
        • verdverm3 hours ago
          they write code and use tools, most of that does not need to be part of the &quot;system&quot; that is trained up
          • yogthos2 hours ago
            There are plenty of other use cases aside from agentic coding. However, even here a classifier has a lot of obvious benefits. There are plenty of scenarios where a model has to make a choice, and programming&#x2F;system tool use happen to be deterministic sets of choices that can be evaluated.
            • verdverm2 hours ago
              &gt; programming&#x2F;system tool use happen to be deterministic sets of choices<p>I&#x27;m not following. There are way more tools in the world, and likely available on every machine, than can fit in any model context. One can create a small list, but that will be very org dependent. Programming is very open ended, I struggle to see the &#x27;deterministic set of choices&#x27; here.<p>I&#x27;m looking at Jev&#x2F;Kev like models for some control over tool calling and similar, but I also think that fine-tuning out behaviors (like qwen 3.8 wanting to use rkt all the time) may be better in the long run. Instead of having to check&#x2F;change every tool call, we can refine the main LLM to have high enough likelihood of using the tools we actually have, that we won&#x27;t need to check every call.<p>Jev is definitely useful, but also being held like a hammer in search of a nail right now, approaching OpenClaw like fanfare and hype levels. No one talks much about OpenClaw these days, I would not be surprised if Jev has a similar trajectory.
              • yogthos2 hours ago
                I&#x27;m not talking about checking&#x2F;changing every tool call, I don&#x27;t even know what you mean by that to be honest. The question is about selecting the tool to use in a particular scenario.<p>The whole point of Jev&#x2F;Kev is efficiency. If you can make decisions faster, cheaper, and more reliably that&#x27;s the benefit. Even within the model architecture itself, you could use a classifier as a router within MoE to pick the expert that&#x27;s likely to give the best outcome.
  • florianstandhar6 hours ago
    maybe open source even eats Jevs lunch first<p>see here: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49800574">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49800574</a>
  • itissid2 hours ago
    Classification models lend themselves to sparsity and explainability. The good ones are very simple and economic to run on a laptop. If someone told you before 2022 that a json classifier was a product you would have laughed it off.<p>To add to this the more difficult problems in classification done on scale have always been about collecting &quot;good&quot; -ve examples, enough data to calibrate on every confidence interval and debugging outliers. And those are solved on a case by case basis by the company pursuing its own peculiar version of the problem.<p>Am I the only one who thinks this is just all hype?
    • skyde2 hours ago
      I think it’s about sample efficiency. You could finetune your own jev using Lora with very little data
  • linuxftw6 hours ago
    I&#x27;m looking forward to next week when we never have to hear about Jev again.
    • superdisk5 hours ago
      Why is everybody so obsessed with it? There are 2 Jev posts on the front page even now, I feel like I&#x27;m taking crazy pills.
      • epihelix5 hours ago
        Beats me also - this feels unreliable, extremely niche, and over-hyped. I don&#x27;t trust LLMs even when they explain their reasoning; the idea of trusting a black-box classifier like this seems insane.
      • danielmarkbruce5 hours ago
        For certain tasks, it seems much, much more efficient. That&#x27;s not nothing. People have been using LLMs for various classification tasks.
        • jackb40405 hours ago
          In my company, and I think in most companies that are using AI at all, one of the first ways it got integrated is as a classifier, to tag orders based on feeding all their data into a prompt and asking for a structured output.<p>I think demand for tools that are more tailored for this type of integration is high. I don&#x27;t really understand why Jev is supposed to get my company&#x27;s decisions right more than an LLM, but regardless of the tech I think people are just excited about the possibility of iterating faster, more explainability, higher-level tools that are specifically created to help hone classifiers etc.
        • linuxftw5 hours ago
          Great, we don&#x27;t need 15 thousands posts per hour across social media channels. We had classification NN before LLMs as well.
          • NeutralCrane1 hour ago
            I think the point of Jev is to thread the needle of the gap between non-LLM classifiers and LLMs.<p>Classifiers like classical NNs require:<p>- annotated data, potentially a lot of it - training - inference<p>#2 and #3 aren’t a big deal if you have an ML engineer, but #1 will always be a potential headache no matter who you are. The tradeoff is that they could be quite fast, cheap, and you can get probabilities, not just classes.<p>With LLMs you get:<p>- zero shot classification (no dataset or training required) - potentially can use third party model providers like OpenAI off the shelf. Don’t even need to host your own model.<p>The downside to LLMs is that they are comparatively slow and expensive to traditional classifiers. Historically they also were prone to hallucination or malformed responses, though not as much these days. You also can technically get log-probs back, but these aren’t equivalent to the classifier probabilities.<p>Jev gets you the zero-shot, zero-infra benefits of LLMs, while being closer to the speed and cost of traditional ML classifiers, as well as both classification and probability responses.
          • danielmarkbruce4 hours ago
            Yeah but they weren&#x27;t that great, you couldn&#x27;t ask for arbitrary classifications after the model was trained. You are underestimating what they&#x27;ve done here, even if it does seem a little overhyped.
    • verdverm6 hours ago
      this one feels closer to the claw cycle
  • enraged_camel6 hours ago
    I&#x27;m confused. Why OpenAI and not Anthropic? I don&#x27;t see anything here that is specific to OpenAI.
    • docheinestages5 hours ago
      It&#x27;s not just OpenAI. It can be any frontier-level lab that has more funding than Jev.
  • jcims5 hours ago
    I just had Claude and Jev combine forces last night. I&#x27;ve built a few personal browser extensions in the past and thought it would be fun to copy an experiment I saw on twitter where Jev classifies comments&#x2F;posts etc as slop or not.<p>Fed Claude an api key from typesafe and a link to documentation, and within about 10 minutes I had a view of HN that was populated with a little ranking as to sloppiness of each comment.<p>When your mind has been wired a bit to LLM latency, it feels extremely fast, and for such a subjective rating I think it did a good job.<p>Feels like it sits in a space between traditional ML classification and the frontier models. I can&#x27;t think of a &#x27;real&#x27; production use case for it in my sphere of influence, but certainly some will. And of course there will be five Jev competitors by the end of the year.
  • gcr5 hours ago
    gosh, for wanting TypeSafe to survive, this fellow just handed OpenAI detailed instructions and ideas for defeating them...
  • jrochkind13 hours ago
    Literally never heard of Jev before now. Trying to figure out if it&#x27;s really a big deal, or if OP is just Jev marketing, and where I would learn more about it that isn&#x27;t just LLM-produced slop. What a world.
  • LoganDark5 hours ago
    &gt; Back when I was at GitHub working on Copilot I had the opportunity to work with a very new and very raw internal API for GPT-4. Out of the gate, we knew something was way off because, after an initially very coherent response, the model would have trouble wrapping up. It would end every response with something like &quot;Let me know if you have any other questions. Have a nice day. Have a great week. Have a good time. Have a wonderful life. Have a special day. ...&quot; and it would keep on like this until it hit the response token limit.<p>I love this!!
    • JohnBerryman4 hours ago
      I&#x27;m glad someone noticed :P - It was hilarious once we figured out what was going on. We had literally removed it&#x27;s ability to shut up.
  • BeetleB5 hours ago
    Asking again (didn&#x27;t get an answer in prior discussion):<p>As there have been a lot of Jev related submissions, can someone point me to a simple guide on how I can use it? For example, say I have a script&#x2F;workflow where I use OpenRouter for LLM calls, and at some point I want to do a simple classification. Can I still use OpenRouter with some Jev model...?
  • verdverm6 hours ago
    With all the excitement around Jev, I suspect we&#x27;ll see hundreds of options, it doesn&#x27;t sound like Jev is that hard to replicate, given all the 3rd parties who are getting pretty damn close, or even better, results within a week.<p>vLLM has a PR very close to merging: <a href="https:&#x2F;&#x2F;github.com&#x2F;vllm-project&#x2F;vllm&#x2F;pull&#x2F;57250" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vllm-project&#x2F;vllm&#x2F;pull&#x2F;57250</a><p>Kev is an open Jev: <a href="https:&#x2F;&#x2F;github.com&#x2F;jaredpalmer&#x2F;kev" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jaredpalmer&#x2F;kev</a>
  • oblio6 hours ago
    If Typesafe&#x2F;Jev has 2-3 years of financial runway, this problem might solve itself.
    • joshuaS986 hours ago
      { &quot;answer&quot;: &quot;might&quot;, &quot;probabilities&quot;: { &quot;might&quot;: 0.99, &quot;won&#x27;t&quot;: 0.01 }, &quot;confidence&quot;: 0.99 }
    • cmrdporcupine6 hours ago
      The more likely scenario is either OpenAI or Anthropic just go pay some highly inflated price to buy Jev. Mainly just for its people and the PR, not tech.<p>Which is likely what all the VC, hype machine, and overinflated claims are really about anyways.<p>The tech etc is easily replicated. The hype &#x2F; name, not.<p>I seem to remember reading that the Jev-founder-guy is ex-OpenAI anyways. So that&#x27;s how these things often roll.
  • gianlucabertell3 hours ago
    love JEV, but you are right - how much time before a Frontier Lab release the same?
  • willmadden4 hours ago
    That article is a bit myopic. People and companies don&#x27;t want to feed all of their ideas, projects, and intellectual property to a morally unscrupulous oligopoly. We learned that lesson the hard way with the last batch of tech monopolies, and the shift towards majority open weight models proves the trend.<p>Open weight classifiers and open weight LLMs will be burned onto silicon cards in a few years after the models begin to stabilize. They&#x27;ll be in PCs and laptops. That&#x27;s going to capture a HUGE chunk of the market.<p>If you need more horsepower, you&#x27;ll rent the same silicon safely from AI services cloud providers without handing your data over to Anthropic and OpenAI.
  • m3kw94 hours ago
    their pipeline would be to just prompt it&#x27;s internal next gen models to create a jev copy given all the data they have as a first pass.
  • dyauspitr3 hours ago
    I tried looking into this, but frankly, I have a very hard time understanding Jev. If you’re going to offload half the work to a generic classifier, then you’re not getting the full value of the intelligence from the LLM why is this better? I get there’s going to be a speed up but I care about quality more than speed I guess.
  • itsmeduncan2 hours ago
    [flagged]