NVDA 213.90 ▲0.82%GOOGL 342.87 ▼0.61%MSFT 490.30 ▼1.37%AMD 512.50 ▲1.65%INTC 101.05 ▲4.03%TSMC 417.72 ▲0.96%AMZN 245.96 ▼0.99%META 673.31 ▲0.46%AAPL 332.41 ▲0.32%PLTR 174.34 ▲1.03%
Markets at last close

Research

Jev puts fast structured output back in focus

·1 min read

Jev is presented as a “System One” model that accepts human-language prompts but returns only structured outputs, such as selecting from provided choices. That constraint lets it avoid autoregressive token-by-token generation and answer many questions in parallel. Its response times are described as around 70ms at the fastest and 500ms at the slowest, fast enough for real-time tasks such as playing Doom from a text-based game-state representation.

The key appeal is not chatbot-style language generation but a low-latency decision primitive that could be embedded throughout software. Jev’s value may come from making fast structured output a first-class interface, opening non-chatbot AI use cases where cheap, quick decisions matter.

Fast structured output may not be unique to Jev. Regular LLMs can be adapted by prefilling most of a response and generating one constrained token, with batching enabling multiple choices in a single forward pass. Tests with Qwen2.5-1.5B-Instruct reportedly produced a 2x-3x speedup compared with non-prefixed structured output.

Jev is likely to face limits in intelligence because it cannot rely on test-time compute in the way reasoning models do. Claims that it is immune to hallucinations are also framed as too narrow, since choosing a wrong user-provided answer can still make it unreliable in practice.

Originally reported by seangoedecke.comRead the source →
Related coverage