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

Developer uses Claude AI for frontend development and landing page design
A developer used Claude AI to improve their landing page's frontend, treating it as a pair programmer that provided design suggestions, responsive layouts, and accessibility fixes through iterative feedback.

OpenClaw user automates parking payments by reverse engineering government portal
An OpenClaw user created a script that automatically pays for parking by reverse engineering a local government portal, reducing costs from $3 per transaction to zero by running locally on a Mac mini.

Local Multi-Agent Research Assistant Saves 15-25 Minutes Per Task
An IT admin built a local multi-agent research pipeline using Ollama models that generates structured briefs in ~2 minutes instead of 20-30 minutes of manual research. The system runs on RTX 5090 with 64GB RAM and integrates with OpenClaw for agent management.

Claude Opus 4.6 Analyzes Buffett Letters to Pick Stocks Blindly
A developer used Claude Code with subagents to extract Warren Buffett's investing principles from 48 years of shareholder letters (561,849 words), then applied them to score 50 anonymized stocks. Opus 4.6 correctly identified 60% of Berkshire's actual holdings in its top 10 picks while rejecting anti-Buffett controls.