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

OpenClaw Guild: Multi-user AI agent server for teams
OpenClaw Guild extends single-user OpenClaw into a multi-user AI server with role-based access control, isolated data per agent, and a 4-tier memory system. It includes a web admin dashboard and Docker-compose deployment for 15-minute setup.

Practical Findings from 11 Multi-Agent Software Builds Without Programmatic Scaffolding
Analysis of 11 autonomous multi-agent builds shows scope enforcement works mechanically (20/20 success) not via prompts (0/20), orchestration costs are dominated by memory re-ingestion (~95% of input spend), and worker model capability creates 9.8x throughput gaps.

Slate: Open-Source macOS AI Chat App with Built-in Browser
Slate is a native macOS app that combines AI chat and web browsing in a single window, supporting Anthropic, OpenAI, Gemini, and Ollama models. It's built with SwiftUI and WebKit, runs light on resources, and is MIT licensed.

Qhatu: Platform Turns GitHub Repos into Pay-Per-Use Micro SaaS with Claude
Qhatu is a platform that takes a GitHub repository and deploys it as a pay-per-use micro SaaS with a generated frontend and integrated payment processing. The system uses Anthropic APIs to analyze code, generate Dockerfiles, and create storefront UIs.