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