conv.

All stories
AIActive · 38h

Analyst warns OpenAI could quickly replicate TypeSafe's Jev classifier

A technical blog argues OpenAI is positioned to fast-follow Jev's classification approach, sparking debate over whether the startup has real defensibility.

What to know

  • TypeSafe's Jev achieved record adoption speed but now faces analysis suggesting OpenAI can quickly replicate its classification approach.
  • The core debate: whether Jev's speed and ease-of-use represent a defensible innovation or whether it rediscovers pre-transformer classifier ideas in a new package.
  • Commenters dispute whether OpenAI's stated strategy (reasoning-focused RL training) even aligns with copying a fast, non-reasoning classifier.
  • The conversation reveals uncertainty about whether Jev is a genuine paradigm shift or successful marketing of a narrower technical niche.

The dispute Whether Jev represents a defensible innovation that OpenAI will fast-follow, or a re-packaging of well-known classifier techniques whose success is primarily a product/marketing phenomenon unrelated to technical novelty. · positions read across 32 posts and comments

some voices

OpenAI will likely replicate or acquire Jev's approach because classifiers embedded in larger models offer real efficiency and cost gains.

  • “I'd be surprised if they weren't aqui-hired by one of the big labs as a unicorn. The ability to use classifiers under the hood for the larger models has the potential to dramatically improve cost and throughput.”

    60secs · Hacker News ↗
some voices

OpenAI's stated focus on reasoning-based RL models makes fast, non-reasoning classifiers strategically misaligned with their roadmap.

  • “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.”

    andy12_ · Hacker News ↗
many voices

Jev's success is hype; classifiers are not new, and the real innovation is in interface design and execution, not the technical moat.

  • “Everyone was obsessed with classification prior to transformers, then we had 5+ years of everyone (rightfully) obsessed with next-token prediction. What's this sudden resurgence of interest in classifiers?”

    halyconWays · Hacker News ↗
some voices

Jev offers practical benefits over existing embeddings and classification tools, regardless of whether it's technically novel.

  • “I'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.”

    nzoschke · Hacker News ↗

John Berryman Arcturus Labs analystTypeSafe Creator of Jev classifier modelOpenAI Potential fast-follower

How it unfolded 2 developments, newest first · click a bar or a number to jump articlespostscomments

Peak 6 pieces in one hour at Sep 22, 11 AM; 36 pieces over 39 hours (2 articles · 2 posts · 32 comments) Sep 22, 9 AM — 5 pieces · 2 articles · 1 post · 2 comments — Hacker News 3, Newswires 2Sep 22, 10 AM — 4 pieces · 4 comments — Hacker News 4Sep 22, 11 AM — 6 pieces · 6 comments — Hacker News 6Sep 22, 12 PM — 5 pieces · 5 comments — Hacker News 5Sep 22, 1 PM — 4 pieces · 4 comments — Hacker News 4Sep 22, 2 PM — 3 pieces · 3 comments — Hacker News 3Sep 22, 3 PM — 1 piece · 1 post — Mastodon 1Sep 22, 4 PM — 2 pieces · 2 comments — Hacker News 2Sep 22, 5 PM — quietSep 22, 6 PM — 2 pieces · 2 comments — Hacker News 2Sep 22, 7 PM — quietSep 22, 8 PM — quietSep 22, 9 PM — quietSep 22, 10 PM — quietSep 22, 11 PM — quietYesterday, 12 AM — quietYesterday, 1 AM — 1 piece · 1 comment — Hacker News 1Yesterday, 2 AM — 1 piece · 1 comment — Hacker News 1Yesterday, 3 AM — quietYesterday, 4 AM — quietYesterday, 5 AM — quietYesterday, 6 AM — quietYesterday, 7 AM — quietYesterday, 8 AM — quietYesterday, 9 AM — quietYesterday, 10 AM — quietYesterday, 11 AM — 1 piece · 1 comment — Hacker News 1Yesterday, 12 PM — quietYesterday, 1 PM — quietYesterday, 2 PM — quietYesterday, 3 PM — quietYesterday, 4 PM — 1 piece · 1 comment — Hacker News 1Yesterday, 5 PM — quietYesterday, 6 PM — quietYesterday, 7 PM — quietYesterday, 8 PM — quietYesterday, 9 PM — quietYesterday, 10 PM — quietYesterday, 11 PM — quiet 12
4 PMyesterday8 AM4 PMnow · 12:58 AM ET
  1. 2

    Commenters question the broader framing and whether this is hype or substance

    Several voices expressed skepticism about the entire premise—some dismissing the article as LLM-written and outdated, others questioning whether Jev represents rediscovery of pre-transformer classifier ideas, and one suggesting the viral success is marketing rather than genuine innovation. The conversation shifted from OpenAI risk to whether classifiers are actually the future or a step backward.

    “Everyone was obsessed with classification prior to transformers, then we had 5+ years of everyone (rightfully) obsessed with next-token prediction. What's this sudden resurgence of interest in classifiers?”
    — halyconWays
    • People are desperately trying to cope themselves into thinking that there are alternatives to scaling up transformers to AGI/actual competition to OpenAI or Anthropic. Jev, continual learning, linear attention, local models, non-transformer architectures etc. Imo these are just random technologies that nerdsnipe your average twitter or hackernews…

      boshalfoshalHacker News1d agoview on Hacker News ↗
    2 more of the top 3 · 26 posts in this stretch
    • The next step is to rediscover Eliza :)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.It works thanks to FlintParser (https://github.com/gioblu/NPC-Forge/blob/main/src/FlintParse...) which can transpile plain English to any Programming…

      gioscarabHacker News1d agoview on Hacker News ↗
    • People in my lab (sklearn people) developped something that I feel close to jev but focused on tabular data : https://tabicl.readthedocs.io/en/latest/This is a transformer based classifier with massive pretraining on synthetic datasets and it outperforms boosting classifiers on many benchmarks without the need of more gradient descent steps (the…

      d2ouHacker News22h agoview on Hacker News ↗
    all of them →
  2. 1

    Commenters push back on the fast-follow thesis with competing technical arguments

    Multiple Hacker News commenters disputed Berryman's premise. Some argued OpenAI's focus on reasoning-based RL training makes Jev-style fast classifiers incompatible with their strategy; others contended that every major AI shop already has internal classifiers and the real question is interface design, not moat dynamics.

    “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.”
    — andy12_
    1. first by HN Best, 1d 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't think…

      andy12_Hacker News1d agoview on Hacker News ↗
    2 more of the top 3 · 6 posts in this stretch
    • 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?Also, moat discussion is the lowest form of discussion. I don’t…

      prodigycorpHacker News1d agoview on Hacker News ↗
    • comments are pretty weird here, there'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).so maybe typesafe's real plan is to front run and releasing their own new models for some time until they can get…

      zergrushHacker News1d agoview on Hacker News ↗
    all of them →
  3. background

    Arcturus Labs analyst warns OpenAI is well-positioned to fast-follow Jev — John Berryman published a technical analysis arguing that TypeSafe's Jev, though rapidly adopted, lacks a defensible moat against OpenAI replication. He argues OpenAI has years of implicit classification experience through tool-calling and could quickly replicate Jev's training approach, then embed it into their own models for efficiency gains.

What people are saying 17 voices from 1 site · best of 32 · verbatim

Still unanswered
  • Will OpenAI actually build a Jev-like product, or is their strategic bet so heavily on reasoning models that classifiers fall outside their roadmap?
  • What technical advantage does Jev have over traditional ML classifiers or OpenAI's existing embedding models?
  • Is Jev's rapid adoption genuine product-market fit or successful viral marketing in a hype cycle?