2,174 Downloads Updated 1 week ago
ollama run rafw007/Qwen3.6-35B-A3B-mlx-claude-coder-abliterated
Updated 1 week ago
1 week ago
80fee3d1823a · 24GB ·
A custom model built on Qwen3.6-35B-A3B (abliterated), tuned to act as an autonomous coding and administration agent. It speaks the Anthropic-compatible API, so it drives Claude Code fully locally — your code never leaves your machine and cloud token cost drops to zero.
The model ships with a system prompt focused on real work in a terminal: use tools instead of guessing, write files instead of pasting code, ground every answer in real tool output, and stay terse. Thinking is suppressed so the model acts immediately instead of monologuing. Context is set to 64K to match Claude Code’s recommended minimum.
| Model | Base | Context | Purpose |
|---|---|---|---|
| Qwen3.6-35B-A3B-mlx-claude-coder-abliterated | Qwen3.6-35B-A3B (abliterated, Q4_K_M GGUF) | 64K | Heavy agent for coding + sysadmin on 32GB Apple Silicon. 35B total / 3B active MoE — large brain, small active footprint. |
Published on ollama.com as rafw007/Qwen3.6-35B-A3B-mlx-claude-coder-abliterated and on Hugging Face as `rafw007/Qwen3.6-35B-A3B-mlx-claude-coder-abliterated.
ollama launch claude --model <name>).ollama run rafw007/Qwen3.6-35B-A3B-mlx-claude-coder-abliterated
In Claude Code:
ollama launch claude --model rafw007/Qwen3.6-35B-A3B-mlx-claude-coder-abliterated
df/du return real disk figures; nmap returns real hosts.arp -a, nmap -sn, system_profiler rather than Linux-only commands.num_ctx 65536, presence_penalty 0 (lowered from 1.5 after testing — 1.5 hurt output), temperature 0.2, top_p 0.9, top_k 20, repeat_penalty 1.05.
| Test | Result |
|---|---|
| Cold start “hello” | 1m 30s (thinking on, before /no_think in SYSTEM) |
df disk |
real data, zero hallucination |
nmap network scan |
7 min, 23 hosts mapped, reads project docs and self-corrects |
| Router security audit | found Xiaomi device, checked ports; weak on WAN check |
| 3D Tetris (HTML5) | 1011 lines, SRS wall kicks, ghost piece, bag system, hold, combo — works |
| Agent initiative | given an open goal, picks its own methodology |
| Thinking spiral | none (short blocks 3-56s — abliterated build resists spiral) |
| Decode throughput | ~50 tok/s (API, cold start) |
Passes end-to-end through Claude Code: real turns with tool calls and correct responses.
This model was designed, built and tested with the help of Claude Opus — the idea being that the best coding model in the world should be able to create smaller models in its own image. Its system prompt, parameters and context configuration come straight from that work. The base is a public abliterated build by huihui_ai (Q4_K_M); no safety weights were modified — only the agent Modelfile (tool template, SYSTEM, sampling) was added on top.
This model is abliterated (uncensored): the refusal and alignment circuits in the base Qwen3.6 were removed by huihui_ai before this build. It will not refuse harmful, unethical, or dangerous requests. It is published for red-teaming and agent research where guardrails interfere with tool tasks. Do not deploy it as a production assistant, do not expose it to end users, and do not use it where alignment guardrails are required. You are responsible for what you run with it.
Apache 2.0 (inherited from the base Qwen3.6).