DEMO / RECORDING
Overview & Result
Demonstrates an open-source browser agent navigating flight booking flows. Rather than prompting a heavy vision model for every click, the agent feeds DOM candidate states to Jev to select the next action in tens of milliseconds.
How Jev fits in the loop
- Observe the active browser page and extract candidate interactive DOM nodes.
- Pass the current goal and candidate actions to Jev Choice.
- Jev returns the target element ID with calibrated confidence.
- Browser Use executes the interaction and observes the next state.
How to reproduce
- Inspect the source implementation at https://github.com/browser-use/jev-ultrafast.
- Configure local Jev API credentials and register required tool/model bindings.
- Execute test prompts and observe decision latency and routing outputs.
Why this build matters
Proves that browser navigation can run near real-time without multi-second multimodal LLM delays per step.
Reported performance
Reported by authorCost: ~$0.0039
Latency: ~7 s total run
Author reported finding flights in ~7s for ~$0.0039 total cost with video recorded at 1× speed.
Limitations
- Metrics are author-reported from the initial release unless independently verified.
- Requires access to the respective agent framework or runtime environment.
- Generative model execution remains external to the Jev decision step.