Jev와 텍스트 생성 모델의 차이
Jev는 자유 형식 텍스트를 생성하지 않습니다. Diogo는 병렬 의사결정과 토큰 단위 텍스트 생성의 차이를 비교 영상으로 설명합니다.

Jev의 혁신은 분류를 재발명한 것이 아니라 임의 분류를 타입 안전 프로그래머블 프리미티브로 만든 것이다. 범용 제로샷 결정 모델로서 네이티브 인터페이스는 런타임 정의 typed decisions이며, 그 인터페이스에 최적화되어 있다.
Jev is cool not because it re-invented classification, but because it makes ARBITRARY classification into a type-safe programmable primitive. A general purpose zero shot decision model whose native interface is RUNTIME-DEFINED typed decisions, optimized for that exact interface