Jev can't be calibrated
- September 23, 2026 · 3 mins · 617 words Share on: X · HN Unless you’ve been living under a rock, you’ve probably heard about Jev.
- Simon Willison’s post is a good overview, and this one shows how to implement it in a few lines of Python.
- In short, Jev is TypeSafe’s first “System One Model”: instead of generating text, it takes unstructured input and returns typed decisions from a set of outputs you define in advance, each with a probability attached.
Unverified
- September 23, 2026 · 3 mins · 617 words Share on: X · HN Unless you’ve been living under a rock, you’ve probably heard about Jev.
- Simon Willison’s post is a good overview, and this one shows how to implement it in a few lines of Python.
- In short, Jev is TypeSafe’s first “System One Model”: instead of generating text, it takes unstructured input and returns typed decisions from a set of outputs you define in advance, each with a probability attached.
Sources: Alexmolas