출시 스레드에서 Jev 기술 블로그로
Diogo의 출시 스레드 끝에는 공식 기술 블로그와 얼리 액세스 진입점이 링크되어 있어 모델 원리와 제품 설명을 더 확인할 수 있습니다.
Build A Goat가 NobodyWho의 게시물을 공유합니다. 약 25줄의 Python으로 Jev의 핵심 아이디어를 보여줍니다: 작은 로컬 GGUF를 로드하고 레이블이 있는 선택지를 제공하고 next-token logits를 확률로 변환하여 유형화된 AI 결정을 내립니다.
Not every "AI decision" needs a frontier model writing a paragraph. NobodyWho's post walks through the core idea of Jev in about 25 lines of Python: load a small local GGUF, give it labeled choices, read the next-token logits, turn them into probabilities. That is a typed