Cold starting point
Start with 27B.
It interpreted ordinary tasks more consistently and held exact response shape without a task-specific operating card.
Qwen deployment comparison
Because speed and cold reliability selected different winners. The sparse 35B model was the stronger platform to build around. The dense 27B model was easier to trust before calibration.
Cold starting point
It interpreted ordinary tasks more consistently and held exact response shape without a task-specific operating card.
Calibrated platform
It was dramatically faster, fit in less memory than its name suggests, and responded strongly when given a compact decision procedure.
| Arm | Median per-call decode | Grounded holdout | Exact surface | Median short completion |
|---|---|---|---|---|
| Qwen3.8-27B Q6_K native | 53.8 tok/s | 20/24 | 24/24 | 0.920 s |
| Qwen3.6-35B-A3B Q4_K_M native | 205.3 tok/s | 12/24 | 19/24 | 0.330 s |
| Qwen3.6-35B-A3B Q4_K_M compact operating card | same deployment class | 16/24 | 22/24 | 0.270 s |
Speed figures summarize 48 measured calls on the same RTX 5090 deployment. The fresh holdout contained twelve unseen cases at two seeds: state extraction, exact delivery, causal transfer, and compressed operator commands.
The native 35B arm lost repeatable points on output shape and compressed operator language. One small card restored the entire causal-transfer family from 2/6 to 6/6. That is useful calibration response, even though the card did not make 35B universally better.
Every arm missed the unseen integer-only chain. A syntax-only CPU renderer changed no semantic score. That failure calls for a deterministic executor or verifier, not more formatting instructions.
This is a deployment comparison, not a clean quantization theorem.
The two measured arms used different source packages and different quant levels: 27B Q6_K versus 35B-A3B Q4_K_M. The result supports a practical choice between those installed deployments. It does not isolate whether architecture, quantization, source packaging, or their interaction caused every observed difference.
Where does Q6 buy measurable task capability over Q4_K_M, and where does that gain justify its memory and speed cost?
This is the next video and public result.
If you run either model, send the exact configuration and the first real task where it breaks. Useful requests become candidate cells in the next benchmark hand.
MODEL / SOURCE / QUANT / GPU / SYSTEM RAM / CONTEXT / RUNTIME / PROMPT / EXPECTED BEHAVIOR / OBSERVED FAILURE
Request a benchmarkThe download keeps the 48-call timing experiment separate from the 72-call frozen holdout. Every published statistic identifies its experiment, denominator, unit, aggregation method and source file.
Includes public fixtures, exact model hashes, per-call outputs and measurements, calibration card, limitations, failures and deterministic manifests.