Awesome Jev: early projects and use cases
A community-curated list gathers early Jev projects and ideas for developers who already have API access.
The author previously tested LLM multilingual translation with Qwen 3.6, which required multiple evaluations due to high variance. After switching to Jev, variance was minimal, so a single evaluation sufficed. Example cost: 7.5M tokens, $0.3165, 5m23s.
LLMの英語からの多言語翻訳能力のテストは、今までQwen 3.6で評価していましたが、揺れが大きく、温度0だとその1つを固定することになるので、3回評価の中央値を使っていました。 Jevは揺れが誤差程度だったので、1回評価で作り直しました。 7.5Mtok, $0.3165, 5分23秒 https://github.com/7shi/multilingual-reader/blob/main/examples/tr/README.md…