[Announcing] TypeSafe SDK - Jev, the first System One model from TypeSafe forum.elixirforum.com/t/76700 #ElixirLang #MyElixirStatus
Guardrail
Screening messages going into or out of an LLM app with hazard Nouls and severity Scores, then thresholding the probabilities.
- Category
- Patterns
- Also known as
- —
- Related terms
- 4
- Directory entries
- 35
- Docs
- docs.typesafe.ai
- Added
- 2026-09-24
Definition
The guardrails cookbook screens every message with one request: a Noul describes each possible hazard, a Score rates severity, and code thresholds the probabilities to pass, review, block, or route the message.
The RAG passage cookbook applies the same shape to retrieved context, using per-passage Nouls for relevance, evidence, contradiction, and injection before anything reaches the generator.
Related terms
Definitions that connect to this one.
From the directory
29 more matching entries in the full directory.
From the community
Posts from builders shipping with Jev right now.
An Elixir port of the official SDK
jod: Zod validates data, Jev judges it
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
Loki: a self-improving harness with a Jev companion
You can run Jev at home with Loki as well! It’s a full agent harness github.com/wundercorp/loki
Jev as an LLM guardrail inside Agentgateway
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…
Jev reranks station suggestions in TrainLCD
提案駅のリランク判定と実測スパイクを追加する by TinyKitten · Pull Request #33 · TrainLCD/Functions github.com/TrainLCD/Funct… AIチャット機能の一部にもJevを潜ませてみるゾ
Vercel's fx safety reviewer, measured at 18× faster
@vercel 's fx uses Jev to review every command. @rauchg says it's up to 18x faster than GPT Luna and more accurate. @JoshARosen built Foreman, where Jev watches coding agents for drift, missed tests and getting stuck. @shantanugoel's Hermes agent installed an "ask Jev" skill on Show more