Typed Decisions with Jev
open-jev is a browser-focused TypeScript library that takes one piece of text and any number of typed questions, then returns a calibrated probability distribution for each question in one forward pass. It does not generate answers, so each answer is one of the provided options.
nico-martin@nico-martin
open-jev is a browser-focused TypeScript library for typed decisions: one piece of text (the state) plus any number of typed questions go in, and one forward pass returns a calibrated probability distribution per question. Nothing is generated, so an answer is always one of the options you provided.
Also filed under Tools & apps
- Swift Client for TypeSafe Jev Judgments
swift-jev is a Swift client for TypeSafe Jev that uses typed judgments instead of generated text.
- Go SDK and CLI for Jev Decisions
go-jev provides a Go SDK and CLI for TypeSafe Jev typed yes/no, Choice, and Score decisions.
- Open-Model Semantic-If Engine
SemIf-OpenJev is an open-model semantic-if engine for local Jev-style decisions.
- Open-Weight Jev Decision Model
JevK5 is an open-weight Jev alternative that returns typed decisions with probabilities in one forward pass.