Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2 Model Released with LM Studio Configuration

Model Details and Availability
The Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2-Q4_K_M-GGUF model is now available on HuggingFace. This model was created by merging two existing models: Jackrong's Qwen3.5-9B-Claude-4.6-Opus-Reasoning-Distilled-v2-GGUF and HauhauCS's Qwen3.5-9B-Uncensored-HauhauCS-Aggressive.
The merge preserves all training data and maintains accuracy on the Qwen 3.5 9B architecture using Float32 precision during the merging process. The model is trained on the Claude Opus 4.6 dataset available at https://huggingface.co/datasets/Roman1111111/claude-opus-4.6-10000x.
Recommended Configuration
For best performance in LM Studio 0.4.7 (build 4), use these settings:
- System Prompt: https://pastebin.com/pU25DVnB
- Temperature: 0.7
- Top K Sampling: 20
- Repeat Penalty: (disabled) or 1.0
- Presence Penalty: 1.5
- Top P Sampling: 0.8
- Min P Sampling: 0.0
- Seed: 3407
Performance and Hardware
On an RTX 3060, the model achieves 42 tokens per second in LM Studio. The creator notes it can run even faster on llama-server. The model was created in response to requests from users on Reddit and HuggingFace who wanted a big context window in uncensored smart local AI without requiring powerful GPUs.
The model is available at: https://huggingface.co/LuffyTheFox/Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2-GGUF
📖 Read the full source: r/LocalLLaMA
👀 See Also

CLI Tools with AI Agent Compatibility: Skills Directory Approach
A Reddit user shares a method for making CLI tools work with AI coding agents like Claude Code by creating SKILL.md files that teach agents installation, authentication, and usage. The approach addresses common issues like interactive prompts, JSON output, and authentication methods.

Open-source MCP server bridges Claude Code with IDE tools
An open-source MCP server gives Claude Code persistent access to IDE features including LSP, terminals, Git, GitHub, debugging, and diagnostics through 124+ tools. It enables coding from mobile devices when a machine is set up.

Top 6 Open Source Claude Skills (April 15 – May 3)
Six open-source Claude skills from the last 15 days: brand-alchemy, npm-downloads-to-leads, hyperframes, email-newsletter, pricing, and more. Detailed breakdown of each skill's functionality.

Antibody System: Out-of-Band Watchdog for OpenClaw Agents
The Antibody System is an open-source watchdog that runs on a separate machine and monitors OpenClaw agents over SSH, implementing tiered responses from detection to service recovery. It's designed to survive failures that take down the primary agent.