発表スレッドからJev技術ブログへ
Diogoの発表スレッドの最後には、公式技術ブログと早期アクセス入口へのリンクがあり、モデル原理や製品説明を確認できます。
Jevはテキストを書きません。単一のループを実行します:構造化された状態を読み取り、ミリ秒で1つの決定を行い、コードに渡します。著者は、ほとんどのAPIユーザーがチャットボットのようにテストしているが、成果を上げている開発者はそのループを実行していると指摘し、その正確なパターンを実行する10のオープンソースリポジトリを共有しています。
Jev doesn't write text. It runs one loop: read structured state, judge one decision in milliseconds, hand it to code. Most people with API access still test it like a chatbot, while the builders getting results run that loop. Here are 10 open source repos running that exact