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.