A day with Jev: a fast classifier, best suited for Computer Use and game AI

jiayuan_jy · x · 2026-09-18

After a day of experimenting with Jev, the author concludes it's essentially a faster general-purpose classifier/decision-maker that LLMs can replicate—its edge is speed, but with unknown (likely small) parameter scale, its world knowledge and complex-scenario accuracy remain questionable.

Good fits: finite-solution-space, low-latency tasks with formal output guarantees; Computer Use (DOM elements form a finite set, looping dom list → jev action → new dom list); and decision-tree-heavy real-time domains like game AI, robotics, and autonomous driving.

Agent integration test: rewriting parts of Pi Agent with Jev—tool selection can't be replaced (each call carries non-finite parameters like line numbers), but Compaction-style classification works fine.

Demos in progress: a Poker AI (long, complex decision trees, battling Jev against other models) and a serious Pokemon VGC doubles AI, intended for actual ranked play.

Related event: Ex-ChatGPT team launches Jev, a decision-only model claiming 20-200x speed at a fraction of the cost(63 posts)→

Original post →

More from coding & agent

coding & agent channel →