Launching today

OpenBrowser-AI
Connect AI agents to browser through raw CDP
43 followers
Connect AI agents to browser through raw CDP
43 followers
OpenBrowser connects AI agents to browser through raw CDP. No abstraction layer. The LLM writes Python in a persistent namespace, batching operations per call. Page state at ~450 characters. Benchmarked against 3 frameworks on 6 real tasks: 100% accuracy across the board, 2.6x fewer tokens, 59% lower inference costs. Methodology is public and reproducible. MIT licensed. CLI + MCP server. 15 LLM providers. Two published RL studies training open-source models for browser control.
Interactive





Free
Launch Team / Built With




OpenBrowser-AI
@billy_enrizkyย One task I'd love to see it crush is automating multi-tab research like pulling pricing from 5 vendor sites, compare in a table, flag outliers, without exploding tokens. How does the persistent namespace shine there?
OpenBrowser-AI
@swati_paliwalย
Great question, this is exactly where the architecture pays off. The persistent namespace lets the agent open 5 vendor tabs, extract pricing with server-side JavaScript (returning maybe 200 tokens of clean JSON per site instead of the 124K-token full-page dumps other frameworks send), and keep all 5 results as Python variables across LLM calls, so the final comparison/outlier-flagging step is just a few lines of pandas that never touch the browser at all. In our benchmarks the total context for a multi-page extraction task stays under 10K tokens where competitors hit 50K+ for the same work, with identical 100% accuracy.
OpenBrowser-AI
Check out all the 12 trained models here:
https://huggingface.co/billyenrizky
OpenBrowser-AI
Check out our documentation here:
https://docs.openbrowser.me
OpenBrowser-AI
Concentrate or Collapse: When Reinforcement Learning Meets Diffusion Language Models for Web Planning:
https://doi.org/10.13140/RG.2.2.11500.94088
Browser-in-the-Loop: Reinforcement Fine-Tuning LLM Agents for Web Form Filling:
https://doi.org/10.13140/RG.2.2.24922.71360
OpenBrowser-AI
Check out our website at https://openbrowser.me/
OpenBrowser-AI
Check out our GitHub here:
https://github.com/billy-enrizky...