Fetching from the wire…
Top 5 · 2026-09-07 · source-backed
Every flaky quantized agent I've debugged, I blamed the quantization. A paper published September 4 says I've probably been blaming the wrong layer (arXiv 2609.04748).
The setup is clean. Model, decoding parameters, seed, request order and batch size all fixed. Requests issued serially, not batched. An 80-episode multi-turn tool-use workload run with prefix caching on and off, across two serving engines and four weight formats. Enabling the cache changed the agent's trajectory on 36.2% of episodes at 16-bit and 75.0% at 4-bit. With caching disabled, repeated execution was bit-identical in 800 of 800 episodes.
One server-level setting moved run-to-run divergence by 37.5 percentage points. That setting is on by default in most serving stacks, absent from the request payload, and never reset between runs. You cannot see it in your logs. It isn't in your trace. Your replay harness doesn't capture it because there's nothing in the request to capture. The cache state is deterministic in the sense that the server knows exactly what it's doing; it's invisible in the sense that nothing on your side of the wire records it.
The quantization interaction is the part I hadn't considered. At 4-bit the numerical margins are tight enough that a cached prefix versus a recomputed one lands on different tokens more than twice as often as at 16-bit. So the popular folk explanation, "4-bit quants are unreliable for agentic work," is partly a measurement of cache behavior wearing quantization's name. That does not mean 4-bit is fine. It means the experiment separating the two effects hadn't been run, and now it has.
What I'd change tomorrow: before you file a bug about nondeterministic agent behavior, before you swap models, before you turn reasoning effort up, disable prefix caching and rerun. If the flakiness vanishes, you have a serving-configuration problem and a reproducibility story to write down. If it doesn't, now you're debugging the model with a control in place.
This connects to something else in today's material. A hands-on comparison on r/LocalLLaMA found Qwen3.8-Flash-Next on "xhigh" reasoning effort failed to complete in about three hours a task it finished in 25 minutes on "medium" (r/LocalLLaMA). Same weights, same task, one knob. We are surrounded by settings that reorder outcomes and almost none of them are in the trace.
Each link below shares sources, entities, or timing with this story.
A practitioner running 2x Strix Halo 128GB over USB-C 4 with llama.cpp RPC compared both models at Q8_K_XL on real coding work (r/LocalLLaMA). A task Qwen finished in 25 minutes on medium took DeepSeek 12. The poster attributes the gap to fewer hallucinated detours. The sharpe...
The video post shows the 80GB model generating on a 12GB mid-range handset with aggressive quantization on the dense part plus unnamed optimizations. The CPU hits 80C, which the top commenter flags immediately, so this demonstrates what fits rather than something you'd leave r...
The leaderboard says first place. The methodology says you should check your own bill. Qwen3.8 Max now ranks first on Artificial Analysis' agentic index, scoring 86.1 on OSWorld-Verified ahead of GPT-5.6 Sol Max at 83.2 and Fable 5 at 85.0, priced at $2.00/M input and $6.00/M...
Supports both an integrated MTP head and a separate -md draft file, with the poster reporting 45 to 90 tok/s on a 5090 with 128GB system RAM and working configs down to a 12GB 4070. A separate 2x3090 plus DDR4 build reports 37-41 t/s decode with UD-Q4_K_XL plus expert cache pl...
A month of solo work produced quants for LongCat-Flash-Lite-Sparse, Qwen3.8-27B, Qwen3.5-122B-A10B with MTPs, Qwen3-Coder-Next and Laguna-S2.1 with vision. Getting there meant writing Heretic support for the architecture from scratch and then adding llama.cpp support, and main...
Unsloth's UD-Q2_K_XL (78.9 GB) plus a 358,400-token slot via YaRN from the native 262,144 with fp16 KV fits under the default 96GB Metal wired limit, no sysctl hack. Cold prefill runs 1,561 t/s at 5.6K context down to 318 t/s at 111K; a normal incremental turn is 77-854 t/s ou...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.