Browser Use + Jevで超高速ブラウザエージェント
Gregor Zunic氏がBrowser UseとJevを組み合わせたオープンソースのブラウザエージェントを公開。フライト検索が7秒・0.0039ドルで完了し、ステップごとの新アクション空間、DOM状態空間、小型LLMフォールバックを採用。
JEVを追加してもエージェントループは自動的に速くならず、繰り返される意思決定を特定して意図的にルーティングすることで速度が生まれると述べ、公式「高速エージェントループ = トレース + JEVルーティング + モデルフォールバック + 検証」を示している。
Adding JEV to an AI agent does not automatically make the loop faster speed comes from finding the decisions an agent makes again and again, then routing them on purpose. formula: Faster Agent Loop = Trace + JEV Routing + Model Fallback + Verification 9% -> capture the loop.