What it is
A Chrome extension that lets you control your browser by voice. It captures speech, sends the transcript and the page's interactive elements to Jev, and executes the returned typed command.
How it uses Jev
Jev selects one command from a list of candidates enumerated by code — clickable elements, open tabs, known sites — and never generates selectors or URLs. It also picks the next step for a goal, selects values to type, and judges whether a word names a site.
Primitives:choicescorenoul
Technique worth stealing
Enumerate candidates in code and let the model select one, never generate.
Try it
cd proxy && npm start, load extension/ unpacked, open panel, click Start listening.
Evidence
Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.
- Jev-centricyes0.91
- Shows a System One patternno0.38
- Handles uncertaintyno0.05
- Measuredno0.04
- Runnableyes0.98
- Worth recommendingunclear0.57
- Model replicano0.03
- Problem scopescore on a 0–2 scale0.87
- About Jevyes0.98
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.