从发布线程进入 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