発表スレッドからJev技術ブログへ
Diogoの発表スレッドの最後には、公式技術ブログと早期アクセス入口へのリンクがあり、モデル原理や製品説明を確認できます。
開発者がTypeSafe JEVとSanityを使ったデモを共有。クエリ経路にLLMはなく、エージェントは可能な限り検索をスキップし、必要な場合も一方向で実行。テキストは取り込み時に生成済みで、エージェントは回答を選択する。
I just built a demo that uses @typesafeai JEV and @sanity_io and it's incredible. No LLM in the query path. The "agent" skips retrieval entirely when it can, and when it can't, it's one-way (no roundtrips). The prose was already written at ingest, so the agent selects an answer