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…