Jev 与文本生成模型的取舍
Jev 不生成自由文本。Diogo 用一段对比视频说明并行决策模型与逐字生成模型在任务形态上的差别。

Karl Weinmeister 指出,生成式 AI 曾用提示词取代分类器,而 TypeSafe AI 的 Jev 让分类器回归:它不逐 token 生成文本,而是在单次前向传播中对决策打分,适合需要智能 if 语句的场景。
Generative AI replaced classifiers with a prompt. This week, the classifier came back with a vengeance in Jev from @typesafeai. Instead of generating text token by token, it scores decisions in a single pass. Sometimes you just need a smart if statement.