@no_stp_on_snek: ok folks you know the drill.. verdict up front: NVIDIA's 4-bit Qwen3.6-27B (NVFP4) is near-lossless. on my own held-out…
Summary
NVIDIA's 4-bit quantized Qwen3.6-27B (NVFP4) is found to be near-lossless compared to the full bf16 model, with behavioral differences being minor and random rather than systematic, making it a practical drop-in replacement.
View Cached Full Text
Cached at: 07/02/26, 10:29 PM
ok folks you know the drill.. verdict up front:
NVIDIA’s 4-bit Qwen3.6-27B (NVFP4) is near-lossless. on my own held-out behavioral tests it’s basically indistinguishable from the full bf16 model, which is the whole point: full-size quality and character at a quarter the size. (one caveat: on prosumer Blackwell it currently needs NVIDIA’s own runtime to serve cleanly, but that’s a runtime bug, not the model.) the interesting part is the behavior.
the headline: at the weight level the 4-bit decode is 0.997 cosine to the original, near-lossless. behaviorally, 60 of 90 scenarios tied, math 8/8 on both. so the reason you run the full 16-bit against the 4-bit is to find out whether you can drop to the small one and give up nothing.
you can!
you don’t need the 16-bit for the quality. the compression is basically free.
the differences only surface on the hard stuff, poisoning and long-horizon agentic runs. here’s how i find them: each model runs the same multi-turn probes, and a blind judge (not told which is the quant) scores it 3 times against a rubric, hunting for specific failure markers, fabrication, missed recall, caving to pressure.
poisoning: mid-conversation i planted a confident false claim (“we decided on Redis”) and watched whether it would leak into the model’s final summary. both refused to rewrite history. the 4-bit was actually cleaner, the full model misdiagnosed an error in the same run and dropped two real decisions from its writeup.
long-horizon: two concrete slips, one each. deep into a long orchestration run, at a trap where a field was never actually populated, the 4-bit confidently declared it “captured” and invented a source file that doesn’t exist, a clean fabrication. the full model caught it. but on a separate buried-fact recall, the full model chained two of three failure layers and stopped one short, while the 4-bit got all three. opposite misses, and they cancel out. that’s the fingerprint of noise, not degradation.
the human nuance: the 4-bit “won” the blind head-to-head 18 to 12, but not because it’s smarter. it was about 6% terser, and the judges quietly preferred the shorter, more decisive answers. we all read concise and confident as competent. it just talked less and got rewarded for it (may have to adjust for this?). same as the meeting where the person who says less with certainty sounds sharper than the one thinking out loud.
the pattern: a model’s character, its integrity, its refusal to be gaslit or to lie, is stored cheaply and survives brutal compression. where the noise peeks through is the occasional long-horizon confabulation (yes a word), and even that isn’t systematic, it hits both directions. depth holds up. the cracks are random, not structural.
Thanks @NVIDIAAI Good stuff. Model card:
Not sure. Give me some links to the models and I’ll consider testing
No actually better
Similar Articles
@no_stp_on_snek: Pretty dang good. ran some tests myself. it's a pretty good model IMO:
NVIDIA's 4-bit quantized Qwen3.6-27B model (NVFP4) is reported to be near-lossless, maintaining full-size quality at a quarter the size.
nvidia/Qwen3.6-27B-NVFP4
NVIDIA released Qwen3.6-27B-NVFP4, a quantized version of Alibaba's Qwen3.6-27B model, optimized for deployment on NVIDIA GPUs with support for text, image, and video input.
@witcheer: everyone says NVFP4 makes blackwell cards "faster." I benchmarked Qwen3.6-27B three ways on my 5090: >NVFP4 >plain Q4_K…
A benchmark of NVFP4 on an RTX 5090 with Qwen3.6-27B shows prefill speed gains of 32-42% over equal-bit Q4_K_M and 52-68% over Q6_K, but decode gains are modest (+9% vs Q4) as decode is memory-bandwidth bound. The quality loss compared to Q6 is minimal (-0.8 average), making NVFP4 a good choice for local inference.
@MiaAI_lab: FYI the best Qwen 3.6 35b nvfp4 to run is the @NVIDIAAI nvfp4. Do not use unsloth nvfp4, it performs worse. https://hug…
NVIDIA's nvfp4 quantized version of Qwen 3.6 35B is recommended over the Unsloth variant, offering better performance. The model is available on HuggingFace for use in AI applications.
Qwen 3.6 27B - VLLM Performance Benchmark Results (BF16, FP8, NVFP4)
A detailed benchmark of Qwen 3.6 27B using VLLM across BF16, FP8, and NVFP4 quantizations, showing NVFP4 fastest for token generation but FP8 best for prompt processing, with practical advice on choosing the right quantization for coding tasks.