Jev로 Computer Use 가속화: LLM 메모리와 Jev 실행
LLM이 메모리와 컨텍스트를 보유하고 agent-desktop으로 스냅샷을 찍어 Jev에 전송하면 Jev가 올바른 요소를 선택해 작업을 수행하여 Computer Use를 가속화합니다. Cursor 지원 및 헤드리스 모드.
개발자가 Jev 모델로 까다로운 웹 요소 선택 문제를 해결합니다. 약 100ms 안에 DOM 후보에서 올바른 대상을 반환해 복잡한 정규식과 끝없는 예외 처리 대신합니다.
Aimed Jev at a tricky problem: finding the next page element on a webpage. Regex gets you part of the way but the long tail of the internet means supporting an endless string of edge cases. Now a quick 100ms call - DOM candidates in, correct target out - and one of the most