Browser Use + Jevで超高速ブラウザエージェント
Gregor Zunic氏がBrowser UseとJevを組み合わせたオープンソースのブラウザエージェントを公開。フライト検索が7秒・0.0039ドルで完了し、ステップごとの新アクション空間、DOM状態空間、小型LLMフォールバックを採用。
@awlevin のテクニックを紹介:OCRで画面を読み取り、TypeSafeのJevに次のクリックを選ばせる。Opus 5とのコスト比較や、日付パーサーを自作する提案も含む。
Computer use for $0.0002 a step. Opus 5 on the same screenshot: $0.032. @awlevin's trick: OCR the screen, then TypeSafe's Jev picks the next click. Catch: Opus reads dates off pixels. Here you code it by hand. For 155x, I'd write the date parser. https://github.com/awlevin/typesafe-computer-use…