출시 스레드에서 Jev 기술 블로그로
Diogo의 출시 스레드 끝에는 공식 기술 블로그와 얼리 액세스 진입점이 링크되어 있어 모델 원리와 제품 설명을 더 확인할 수 있습니다.
개발자가 TypeSafe JEV와 Sanity를 사용한 데모를 공유합니다. 쿼리 경로에 LLM이 없고, 에이전트는 가능하면 검색을 건너뛰며 불가능할 때도 단방향으로 동작합니다. 텍스트는 수집 시 이미 작성되어 에이전트가 답변을 선택합니다.
I just built a demo that uses @typesafeai JEV and @sanity_io and it's incredible. No LLM in the query path. The "agent" skips retrieval entirely when it can, and when it can't, it's one-way (no roundtrips). The prose was already written at ingest, so the agent selects an answer