The research question
Large mixture-of-experts models are normally discussed in terms of aggregate accelerator memory or multi-node deployments. QES asks a narrower engineering question: can the workload execute correctly on one 128 GB machine if the host controls what becomes resident, when it is needed and how routed expert data is streamed?
What was demonstrated
- Qwen3-235B-A22B quantized execution using host-managed expert streaming on a single machine.
- Kimi K2.5 UD_Q2_K_XL, approximately 375 GB, executed on the same 128 GB class system.
- Evidence-driven optimisation continued after functional success, including storage, CPU/GPU and memory-path investigation.
- Runs are treated as engineering evidence: environment, faults, changes and measured results are preserved rather than replaced by a headline benchmark.
Why it matters
The result is most interesting where data locality, on-premise control or agentic workloads matter more than interactive chat speed. It explores a different trade space: using software-managed residency and commodity storage to extend what one local machine can attempt.