Browser Use + Jev 초고속 브라우저 에이전트
Gregor Zunic이 Browser Use와 Jev를 결합한 오픈소스 브라우저 에이전트를 공개했습니다. 항공편 검색에 7초, 비용 0.0039달러가 들며, 단계별 새 액션 공간, DOM 상태 공간, 소형 LLM 폴백을 사용합니다.
일반적인 에이전트 스택은 같은 모델이 조사부터 완료까지 전 과정을 도맡기 쉽지만, 이 게시물은 Grok Bot이 작업을 수행하고 Jev가 다음 단계를 판단하는 구성을 다룹니다. 출력을 체크포인트로 나누어 약한 주장이 최종 결과까지 이어지지 않도록 막습니다.
Grok Bot does the work. Jev decides what happens next. Most agent stacks skip straight from "research" to "done" Same model finds the fact, same model grades it, same model ships it. One weak claim rides the whole chain to the output. This setup breaks that into checkpoints: