TypeSafe's Jev Can't See. I Made It Guess What I Drew Anyway TypeSafe's Jev model, which reads text only and cannot process images, audio, or video, was tested on 400 Quick, Draw! sketches across ten categories sampled with a fixed random seed, with the median drawing taking 336 characters as SVG versus 3,018 as base64. TypeSafe documents Jev as a System One model that returns a probability for every answer and lists known weak spots including handling words better than numbers and unreliable comparison of two hex colors. The test compared Jev reading SVG, Jev reading base64-encoded PNG, and Claude Sonnet 5 viewing the actual image. I tried to draw a bicycle using a mouse, with photos of bicycles open on a second screen. After the third attempt, I deleted bicycle from the game. I changed the game’s list of objects three times, always for the same reason. I can’t draw. Table of Contents The other player had a bigger problem. It can’t see. The other player was Jev, a model made by TypeSafe. Jev reads text and nothing else, at least for now. TypeSafe’s documentation https://docs.typesafe.ai/concepts/system-one says images, audio, and video are not supported yet. So I turned every drawing into text and made Jev guess what I drew anyway. I keep seeing posts about Jev on X. Tech bros describe it as a cheaper, faster classifier and show off ideas they came up with. My reaction: “Dude, I could have done that five years ago with XGBoost and BERT.” Their ideas undersell the model. With XGBoost or a fine-tuned BERT, every new question meant a new labeled dataset and a new training run. With Jev, I describe the classifier I want in plain English and get an answer from a single API call. I don’t collect labels, and I don’t train anything. Neither XGBoost nor BERT gave me that. TypeSafe calls Jev a System One model, after the fast, intuitive System 1 that Daniel Kahneman popularized. Jev doesn’t write text. You send it some text and a question, and it answers in a fixed format. For a multiple-choice question like mine, it returns a probability for every answer. Guessing a doodle is the most System 1 game I know. Nobody at a party reasons their way to cat . You squint at the doodle through the beer and shout. Preferably without spilling it all over yourself. TypeSafe also publishes a list of Jev’s known weak spots https://docs.typesafe.ai/model-jaggedness/jev-1.13 . One of them says Jev handles words better than numbers and can’t reliably tell whether two hex colors are close to each other. A drawing turned into text is a pile of numbers. I was about to test Jev, on purpose, on the kind of input its makers had warned me about. The game is a small web app. I draw on a canvas with the mouse, and the app squeezes my strokes into a 100 by 100 box. It drops the points that barely change the shape the Ramer-Douglas-Peucker algorithm does that part . Then it writes the result as an SVG, one