Back to directory
Coding · 2026-09-11

Building a full SaaS product on Qwen 3.8 27B with vLLM

Switching from llama.cpp to vLLM on AMD hardware was the unlock for running a complete SaaS build loop through a local model.

This person builds a full-scale SaaS product using Qwen 3.8 27B, describing the key to making it work as 'harness-maxxing' — close attention to context management and feedback loops rather than the model alone. On their AMD cards, they found llama.cpp recomputed the prefill on every subagent return, which killed throughput; switching to vLLM's paged attention kept the GPU doing useful work continuously once tuned, to the point they now consider llama.cpp comparatively toy-like for this workload.

VERIFIABLE SOURCE

Reported anonymously by an r/LocalLLM contributor · score 45

View comment