往下拉回到首頁
Qwen 3.6 根本不輸 Claude,但便宜到爆炸——你的開發預算可以省一大筆

Qwen 3.6 根本不輸 Claude,但便宜到爆炸——你的開發預算可以省一大筆

Qwen 3.6 is actually useful for vibe-coding, and way cheaper than Claude

Launched claude code, pointed it at my running Qwen, and, well, it vibe codes perfectly fine. I started a project with Qwen3.6-35B-A3B (Q4) yesterday, and then this morning switched to 27B (Q8), and both worked fine! Running on a dual 3090 rig with 200k context. Running Unsloth Q_8. No fancy setup, just followed unsloths quickstart guide and set the context higher. ``` #!/bin/bash llama-server \ -hf unsloth/Qwen3.6-27B-GGUF:Q8_0 \ --alias "unsloth/Qwen3.6-27B" \ --temp 0.6 \ --top-p 0.95