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. “System One” models like Jev https://seangoedecke.com/jev-means-structured-output-is-interesting-again/ are fast general classifiers. Classifiers have existed since 1958 https://en.wikipedia.org/wiki/Mark I Perceptron , 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 https://www.youtube.com/watch?v=9oWxrsRo4d8 to playing Doom https://seangoedecke.com/two-techniques-for-working-with-system-one-models/ . 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