Qwen3.5-35B-A3B-UD-Q6_K_XL Tested in Production Development Workflows

A developer on r/LocalLLaMA shared detailed testing results of the Qwen3.5-35B-A3B-UD-Q6_K_XL model in production development scenarios. The user conducted both benchmark testing and practical application across real client projects.
Performance Benchmarks
The model achieved benchmark scores of 1504pp2048 and 47.71 tg256. Token generation speed was solid when spread across two GPUs, and increased to 80 tokens per second (tps) when running on a single GPU.
Production Testing Methodology
The developer tested the model across five different projects using Git Worktrees to roll back to known specifications and features. Specifications for these tests were generated by Claude, with the developer using a Max Pro plan for the past year.
- Tested across JavaScript, Go, and Rust projects
- Used Git Worktrees for version control during testing
- Most "bugs" required only 5-minute tweaks or could be fixed with a second prompt
- Compared the experience to using Sonnet 4
Practical Results and Business Implications
The developer reported that Qwen3.5 "nailed them out of the park" for the work they do, particularly noting strong performance on Go and Rust projects. This has prompted serious consideration of switching from API-based models to a hybrid approach: using SOTA models via API for specification generation and reviews, while using local models for development work.
The testing has raised questions about hardware investment versus subscription costs. The developer has already spent $2,000 on Claude Pro Max since June 2025, with potential costs reaching $6,800 by 2027 if subscriptions continue. This has led to consideration of purchasing an RTX 6000 Pro as a business investment.
The developer has been using Qwen Coder for tab completion previously, but found Qwen3.5 takes local model capabilities to a new level for production use.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Persistent Memory for Claude: Local Stack with MCP, 39ms Retrieval, 82% Token Reduction
A developer built a persistent memory layer for Claude using local vector search (Qdrant + Qwen3) and MCP integration, achieving 82% token reduction, 39ms hot-path retrieval, and session crystallization via L4 nodes.

Crow: Open-Source MCP Platform Adds Persistent Memory and P2P Sharing to LLM Frontends
Crow is an open-source, self-hosted MCP server platform that provides LLM frontends with SQLite-backed persistent memory, structured research tools, and encrypted peer-to-peer sharing. It works with any MCP-compatible client like Claude Desktop, Cursor, or Windsurf and requires no cloud dependency by default.
WCAGent: Open-Source AI Agent for Automated Accessibility QA
WCAGent is an autonomous AI agent that detects WCAG violations, assigns severity, generates reports, and raises GitHub issues automatically.

Claude Code Adds Multi-Agent Code Review System
Anthropic has launched Code Review for Claude Code, a multi-agent system that dispatches teams of AI agents to review pull requests. The system catches bugs human reviewers often miss, with 54% of PRs now getting substantive review comments compared to 16% before.