Browser Use + Jevで超高速ブラウザエージェント
Gregor Zunic氏がBrowser UseとJevを組み合わせたオープンソースのブラウザエージェントを公開。フライト検索が7秒・0.0039ドルで完了し、ステップごとの新アクション空間、DOM状態空間、小型LLMフォールバックを採用。
開発者はエージェントアーキテクチャを見直し、すべての微細な判断を重い推論モデルに回すのをやめつつあります。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