Browser-Use
browser-use-58d80487·2 events·first seen 27d agoAliases: Browser-Use
Co-occurring entities
More like this (12)
Recent events (2)
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.
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.