I built a Jev plugin for @raycast. Now you can ask questions directly to Jev by simply hitting ⌥ + <space> Checkout the video to see it in action. https://t.co/qWAElRjz4K
I built dre as a keyboard-first diagram editor. Turns out that's also what makes it easy for AI to drive. In this demo, plain-English sentences build the diagram. Jev (@TypeSafe) makes each decision in ~0.6s and the app presses the keys. The catch: Jev can't generate text. It only picks from typed choices. So every decision is a choice: → which command? (child, sibling, parent, color…) → which wor
No more accidental spoilers! Got access to @typesafeai Jev and as a test made myself a Chrome extension that hides spoilers in real time, for any website. It scans the DOM looking for anything revealing and obscures it instantly. Text, images, even the YouTube timer and progress bar. Such a cool model, so many use cases!
Got Jev AI playing Minecraft, and I genuinely didn’t expect it to move this fast. In ~80 seconds it chopped wood, crafted tools, mined cobblestone and got the stone pickaxe upgrade. It still made some very AI mistakes though, It mined cobblestone, used it to get itself back out, then later had to go down for more. Built the setup with Astra’s help. Really cool seeing this actually work.
does jev understand canada? here’s a demo where jev predicts the areas of canada that match with a given word it responds instantly and cost me less than a penny https://t.co/605JA3opRz
1654X posts·Tools & appscostless than a pennytimeinstantlyOriginal source ↗
We turned Jev into a general browser skill for agents: jev-browser. Give it a website and a task. The browser opens automatically, and Jev decides every click based on what's on the screen. Here's a demo: https://t.co/mhlknQtDTk
@typesafeai JEV plays TETRIS. Not too bad but not like a world champion yet. For every new piece, I made it pick the best placement among all the possibilities given to it by a custom-built TETRIS version. And it made decisions in less than 400ms on average. And cost is insanely low. Quite impressive.
1651X posts·Games & real timetimeless than 400ms on averageOriginal source ↗
Built Jev for X as a small Chrome extension. 🚀 It adds a live semantic layer directly on top of X: 🧠 Timeline posts get categorized 💬 Replies can be filtered in the context of the original post 🧩 Different conversations use different reply labels For example, an opinion thread might use: Agree · Disagree · Counterargument · Question While a product launch might use: Feature Request · Pricing Conce
i made Jev (@typesafeai) play clash royale. Qwen 3.8 27B on @cerebras reads the battlefield, OpenCV reads cards + elixir, and Jev picks the card + placement. fresh account, starter deck. it won multiple games against REAL people. i'd be so annoyed https://t.co/wPhFh6bYNn
I REPLACED GPT-6 ASTRA WITH JEV IN MY MEMECOIN PIPELINE AND IT MADE $3,400 IN ONE NIGHT SCORING POOLS 40x FASTER jev came out 4 days ago. it does not write. it judges. typed decisions, calibrated probabilities, one parallel pass same slot in NERVE. same impulse format. same 7 reflexes. one swap astra scored 40 pools per minute. jev scores 340 190ms per pool. astra took 2.3 seconds. on memecoins th
EEric - add multiplayer to your game in 1 prompt@eric_khun𝕏
Can you beat JEV at pong? defend your wall, add some traps and see how fast JEV can react . Try to beat it here : https://t.co/S4P1jVuK3d Each decision consume my credits, so JEV won't work if i'm out of credits wondering how long that will last. Going to sleep now. https://t.co/s0Z4oNzCVH
I’ve been experimenting with Jev from @typesafeai , and wanted to see what happens when you give it a live chess game. So I built a system where a Chrome extension captures the board state and move history, sends it to a local backend, and feeds the data into Jev. Jev predicts the next move, and I manually play it on the board. No Stockfish. Just Jev making the decisions. Here’s a 1-minute look at
Jev can serve as better natural language search on websites. It can scan thousands of Zillow listings and classify properties by things you can't normally filter for - e.g. architecture, renovation status, proximity to freeways. This was done in <20 sec and costs $0.18 👇 https://t.co/qPCeVzI850
I used Jev, TypeSafe's new AI that doesn't write a single word It works best paired with Claude Opus. I tried that on my own article Opus prepared all the prompts and questions, and Jev scored the article on 17 key questions at once. All 17 answers came back in under half a second, and six checks cost me a fraction of a cent. Jev is a good analyst, it found the weak spots in my article and shows a
1635X posts·Content & growthcosta fraction of a centtimeunder half a secondOriginal source ↗
I REPLACED MY AI WITH JEV AND MADE 5 ETH ON A SINGLE TRADE BECAUSE IT SCORED 340 POOLS WHILE THE OLD MODEL WAS STILL THINKING ABOUT THE FIRST ONE jev came out 4 days ago. it does not write. it judges. typed decisions, calibrated probabilities, one parallel pass same slot in my pipeline. same impulse format. four questions: > does the token fit the current meta. 0 to 3 > are the socials real or spu
Built a Chrome extension that tells you how well your resume matches a job posting! Powered by TypeSafe Jev. Open source and BYOK. Works with both direct typesafe key or Vercel gateway key! https://t.co/SaXADjYbZC
Jev is a decision classification model. Here I'm using it to a/b test X post reactions on target demographics I swear this is not a fake jev demo. Try it out here: https://t.co/vFvkhEmGXghttps://t.co/aQO7pqPmLm
i built an AI that scores dating profiles for "NPC energy" — paste a screenshot, get a score, the clichés, the red flags and the green flags. no signup. nothing stored — it reads your screenshot and forgets it instantly. powered by Jev , @typesafeai link below try it ⬇️ https://t.co/Yhg9FzTbvm
Saturday what a geek does? try the new AI kid in the block Jev by @typesafeai so took 1000 jobs sample from one niche job board listed on JobBoardSearch it tags each one seniority full time or contract remote / hybrid / onsite category then the useful part is this a real job or spam or expired or a recruiter posting and if the description is actually usable title employer location requirements sal
I created a @googlechrome extension that uses @typesafeai Jev to filter @Twitch live stream chats in real time. 2 messages per second = <$0.15 per hour 50 messages per second = <$0.76 per hour https://t.co/RzgQphJrGW
1624X posts·Tools & appscost2 messages per second = <$0.15 per hour 50 messages per second = <$0.76 per hourOriginal source ↗
I made Jev play chess against me. How did I do it? Jev can't generate a move. It's a classification model, so it only picks from options you hand it. That turns out to be easy to work around. Any position has a fixed set of legal moves, so I generate all of them in code and let Jev choose one. Then I built a small app with a basic UI and played it. First I wanted a number, so I ran it against 600
@GitHubNext Would be interested to hear how it stacks up? See https://t.co/2c2k0er2NK where I benchmarked Jev vs other models. Context is I used this to use it for realtime decision making to visualise the impact Jev has for these types of use cases. It's fat and still pretty intelligent https://t.co/J1zj0KDfmA
What if an AI that can barely do anything is exactly what makes it 200x faster? That’s JEV. It makes simple decisions in a fraction of a second and can reportedly be 40–400x cheaper. I built 10 of them. Comment “Agent OS” for the guide. https://t.co/a9SMgTRw6T
Spent a little while with Jev, a model which doesn't output the next tokens but it returns typed answers and probabilities your code can use directly. So what did I do? I asked claude for ideas on what to do with Jev. So it built "jgrep": grep where the pattern is a description instead of a regex. Asked both tools for network calls with no timeout. Regex returned 5 hits, 2 of them wrong — it can o
@typesafeai Jev decisions ! An original, inspectable life-and-civilization simulation. HTML, JavaScript and an authoritative Node.js server. A bundled isometric renderer works without a CDN; optional Three.js shows the same world. This is not an EA product or a reproduction of proprietary Sims assets. New voluntary actions require valid Jev decisions. Rendering, navigation, physical consequences a