Loading video...
Video Failed to Load
Jev has been exploding in popularity recently. If you already have access to the Jev API but aren’t sure how to start experimenting with it, just copy this checklist: 1. agent-desktop Desktop automation. Read the system's accessibility tree, judge which button, menu, or input field to click next. 2.... show more
201,620 views • 1 day ago •via X (Twitter)
19 Comments

join substack to receive AI alpha, fresh model templates and copy-paste configs👇

Nice list, will definitely try Prism and Canny. We just released Jev-enabled to triage and route prompts to the right model(s). Would love your feedback on the tool!

desktop automation finally made sense to me when i stopped guessing at coordinates and started reading the accessibility tree.

accessibility tree > screenshots for agent reliability — cheaper, deterministic, zero vision hallucinations. real question: how far is jev from executing on-chain actions? an agent that reads a dexscreener alert and swaps autonomously is the actual endgame.

the accessibility tree works until an app paints its own ui and leaves no tree to read. does agent-desktop fall back to vision there?

That agent-desktop item is the real unlock on the checklist. Once the agent can read the accessibility tree and pick the next button or menu instead of guessing from pixels alone, the loop gets a lot less brittle. The failure mode I keep hitting on Windows is not "can it click". It is wrong-window clicks, focus stealing, and no clean stop when the agent is about to trash the focused app. Observe, ground to an element id when you can, then act, with an activity trail you can audit. NTXM Agent's Operator path is my early take on that (accessibility + set-of-marks, real terminal sessions, Keep/Revert on file edits). Still in development. Operator notes:

The interesting shift is from code completion to evaluated decisions. Which Jev workflow has been most reliable in practice: UI control, game agents, or judging its own tool outputs?

The coding loop diagram looks clean but the desktop automation step is doing the real heavy lifting. How much of the value is the agent writing code versus the agent actually executing on a live system?

what’s been the most surprising result from using the agent-desktop so far?

agent-desktop 那个 accessibility tree 读法的坑我踩过,按钮层级一深判断就飘,得配合视觉兜底。这个checklist倒是把入口讲清楚了👍

smart, semantic, diff, test ‘grep’

"Ten blueprints and a Mario-playing agent is the most honest demo of decision-making I've seen — nobody ships a README that fun. The Super Mario one reading RAM instead of screenshots is the real flex here."

these are so alphas repos, thank you!

刚拿到权限的人,照着这份清单试不容易迷路

the checklist could be clearer, mentioning specific use cases would help a lot

很齐全了!

They are open weights; self host people.

sounds like a solid start. lowkey curious what else you can unlock with that API. 👀

copy-paste configs alone gonna save me hours of tweaking subbed send that alpha bro
