Browser Use 与 Jev 结合打造超快浏览器智能体
Gregor Zunic 展示 Browser Use 与 Jev 结合的开源浏览器智能体,搜索航班仅需 7 秒、成本 0.0039 美元,采用每步新动作空间、DOM 状态空间和小模型回退输入。
帖子指出大多数AI代理仍将所有任务发送给Claude Code,而Jev将简单工作路由到更便宜的worker,为重要任务节省昂贵推理,使整个系统更快,展示了构建可扩展代理的方式。
INSANE how most AI agents still send every task to Claude Code. Jev routes the easy work to cheaper workers, saves the expensive reasoning for what actually matters, and makes the whole system literally faster. This is how you build agents that scale. Follow @cyrilxbt for more