browser-use-58d80487·3 events·first seen Aliases: Browser-Use
browser-use/video-use is a Python library enabling AI coding agents to edit videos programmatically, accumulating over 10,000 GitHub stars with strong daily momentum (+216). The project extends the browser-use agent paradigm to video editing workflows. High star count signals significant community interest in agent-driven media manipulation tooling.
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.
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.