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

Jevは各コードターンでスコープチェックを行い、プロンプトが要求していないハンクをフラグし、PR全体ではなくハンク単位で判断します。In scope / Check scope / N unrequested を提供し、現時点ではセッションのみ。
scope check on every code turn Jev flags hunks the prompt did not ask for → chip under the reply: In scope / Check scope / N unrequested → hover lists each flagged file + hunk judged per hunk, not the whole PR → sessions only for now