The cookbook maps 10 trading functions with 28 fillable closed-set arguments into 54 questions per command, sent in one request. A stated Noul marks an argument optional, so a no leaves the function's default in place; the sample command mapped at 0.82 confidence with the benchmark argument weakest at 0.78.
Free text, numbers, and dates never get a question and keep the function default, so those arguments still need your own parsers. The smart-home demo applies the same shape to home automation requests.
Turn natural language into typed function calls: closed-set arguments become Choice questions, optional ones become Noul questions, and 54 questions ship in one request for a trading assistant.
A community Rust port of the official Python SDK with the same primitives, wire format, retries, and error semantics, plus derive macros for typed questions and answers.
A personal-assistant agent with 100 mocked tools that measures how many steps a task takes when the LLM picks the tool versus when Jev picks it before every model step.
A pi extension that exposes TypeSafe Jev judgments as five tools, calling POST /v1/systemone directly with native fetch so your code and users keep control of thresholds, weights, and actions.
A Pi extension and library that gives the agent and other extensions one consented, key-managed Jev client, with a batched typesafe_evaluate tool for classify, triage, compare, and score judgments.
Maybe I’m just washed, but Jev is beating me at my own game. Built a Krunker-inspired FPS where you 1v1 Jev. Try it out yourself: jev-arcade.vercel.app/duel
After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI?
I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev
• 20-200x faster
• 40-400x
I turned @typesafeai Jev model into a pixel art model. 256 multiple choice questions, one per pixel, plus refinement passes.
These were the best results out of the bunch I tested.
Code: github.com/Wizhill05/type…
Diogo Almeida
@CompleteSkeptic
After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI?
I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev
• 20-200x faster
• 40-400x
Zod validates data you already understand.
Jev judges data you don't.
jod is the seam: your state validates locally and for free, every question goes out in one parallel request, and typed answers come back.
github.com/mateonunez/jod
TypeSafe’s new Jev model is fast 🔥 and Agentgateway keeps up!
In minutes, I had Jev running as a prompt guard through Agentgateway, with distributed tracing and cost tracking.
Check out the example below
Example: github.com/agentgateway/a…
Intro to Jev: typesafe.ai/blog/introduci…