Question-first prompting took local Qwen from 89% to 100% and cut latency 5x

Micha0827 · reddit · 2026-09-21

A developer using local Qwen models for typed decisions (reading answer probabilities from logits in a single forward pass) found that flipping the prompt to question-and-answers-first, state-last boosted accuracy from 89% to 100% in English (89%→97% German) and cut median latency from 400ms to 80ms on 4-bit Qwen3.6-35B-A3B on an M2 Max over a 38-case benchmark. The speedup comes from the question block becoming a cacheable shared prefix; the accuracy gain is unexplained. Caveat: on long documents question-first still helped accuracy but was 6-8x slower since the doc can't be cached. Code and benchmark: github.com/Micha0827/snapjudge.

Original post →

More from coding & agent

coding & agent channel →