Running Qwen 3.8 27B locally for 8+ hours: 131M tokens, ~$650 saved vs. Opus API

illgettheownerforyou · reddit · 2026-08-18

A developer ran DeepSeek Harness on a Windows client, with inference over LAN on a separate RTX Pro 6000 box via NInfer, using Qwen3.8-27B (NInfer groupwise-int mixed Q4/Q5/Q6 quant, 262K context). All shell commands and file operations stayed on the client PC.

Hard numbers from the 8+ hour run:

The bottleneck wasn't generation but prefill and queueing: median root TTFT was 0.8s but p95 hit 136s, with two agents contending for one endpoint; client-side prompt throughput was roughly 12.4K tok/s for root requests.

Priced at current API rates (no cache discounts), the workload would cost $18.61 on DeepSeek V4 Flash, $27.26 on GPT-5.6 Luna, $270.93 on Claude Sonnet 5, and $677.32 on Claude Opus 4.6. The takeaway: long-horizon agent workloads are dominated by repeated six-figure prompts and prefill, not decode. Next up: trying NInfer's NVFP4 profile.

Original post →

More from coding & agent

coding & agent channel →