Qwen3.6 35B A3B Uncensored Model Hits 1.93M Downloads
The HauhauCS Qwen3.6 model — listed on Hugging Face as HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive — is a community-published, uncensored
Researched and drafted with AI assistance, then screened by automated editorial checks before publishing. How we work.

The HauhauCS Qwen3.6 model — listed on Hugging Face as HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive — is a community-published, uncensored derivative that its creator describes as built atop an Alibaba Qwen3.6-35B-A3B Mixture-of-Experts foundation. According to the download counter and trending placement on its Hugging Face page, the release has drawn a very large volume of interest — a figure the creator's page reports in the range of roughly 1.93 million downloads. AIBites could not independently audit that counter, and Hugging Face download tallies include automated pulls, mirrors, and re-downloads, so it should be read as an indicator of interest rather than a precise unique-user metric. Even discounted, the level of attention signals a substantial appetite for unrestricted, locally-runnable open-weight models.
HauhauCS Qwen3.6 35B A3B: What This Model Actually Is
At its core, the HauhauCS Qwen3.6 35B A3B release is described by its creator as an abliteration of a base Qwen3.6-35B-A3B model. Abliteration — a form of directional representation engineering documented in the open-source community — is a post-training intervention that identifies and removes the weight-space directions most responsible for refusal behavior. As commonly implemented, it requires no retraining, no dataset modification, and no alteration of the model's core reasoning or generative architecture. HauhauCS's model card claims the result achieves 0 refusals out of a 465-prompt test suite that would otherwise have triggered safety declines from the stock model. AIBites has not independently reproduced this test, and readers should treat the "0/465" figure as a creator-reported result rather than a verified benchmark.
HauhauCS frames the philosophy plainly: no capability changes, no data changes — just the refusal conditioning removed, with what the card calls "the original authors' intent" preserved. The creator positions this as one of "the best lossless uncensored models out there" — a marketing claim, not an independently validated one. The model page lists an Apache 2.0 license, which if accurate for the base weights would make the derivative legally permissive for research and commercial experimentation. As with all Apache 2.0 derivatives, downstream operators assume full responsibility for compliant use.
The Claimed Foundation: Qwen3.6-35B-A3B Architecture
The architectural details below are drawn from HauhauCS's model card and its description of the underlying base model. AIBites was not able to independently confirm an official Alibaba release under the exact name "Qwen3.6-35B-A3B" at the time of writing, so the following should be read as the creator's stated specifications rather than confirmed vendor documentation.
Hybrid Attention: Linear + Softmax in a 3:1 Ratio (as described)
Per the model card, the base model stacks 40 layers organized in repeating four-layer blocks: three layers of Gated DeltaNet linear attention followed by one layer of full Gated Softmax Attention (Grouped Query Attention, or GQA). This 3:1 ratio is presented as a deliberate engineering trade-off. Linear attention is computationally cheaper — particularly at long contexts where quadratic softmax attention becomes prohibitively expensive — while a periodic softmax layer helps preserve the precise token-to-token relational understanding that pure linear architectures can degrade over distance. The card lists a 64-dimension head size for linear layers and 256-dimension keys and queries for the full attention heads. This hybrid linear/softmax pattern mirrors approaches seen in other recent long-context research architectures. None of these specifics have been confirmed against an official Alibaba release.
Mixture of Experts: 35B Total, ~3B Active Per Token (as described)
The model card describes MoE routing designed to make local deployment feasible. Despite a claimed 35 billion total parameters, only approximately 3 billion parameters are said to activate per forward pass: the card states the router fires 8 specialist experts plus 1 shared expert from a pool of 256. If accurate, inference compute would resemble a ~3B dense model rather than a 35B one, while the full parameter space remains available to encode specialized knowledge — the defining efficiency advantage of sparse MoE for local deployment. These are the creator's stated design figures and have not been independently verified.
Multimodal and Long-Context (as described)
The card describes the base model as multimodal, processing images, video, and documents (including OCR) through a built-in vision encoder paired with a separate multimodal projector. It lists a native context window of 262,144 tokens (roughly a quarter-million), described as extensible further in supported server frameworks. The card states that vision and long-context handling were part of the original training regime and are retained in the uncensored derivative. Enabling vision requires downloading the separate mmproj (f16) projector file (listed at 899 MB) alongside your chosen text quantization. As above, these capabilities are per the creator's documentation and were not independently verified by AIBites.
Why the Model Drew So Much Interest
A download count in the range reported by the model's page is an extraordinary figure for a community open-weight release. Several converging factors plausibly explain the surge, though note that the performance figures below are reported on the model card and attributed there to the base model — AIBites has not reproduced them, and no third-party evaluation corroborating them was available at the time of writing.
- Claimed frontier benchmark performance: The model card cites base-model results including 73.4% on SWE-bench Verified, 86.0% on GPQA Diamond, 92.7% on AIME, and 81.7% on MMMU. These are creator-cited numbers, not independently audited scores, and should be treated with appropriate skepticism until corroborated by third-party evaluation.
- Consumer hardware viability: The listed quantized variants span from 44 GB (Q8_K_P, workstation tier) down to 11 GB (IQ2_M, compatible with 8–12 GB consumer GPUs). Practical mid-range tiers — IQ4_XS at 19 GB, Q4_K_P at 23 GB — fall within reach of a single RTX 3090/4090 or a large-memory Apple Silicon Mac.
- Runtime compatibility: The GGUF files are described as working with llama.cpp, LM Studio, and other GGUF-compatible inference engines — no custom kernels or non-standard configuration required.
- Preserved thinking mode: The release is said to retain the base model's native chain-of-thought reasoning, generating structured
<think>...</think>blocks before the final answer — useful for agents, evaluation pipelines, and debugging. - Unrestricted output: For researchers studying model behavior, red-teamers, creative writers, and developers building specialized applications, abliteration removes refusal friction without requiring API access or prompt-engineering workarounds.
- Permissive licensing (as listed): An Apache 2.0 designation on the page would make the legal path to commercial integration clear relative to models under custom or restrictive licenses.
The broader context matters too. As debates intensify about the geopolitics of open AI models — including startup founders pushing back against potential US restrictions on Chinese open-weight AI — a permissive license on a Chinese-origin base model would make community derivatives both legally straightforward to create and globally distributable.

