jev-ultrafast
browser-use
A browser Agent that uses Jev to choose actions and page controls, calling a text model only when input is needed.
- License
- MIT
- GitHub Stars
- 6031
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Chooses an action and its matching DOM element in one request; a text model generates input text.
What this project offers
Separates UI choices, text generation, and browser execution so each step can be inspected.
Review scope
The author reports a median of about 7.1 seconds on one Google Flights task, with three runs per setup. Initial navigation is excluded; this is not a general Agent benchmark and was not independently retested.
Sources and implementation
Related projects
jev-desktop
lahfir · Browser & OS Action
An optional Jev skill for agent-desktop that chooses controls and actions from native accessibility data.
jev-browser
jkudish · Browser & OS Action
Drives a browser from a task and URL, returning the final page, screenshot and action trace.
AskJev
ranjan2829 · Browser & OS Action
Connects Agents to a browser over MCP, using Jev to choose page actions with confirmation gates for actions such as payment or deletion.
jev-browser
tontoko · Browser & OS Action
Playwright browser automation with Jev decisions through a shared CLI, MCP server and TypeScript SDK.