Agents and browsersJev inside Browser Use for a flight search
A demo where the open-source Browser Use agent uses Jev for its per-step decisions and finishes a one-way Google Flights search on its own.
7.1 s end to end, 150 to 300 ms median decision (poster's figures)
Masahiro Chaen on X
Triage and routing300 emails routed to 15 departments
Side-by-side run of Jev and DeepSeek sorting 300 mixed emails (procurement, outages, legal, spam) into 15 departments with an intent label.
9.9 s and $0.036 for all 300 (poster's figures)
SUOHA_AI on X
Triage and routingJev reads the queue, Opus writes the replies
A split workflow on a 500-item queue. Jev does the reading and sorting, and a large model only writes the 25 replies that need writing.
$0.02 a day for reading vs $0.73 for the replies (poster's figures)
Games and simulationsWordshift, a semantic typing racer
A racing game where your car moves further the bigger the semantic gap between two words. Jev scores each pair.
Marcel Pociot on X
Games and simulationsPong decisions at about 200 ms
Notes on the Ably and Vercel demo where Jev made many Pong paddle decisions while chat models were still on their first move.
about 200 ms per decision (poster's figure)
Sam Parker on X
Games and simulationsA drone autopilot flown by Jev
A drone autopilot that flies from point A to point B and avoids obstacles, built with the Vercel AI SDK, with code on GitHub.
$0.01 per trip (poster's figure)
Games and simulationsJev in a game loop
A video of Jev playing Doom in real time. The poster calls it accurate at logic-based and probabilistic decisions but not creative ones, and a cheap way to simulate players.
TradingA trading agent that asks a human only when unsure
An architecture sketch on Cloudflare: Workers for data, Workers AI with Jev for the decision, Workflows and D1 for the confidence gate and approval queue, Durable Objects for positions.
Miyata on X
TradingA high-frequency trading system built around Jev
A long-form walkthrough of building a trading loop that makes one buy or sell decision per block.
under 100 ms per decision (poster's figure)
Roan on X
Evals and judgingJev as a scorer in Braintrust
Jev is available as an evaluation model in Braintrust. The poster says swapping the model in an existing scorer cuts scoring cost by 400x.
Research and analysisSpotting outages from 170,400 customer-support tweets
Jev answered two questions per tweet (what is this about, is it widespread) across seven brands. It flagged more outages and earlier than a keyword list, though the poster says the difference against a good keyword list was not statistically significant.
$1.84 for all tweets, 37 of 40 spot checks correct (poster's figures)
Jason Zhu on X
Tools and demosA map demo with Jev, Needle and OpenStreetMap
A local web app built in three prompts that combines Jev with map data, voice narration and a short generated demo video.
Franci Penov on X
Tools and demosJev picking UI components
Jev answers design questions (font, radius, spacing) as probabilities to build UI components from a description.
Agents and browsersPicking the model per turn, just in time
Early prototype with the goose agent harness: Jev reads the prompt and selects which model should run that turn.
Guides and explainers4 things to do when you get access
A practical thread: put Jev in front of your model, ask five small questions instead of one big one, never ask Jev whether it can answer, and run it quietly beside your current system for a week.
Ronin on X
Guides and explainersUsing Jev through OpenRouter
Steps for calling the decisions endpoint through OpenRouter while the direct waitlist was still open, plus a Tetris demo.
$0.042 per million input tokens, output free
Ziwen on X
Guides and explainersA non-technical explainer of why Jev is different
Explains the shift from next-token prediction to a model that returns weighted scores and probabilities, with examples like judging whether a new prospect is a good fit.
Guides and explainersStructured output for routing and tool selection
Says structured output makes Jev a fit for classification jobs like model routing, tool selection and search, and guardrails, and that it is fast and cheap next to LLMs on the same tasks.
Limits and counterpointsTwelve loan cases, one answer twelve times
A matched-case test from loan origination. Jev answered "income not verified" on all twelve, and the poster says six of those were false because the transcript was partial. Giving it the full event log kept accuracy at 50% and raised its confidence.
Limits and counterpointsDo not move every workload off a frontier model
A short caution that moving workloads off frontier models onto Jev wholesale is a questionable AI practice.
Limits and counterpointsWhat Jev knows and what it does not
Runs Jev on a real workload, 600 labeled emails against a classifier trained on the poster's own inbox, instead of a demo, after questioning the launch statistics of 40x to 200x faster.