The K_P "Perfect" Quantization System
One distinctive aspect of the HauhauCS Qwen3.6 35B A3B Uncensored HauhauCS release is what the creator describes as a K_P quantization scheme. Standard GGUF quantizations apply relatively uniform precision reduction across weights. HauhauCS's stated K_P approach performs a model-specific sensitivity analysis to identify which weight matrices degrade most under compression, then selectively preserves precision where it matters most rather than applying a one-size-fits-all reduction. This is the creator's methodology as described on the model card.
The card states that K_P quantizations are generated using imatrix (importance matrix) calibration — a well-established technique that runs a representative text sample through the model before quantization and uses activation statistics to weight which parameters to preserve. Because abliteration modifies the model's weight space, applying an imatrix profile calibrated on the unmodified model could introduce degradation; HauhauCS says it generates fresh imatrix calibration on the abliterated weights. This is a technically coherent approach that, if implemented as described, distinguishes the release from simple re-quantizations of base-model quants.
The practical effect, per HauhauCS's own claims (not independently benchmarked): a K_P quantization is said to deliver roughly one to two quality tiers above its nominal bit depth while adding only about 5–15% to file size versus the equivalent standard quant — e.g. a Q4_K_P reportedly behaving closer to a Q5 or Q6. The Q8_K_P tier is listed at 10.06 BPW, higher than the ~8.5 BPW typical of standard Q8_0, which the card attributes to added metadata and precision-preservation overhead. Treat these quality-tier claims as vendor assertions pending independent perplexity testing.
| Quantization | Bits Per Weight (BPW) | File Size | Best For |
|---|---|---|---|
| Q8_K_P | 10.06 | 44 GB | Maximum fidelity; workstation or dual-GPU setups |
| Q6_K_P | 7.07 | 31 GB | High quality; 32–40 GB VRAM |
| Q5_K_P | 6.47 | 28 GB | 24–32 GB GPU or large Apple Silicon Mac |
| Q4_K_P | 5.40 | 23 GB | 24 GB GPU sweet spot (RTX 3090 / 4090) |
| Q4_K_M | 4.88 | 21 GB | Standard 24 GB GPU; no K_P overhead |
| IQ4_XS | 4.32 | 19 GB | 16–20 GB VRAM; quality/size balance |
| IQ3_M | 3.56 | 15 GB | 16 GB GPU; acceptable quality trade-off |
| IQ2_M | 2.69 | 11 GB | 8–12 GB GPU; maximum compression |
| mmproj (f16) | — (vision projector, not a text quant) | 899 MB | Required for image/video input; omit for text-only use |
All figures in the table above are as listed on the HauhauCS model card and have not been independently verified.
Quick-Start: Running HauhauCS Qwen3.6 35B Locally
The following examples use llama.cpp (a recent build with full MoE support is recommended). Adjust -ngl (GPU layers) and --ctx-size to match your hardware, and confirm exact filenames on the model's Hugging Face page before downloading.
Text-Only Inference (Q4_K_P)
# Download the Q4_K_P GGUF from Hugging Face
huggingface-cli download HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive \
--include "Qwen3.6-35B-A3B-Q4_K_P.gguf" \
--local-dir ./hauhaucs-qwen3
# Run with llama.cpp (24 GB GPU example)
./llama-cli \
-m ./hauhaucs-qwen3/Qwen3.6-35B-A3B-Q4_K_P.gguf \
-ngl 99 \
--ctx-size 32768 \
--temp 0.6 \
--top-p 0.95 \
-p "You are a helpful assistant. <think>\n"
Multimodal Inference (Q4_K_P + Vision Projector)
# Also download the vision projector
huggingface-cli download HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive \
--include "mmproj-Qwen3.6-35B-A3B-f16.gguf" \
--local-dir ./hauhaucs-qwen3
# Run with image input
./llama-cli \
-m ./hauhaucs-qwen3/Qwen3.6-35B-A3B-Q4_K_P.gguf \
--mmproj ./hauhaucs-qwen3/mmproj-Qwen3.6-35B-A3B-f16.gguf \
-ngl 99 \
--ctx-size 32768 \
--image /path/to/your/image.jpg \
-p "Describe this image in detail."
Thinking Mode and the enable_thinking Parameter
According to the model card, the Qwen3.6-35B-A3B architecture does not support the soft /think and /nothink inline tokens used by some other Qwen3 variants. Thinking mode is instead described as controlled via the enable_thinking parameter in the OpenAI-compatible API (when using llama.cpp's server mode or a compatible frontend). To disable chain-of-thought traces and return direct answers only:
curl http://localhost:8080/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "hauhaucs-qwen3",
"messages": [{"role": "user", "content": "Explain MoE routing briefly."}],
"enable_thinking": false,
"temperature": 0.7
}'
When enable_thinking is omitted or set to true, the model is expected to prefix its response with a <think>...</think> reasoning block before the final answer.
Thinking Mode, Agentic Coding, and What Developers Can Build
The Qwen3.6 architecture is described as designed for agentic workflows, and the creator states those capabilities transfer to the HauhauCS variant. The thinking mode produces structured chain-of-thought reasoning inside <think>...</think> blocks before committing to a final answer. Developers can surface these traces in their UIs, strip them programmatically, or treat them as intermediate reasoning artifacts in multi-step pipelines — a useful property for debugging agentic behavior and for evaluation frameworks that benefit from inspectable reasoning.
On software engineering tasks, the card's cited (and unverified) 73.4% on SWE-bench Verified would, if it held up under independent testing, place the base model in competitive territory with much larger dense models. If those figures hold and native tool-use/function-calling work as described, the HauhauCS Qwen3.6 35B A3B could be a credible local option for developers building:

