Jev-Powered Speech Command Interface
The build uses Jev as the operator in a Pipecat speech-interface pipeline. In the reported comparison, Jev achieved 92.6% command accuracy.
View on X time296 ms median latency
.@jonptaylor recorded a detailed walkthough of Jev vs GPT-5.6 Luna as the "operator" element of a Pipecat speech interface pipeline.
GPT-5.6 Luna:
- 81.3% command accuracy
- 1,008 ms median latency
Jev
- 92.6% command accuracy
- 296 ms median latency
A few notes here ...
1) We expected to see a big latency benefit. But the higher accuracy is maybe more interesting. Jev (with a bunch of code wrapped around it) is much better at turning messy transcriptions from a noisy speech environment into correct command structs.
The very hand-wavy explanation here is something like: LLM too
Jon Taylor recorded a walkthrough comparing Jev with GPT-5.6 Luna. The author says Jev, with code wrapped around it, was better at turning messy transcriptions from a noisy speech environment into correct command structs.
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.