jev-ultrafast GitHub avatar by browser-use

browser-use /

Browser & OS Action

jev-ultrafast

A browser Agent that uses Jev to choose actions and page controls, calling a text model only when input is needed.

GitHub
6,031384
License: MITLanguage: PythonLast push: 9/18/2026#browser-automation#typed-decisions

What Jev Does in this Architecture

Chooses an action and its matching DOM element in one request; a text model generates input text.

Key Architecture Benefit

Separates UI choices, text generation, and browser execution so each step can be inspected.

Review & Benchmark Note: 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.
Clone Repository
git clone https://github.com/browser-use/jev-ultrafast.git

Inspect on GitHub

Check out the upstream repository README, issues, and commit log.

browser-use/jev-ultrafast

Architecture Category

Browser & OS Action

Browser automation and desktop OS control with bounded action candidate selection.

View all in this category →

Related Projects in Browser & OS Action

1,275
Browser & OS ActionApache-2.0Rust

An optional Jev skill for agent-desktop that chooses controls and actions from native accessibility data.

What Jev does here

Jev selects a target and action and estimates presence and risk; local policy decides whether to execute.

Keeps the full UI tree out of the main Agent context while exposing the selected action.

#desktop-os#typed-decisions
862 evidence links
Inspect details
117
Browser & OS ActionMITTypeScript

Drives a browser from a task and URL, returning the final page, screenshot and action trace.

What Jev does here

Chooses DOM actions and judges goal completion or stalled progress; a separate model can supply typed text.

Records proposed actions, execution and stop reasons for inspection.

#browser-automation#typed-decisions
62 evidence links
Inspect details
AskJev repository icon by ranjan2829

ranjan2829

AskJev

3
Browser & OS ActionMITTypeScript

Connects Agents to a browser over MCP, using Jev to choose page actions with confirmation gates for actions such as payment or deletion.

What Jev does here

Selects actions from current page controls and assesses risk and irreversibility.

Combines automated page actions with user confirmation in one workflow.

#browser-automation#mcp-integrations#security-guardrails
22 evidence links
Inspect details