LangChain built a test agent with its open source Deep Agents harness, captured five weather-task runs as a fixed LangSmith dataset, and scored each one with GPT-5.6 Luna, GPT-5.6 Terra, Claude Sonnet 4.6, and TypeSafe AI's Jev. Jev is not a generative model: it returns typed answers and probabilities directly instead of producing text a parser then has to interpret. Against a human reviewer's labels as the oracle, Jev matched every one of 500 repeated pass or fail decisions, while Terra matched 99.8 percent, Luna 96.4 percent, and Claude 80.0 percent. Jev's quality score variance also ran 92 to 913 times lower than the LLM judges, and it averaged 0.44 seconds per call at $0.00035, versus $28.17 total for Claude across the same runs. The authors call the result observational rather than causal, since the experiment is narrow and Jev's training objective, not just its architecture, could explain the gap. They also flag a real risk: a cheap, low variance judge that is consistently wrong can still produce bad feedback at scale, so teams still need human review in the loop. If it holds up on harder tasks, typed classifiers become a third category of agent evaluator, alongside code-based checks and LLM-as-judge.

Checking sign-in…
Loading comments…