Skip to content
JevDirectory.org
PatternsEscalation

Human review

The explicit path for uncertain or high-stakes cases: route to a person instead of acting on a low-confidence answer.

Category
Patterns
Also known as
Escalation
Related terms
4
Directory entries
2
Docs
docs.typesafe.ai
Added
2026-09-24

Definition

Every confidence pattern in the docs ends in an escalation path: below a floor, route to a human; between levels, ask the user to confirm; in the entity-alignment cookbook, the middle score level goes to a curator rather than an automatic merge.

Making the path explicit in code is the design point. If the model cannot express honest uncertainty, the system cannot be trusted to run unattended, so the abstain path is part of the architecture rather than an exception handler.

Tagspatternsconfidence

From the directory

How TypeSafe reports certainty, how it differs from probability, and how to use it architecturally to gate and route decisions.
Practices & PatternsDocs#official#confidence#routing
Official
Use the answer to decide what to do and confidence to decide whether to act: the voice-banking example routes below 0.6 to a human and needs 0.85 or more to auto-approve a transfer.
Practices & PatternsDocs#official#patterns#confidence
Official

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

Loki: a self-improving harness with a Jev companion

Jev as an LLM guardrail inside Agentgateway

Jev reranks station suggestions in TrainLCD

Vercel's fx safety reviewer, measured at 18× faster

A game where you race Jev at spotting slop

Jev plays itself at 3D chess

got access to jev and instead of doing anything useful i made it play itself at 3D chess same model on both sides, slowly developing beef with itself you can watch jev vs jev or jump in and ruin its day chess-jev.loomens.com

Diogo Almeida
Diogo Almeida
TypeSafe AI
@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

Reply