- Coding assistants that reason over large codebases without cloud API latency
- Automated PR review pipelines that flag issues across full repository context
- Repository-level refactoring agents where multi-turn tool calls must stay within a single context window
- Technical document analysis over lengthy specifications, RFCs, or standards documents
- Multi-modal workflows combining code, diagrams, and screenshots within one inference call
The claimed 262K-token native context, if accurate, would be practically significant for all of these. Many real-world engineering tasks — analyzing a substantial codebase, summarizing a long video transcript, or ingesting an entire technical specification — exceed the context ceilings of smaller or older open-weight models. The model card describes handling these natively in llama.cpp, with context extensible further in tensor-parallel server frameworks such as vLLM and SGLang when using the original fp16/bf16 weights rather than GGUF (check each framework's release notes for the minimum version supporting this model).
The intersection of reasoning traces, tool use, native vision, and long context makes this class of model relevant not only to individual developers but also to anyone studying the boundary between unconstrained capability and responsible deployment. The growing concern about capable models autonomously acting in production environments is a reminder that raw capability and safety engineering address different, non-exclusive problems — a tension this release embodies in concrete form.
The Ethics and Risks of "0/465 Refusals"
The "0/465 refusals" figure is the creator's own marketing framing, but it points to a real and contested technical reality. Directional abliteration does not inject new harmful knowledge into a model — the information either was or was not encoded during pre-training. What abliteration removes is the post-training conditioning that causes a model to recognize certain requests as outside its permitted scope and decline to respond.
HauhauCS frames this as restoring the model to its "original authors' intent" — the argument being that the base model's knowledge and reasoning capabilities exist independently of the safety conditioning layered on during instruction fine-tuning, and that removing that conditioning simply makes existing capabilities accessible without friction. Critics of uncensored models counter that safety conditioning exists precisely because the model can generate harmful content, and that removing it without alternative guardrails shifts responsibility entirely to end users and operators — many of whom may lack the context or resources to implement adequate controls.
A permissive license (as listed) is a double-edged factor. It grants broad freedom to use, modify, and distribute, but it also means downstream operators bear full legal and ethical responsibility for every output their applications produce. Any developer deploying this model in contexts touching real users should implement their own output filtering, access controls, rate limiting, and usage policies. If model-level safety rails have been deliberately removed, application-level controls are not optional — they are the only safeguard remaining.
The reported download scale also warrants honest reflection. The vast majority of open-weight downloads are exploratory — researchers, developers, and hobbyists pulling weights to benchmark, test integration, or run on personal hardware — and raw counters include bots and repeat pulls. But at any meaningful volume, the population necessarily includes a wide spectrum of intent, and the community norm of treating "uncensored" as a research-and-development tool is not universal. This extends well beyond HauhauCS to broader questions about whether the open AI ecosystem can establish meaningful content norms without centralized enforcement — a conversation that intersects with debates like how public-knowledge platforms govern AI-generated content.
Key Takeaways
- A very large reported download count (in the ~1.93M range per its Hugging Face page, unaudited and inclusive of automated pulls) makes HauhauCS Qwen3.6 a highly visible community open-weight release, reflecting real developer appetite for uncensored, locally-runnable models.
- The claimed base architecture is ambitious: per the model card, 35B total parameters, ~3B active per token (MoE), 262K native context, multimodal vision/video, and cited benchmarks including 73.4% SWE-bench Verified, 92.7% AIME, and 86.0% GPQA Diamond — all creator-reported figures AIBites did not independently verify, and which are not confirmed against any official Alibaba documentation.
- Abliteration, not retraining: refusal behavior is described as removed via directional weight-space abliteration — no new training, no dataset changes, no capability alterations. The card claims 0 refusals across a 465-item test suite (a creator-reported result AIBites did not reproduce).
- K_P "Perfect" quants are the stated differentiator: fresh imatrix calibration on the abliterated weights plus model-specific sensitivity analysis, which the creator says yields roughly one to two effective quality tiers above standard GGUF quants at 5–15% file-size overhead — pending independent benchmarking.
- Eight text quantization tiers are listed, from 44 GB (Q8_K_P) down to 11 GB (IQ2_M), covering 8 GB consumer GPUs at the lowest tier and 16–24 GB setups for practically useful quality.
- License (as listed): an Apache 2.0 designation would permit broad use and redistribution, but all ethical and legal responsibility for output rests with the deploying operator — safety has been removed by design.
- Thinking mode and tool use are said to be preserved: chain-of-thought
<think>blocks, function calling, and native vision all reportedly carry over from the base model. - Thinking mode is toggled via
enable_thinking, not the/think//nothinkinline tokens used by some other Qwen3 variants.
What Comes Next
HauhauCS's trajectory suggests continued iteration. As new models in the Qwen3.x line and community fine-tunes accumulate, expect corresponding uncensored variants with updated imatrix profiles recalibrated for each new weight distribution. The K_P quantization system is emerging as a HauhauCS signature methodology. If it holds up under rigorous independent perplexity benchmarking across diverse evaluation sets, it could meaningfully influence how other community quantizers approach abliterated weights — since the core insight (that post-training interventions change the weight distribution enough to warrant fresh calibration) applies broadly to any substantially modified model.
More broadly, the HauhauCS Qwen3.6 35B A3B Uncensored release is a data point in a larger ongoing argument: demand for locally-runnable, unrestricted, frontier-class AI is not a niche hobbyist concern but a mainstream developer priority with real commercial applications. As consumer GPUs steadily gain VRAM, Apple Silicon pushes unified memory higher, and MoE architectures drive active parameter counts lower relative to total knowledge capacity, the practical gap between "frontier model" and "runs on a gaming PC" keeps narrowing. With it, the reach of uncensored community derivatives will continue to expand — and independent verification of the kind of claims this release makes will only grow more important. How open-source communities, AI laboratories, and policymakers respond to that convergence will define a significant chapter in the next phase of AI development.
Topics
Sources
Comments(0)
No comments yet. Be the first to share your thoughts.
Join the conversation
Your email stays private and comments are reviewed before appearing.


