Browser Use 与 Jev 结合打造超快浏览器智能体
Gregor Zunic 展示 Browser Use 与 Jev 结合的开源浏览器智能体,搜索航班仅需 7 秒、成本 0.0039 美元,采用每步新动作空间、DOM 状态空间和小模型回退输入。
帖子介绍 @awlevin 的技巧:先用 OCR 识别屏幕,再让 TypeSafe 的 Jev 选择下一步点击操作。文中对比了 Opus 5 的成本,并建议手写日期解析器以提升性价比。
Computer use for $0.0002 a step. Opus 5 on the same screenshot: $0.032. @awlevin's trick: OCR the screen, then TypeSafe's Jev picks the next click. Catch: Opus reads dates off pixels. Here you code it by hand. For 155x, I'd write the date parser. https://github.com/awlevin/typesafe-computer-use…