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