Qwen 3.6 27B Q8_k_xl as a Local Daily Driver for VSCode

A developer on r/LocalLLaMA reports success using Qwen-3.6-27B (q8_k_xl quant from Unsloth) as a local daily driver in VSCode Insiders, served via LM Studio on an RTX 6000 Pro. After testing Gemma 4 and Qwen 3.6 variants, the Qwen-3.6-27B-q8_k_xl quant was the clear winner.
Setup & Performance
- VSCode Insiders edition with local model support enabled (setup described as 'super easy').
- Models served locally using LM Studio.
- Token generation is 'a tad bit slow' but compared to GitHub Copilot hosted models, the overall latency was similar — 'maybe a touch slower'.
Capabilities & Limitations
- With appropriate tool calling, the 27B dense model handles typical data mining and web scraping tasks without issue.
- It cannot work at the 'feature level' like Opus 4.6 — you cannot just say 'implement this feature' and expect a perfect result. Vibe coding without a solid grasp of systems architecture will likely fail.
- The developer had to steer it occasionally to improve code quality and approach, but functionally it 'was nailing it'.
- Recommended workflow: always do a 'Plan round' first to work out details, then the model implements without issues.
Bottom Line
For developers with decent systems architecture knowledge, this model hits 'good enough' status for local use. The developer spent a full day without using a single API token. The main drawback is compute contention — they note needing another RTX 6000 to avoid fighting with agents for GPU time.
📖 Read the full source: r/LocalLLaMA
👀 See Also

OpenClaw user reports significant improvements after switching to OpenAI OAuth with GPT-4
A developer struggling with Kimi k2.5 and Minimax2.7 models in OpenClaw switched to OpenAI's OAuth connection with GPT-4 and adaptive think, reporting immediate stability improvements and completing multiple automation tasks in 4-5 hours.

Developer Designs App Icon Using Claude AI Without Design Tools
A developer created a macOS process manager called PIDKill and designed its app icon using only Claude AI, specifically Claude Code and Claude web. The final design uses SF Mono font with a glitch effect and red strikethrough to represent process termination.

Building an Agentic Research System with Claude Code: A Practical Implementation
A developer details how they built six specialized agents using Claude Code to create a living map of 250+ real AI implementations, with a human-in-the-loop orchestration pattern.

IT Engineer's Experience with AI-Assisted Development Reveals Common Pitfalls
An IT engineer with systems and automation background shares their journey using AI for full-stack development, detailing specific architectural problems that emerged as applications grew, including excessive client-side data handling, poor separation of concerns, and security issues.