Browser Use 与 Jev 结合打造超快浏览器智能体
Gregor Zunic 展示 Browser Use 与 Jev 结合的开源浏览器智能体,搜索航班仅需 7 秒、成本 0.0039 美元,采用每步新动作空间、DOM 状态空间和小模型回退输入。
开发者正重新思考智能体架构,不再将每个微决策都交给重型推理模型。TypeSafe Jev使用Choice、Score、Noul等类型化原语,在约50ms内处理有界决策,成本大幅降低。
Developers are rethinking agent architecture: stop routing every micro-decision to heavy reasoning LLMs. TypeSafe Jev handles bounded decisions in ~50ms using typed primitives (Choice, Score, Noul) at a fraction of the cost. Out of 287 reviewed open-source implementations, here