cd /news/machine-learning/system-one-models-like-jev-can-train… · home topics machine-learning article
[ARTICLE · art-135086] src=seangoedecke.com ↗ pub= topic=machine-learning verified=true sentiment=↑ positive

System One models like Jev can train their own replacements

System One models like Jev, fast general classifiers that can be prompted for a wide variety of tasks, can be used to generate training data that distills them into cheaper, faster hand-built classifiers, according to software engineer Sean Goedecke. Goedecke argues that once a Jev instance performs well on a specific task — such as deciding whether to notify a user about a new Slack message — teams can collect its input and output data and train a task-specific classifier on it, since generic classifiers must encode knowledge of many irrelevant things in their weights and are therefore larger, slower, and more expensive to run. Goedecke expects this distillation pattern to become common if System One models take off.

read2 min views1 publishedSep 20, 2026

“System One” models like Jev are fast general classifiers. Classifiers have existed since 1958, but they have to be trained for specific tasks: if you build a classifier to identify images of dogs, it can’t be used to tell you if a streetlight is red, or if a letter is urgent. Like a LLM, Jev can be prompted for a wide variety of tasks, from sorting email to playing Doom.

I think models like this are going to be important. There are many tasks that a LLM could do in theory but are too slow and expensive in practice (for instance, reading each new message in Slack<sup>1</sup> and deciding whether to notify you or not). While you could train a specific classifier for these tasks, there are two main problems with that:

Jev obviously solves the first problem. Any engineering team can plug in a System One model with a prompt like “Based on {list of criteria}, should the user be notified about this message?” But I think it solves the second problem too.

For serious work, a specific hand-built classifier will always be cheaper and faster than Jev. Generic classifiers have to encode knowledge of all kinds of irrelevant things in their weights, so they can address lots of different tasks. That makes them larger, slower, and more expensive to run. Fortunately, it is going to be surprisingly easy to replace a Jev instance with a hand-built classifier. Once you’re satisfied with how your Jev classifier is performing — presumably you’ve spent days tweaking the prompt — you can trivially collect its input and output data. In the Slack notifier case, that’d be the Slack message (plus any context) and the ultimate decision to notify or not. Once you’ve saved enough data, you’ll be able to train your own classifier on that data<sup>2</sup>.

It won’t be a general classifier like Jev, but it should do well on the specific task and be much faster. Of course it’ll require some ML expertise, but it should be easier to develop (or rent) that expertise once you’ve validated that the feature is worth building.

In other words, because Jev has to be prompted for specific tasks, it should be easy to distil any successful Jev usage into a specific classifier. If System One models take off — and I hope they do — I expect this to be a common pattern.

As I write this, I’m imagining ways you could poll and batch to do this with LLMs. Substitute “instantly notify” or some higher-volume event source if you’d prefer a different example.

You could annotate a bunch of data with LLMs already, without using Jev, but this is a pretty expensive step to take when you aren’t sure the feature is going to work.

── more in #machine-learning 4 stories · sorted by recency
── more on @jev 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/system-one-models-li…] indexed:0 read:2min 2026-09-20 ·