← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

OpenJev Demonstrates Local LLM Choice Probability Readout and Generation

🔄 Updated 5d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • OpenJev is a local LLM demonstration.
  • Compares direct probability readout vs. JSON generation.
  • Uses models like MiniCPM5 2B and Qwen3 0.6B.
  • Measures real-time performance on user's GPU.
  • No waitlist for access.

Local LLM Experimentation

OpenJev provides a live, local experiment for users to interact with language models directly on their own GPU. The demonstration allows for two methods of obtaining choice probabilities from an LLM: direct readout of logits or generating the probabilities as JSON text token by token. This setup enables users to observe and compare the performance of these two approaches.

Available Models and Access

The demonstration defaults to MiniCPM5 2B, with an option to switch to Qwen3 0.6B for devices with lower specifications, such as phones. There is no waitlist to access OpenJev, and the weights for the models are sourced from Hugging Face, remaining in the user's browser cache. Inputs to the models do not leave the user's page.

Performance Measurement

OpenJev measures real-time performance metrics, including setup, warmup, prompt preparation, direct execution, and generation completion times using `performance.now()`. The methods run sequentially on the same loaded model to avoid GPU contention. The demo utilizes pinned GGUF builds through wllama, noting that quantization can affect both quality and speed.

Decision Paths and Probabilities

Both the direct readout and generation paths receive the same decision input. The direct readout normalizes choice logits only across the supplied options, while the generation path asks the model to write its option probabilities as JSON. It is noted that direct scores are a softmax over displayed option tokens and are not calibrated confidence, nor do they include every answer the model might prefer.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~26 min · 21 stories · Sep 23

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

OpenJev is a demonstration that allows users to run local language models (LLMs) on their GPU to compare direct readout of choice probabilities with token-by-token generation of the same distribution. It offers models like MiniCPM5 2B and Qwen3 0.6B for experimentation without a waitlist, focusing on real-time performance measurement.