TensorSharp's logit-reading approach beats LocalJev at structured decisions, 3.3x faster

fuzhongkai · reddit · 2026-09-23

The developer of open-source TensorSharp, inspired by vLLM PR #57250, added a native /v1/systemone endpoint for Jev-style structured decisions using DiffusionGemma GGUF weights, and benchmarked it against the original LocalJev engine.

The key difference: TensorSharp reads requested label logits directly, while LocalJev builds a larger chat prompt and generates probabilities as JSON — average input 192.7 vs 589.6 tokens.

Benchmark (12 cases × 3 reps, 108 expected decisions per implementation):

The author notes this is an end-to-end comparison, not a kernel-only one, and the small set isn't a general accuracy benchmark. Local repro steps and a Python example are included.

Original post →

More from Infra

Infra channel →