Jev AI Hub
Start Learning

Project profile

Jev Ultrafast

Browser Use's open-source browser agent. Jev chooses the next operation and an observed target.

Browser AgentOpen SourcePythonMITActive

Last verified: 2026-09-24

Quick facts

ProjectJev Ultrafast
CreatorBrowser Use
TypeBrowser Agent
LanguagePython
LicenseMIT
Uses Jev forOperation and target selection
Open sourceYes
StatusActive

What it is

Jev Ultrafast turns the visible page into a numbered list of controls, asks hosted Jev for one operation and one target, and uses a separate small text model only when the operation is TYPE_TEXT. The browser harness executes that choice after its own checks.

Why it matters

It is a public example of Jev acting as a fast decision layer inside an agent: the program enumerates legal actions, and Jev picks among them instead of inventing a selector or a script.

How it uses Jev

Decision rolePick the next operation and which observed element it applies to.
Input stateA fresh numbered table of visible controls, not a screenshot in the default loop.
Question typeChoice. Operation and target are one TypeSafe request.
OutputAn operation such as CLICK, plus an index that was in the snapshot.
Fallback modelA small text model writes the string only for TYPE_TEXT.
ExecutionDOM state, then Jev, then operation and target, then the browser executor.

Architecture

  1. DOM state
  2. Jev
  3. Operation
  4. Target
  5. Browser executor

Key features

Performance and claims

Project claim

Browser Use describes the project as a fast, cheap web agent. docs/performance.md times one Google Flights recording at 7.073 seconds. That run searches options and stops; it does not book a flight.

Independent verification

Jev AI Hub has not re-run the recording. The 7.073-second figure and the before/after pairs are the authors' measurements.

Jev AI Hub analysis

Treat 7.073 seconds as one documented demonstration, and the three-pair comparison as a small before/after of their own loop. Neither number is a universal ranking against other browser agents.

Limitations

Code and repository

https://github.com/browser-use/jev-ultrafast

GitHub snapshot captured 2026-09-24: 19,100 stars, 1,260 forks, 132 open issues. Last push 2026-09-18. Counts change; this is not a live lookup.

Related Jev concepts

Related guides

Related projects

No other published projects share this organization, type, or use case yet.

Sources

  1. jev-ultrafast READMEBrowser Use · accessed 2026-09-24 · github
  2. Faster on the real webBrowser Use · accessed 2026-09-24 · github
  3. browser-use/jev-ultrafast repository metadataGitHub · accessed 2026-09-24 · third-party

Explore more Jev projects