Browser Use + Jevで超高速ブラウザエージェント
Gregor Zunic氏がBrowser UseとJevを組み合わせたオープンソースのブラウザエージェントを公開。フライト検索が7秒・0.0039ドルで完了し、ステップごとの新アクション空間、DOM状態空間、小型LLMフォールバックを採用。
Jevは1回のエージェント実行で973の意思決定を行い、出力トークンはゼロ。同じタスクは以前は推論モデルで$22.18かかったが、Jev導入後は$0.05に削減され、フロンティアモデルは一度も呼び出されなかった。ループ:プロンプト → 構造化状態 → Jevがモデルを選択 → ワーカー実行。
Jev made 973 decisions in one agent run and generated 0 output tokens doing it same run, same output: $22.18 on a reasoning model before, $0.05 after, and the frontier model was never asked once the loop: prompt → structured state → Jev picks the model → worker runs → Jev