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

DAUB MCP Server Lets Claude Generate and Render UIs via JSON Specs
DAUB is an MCP server that enables Claude to generate UI interfaces directly from natural language prompts, producing structured JSON specs that render as live interfaces without code generation or compilation. It exposes four tools including generate_ui, render_spec, validate_spec, and get_component_catalog.

Custom Status Line for Claude Code Shows Context Usage, Cost, and Git Branch
A Reddit user created a bash script that leverages Claude Code's statusLine setting to display real-time information including context window usage, session cost, active model, and current git branch. The script requires jq and is available on GitHub.

ArayCode: Desktop CLI Client for OpenClaw with Voice, Multi-Agent Hotkeys, and Markdown UI
ArayCode turns OpenClaw into a desktop CLI app with voice I/O, multi-agent hotkeys, themes, and markdown UI built on Spectre.Console. Supports cloud and local STT/TTS providers.

Introducing cltree: A File Tree TUI for Claude Code
cltree is a split-pane TUI that displays your project file tree in real-time alongside Claude Code, showing the current working directory, hiding noise, and allowing all keystrokes to pass through.