Almanac
product

Browser-Use

productactivebrowser-use-58d80487·2 events·first seen 27d ago

Aliases: Browser-Use

Co-occurring entities

More like this (12)

Recent events (2)

5Github Trending·4d ago·source ↗

browser-use: Python library for making websites accessible to AI agents

browser-use is an open-source Python library designed to enable AI agents to interact with and automate tasks on websites. The project has accumulated over 98,500 GitHub stars, with 185 new stars on the trending day, indicating strong community traction. It sits in the agent-tool ecosystem as a browser automation layer for AI agents.

7arXiv · cs.AI·27d ago·source ↗

Agent JIT Compilation for Latency-Optimizing Web Agent Planning and Scheduling

This paper introduces agent just-in-time (JIT) compilation as an alternative to the sequential fetch-screenshot-execute loop used by current computer-use agents. The approach compiles natural language task descriptions directly into executable code that can include LLM calls, tool calls, and parallelization, using three components: JIT-Planner, JIT-Scheduler, and an invariant-enforcing tool protocol. Across five web applications, JIT-Planner achieves 10.4× speedup and +28% accuracy over Browser-Use, while JIT-Scheduler achieves 2.4× speedup and +9% accuracy over OpenAI CUA.