Jevとテキスト生成モデルの違い
Jevは自由形式のテキストを生成しません。並列的な意思決定とトークン単位の生成の違いを、Diogoが比較動画で説明します。

動画では、一般的なLLMがテキストやJSONをトークン単位で生成し、各トークンが前のトークンに依存するため複数の逐次段階が必要である一方、Jevは異なる仕組みであると説明している。
The video is about the main difference between LLMs and Jev. Summary of this tweet from our friend: - A typical LLM generates text or JSON token by token. - Each token depends on the previous one; therefore, the model has to go through multiple sequential stages to produce a