Life one: Qwen builds the skeleton

The lineage begins with Qwen3.5-9B. Unlike the MoE models elsewhere in our catalog, this is a dense 32-layer architecture with a 4,096-dimensional hidden state. It keeps Qwen’s hybrid cadence of three linear-attention blocks followed by one full-attention block, plus a 27-layer vision encoder and native tool-call format.

The exact Huihui artifact contains 9,653,104,368 BF16 parameters. Hugging Face rounds that to 10B in parts of the interface, while the repository name keeps 9B. Both labels point to the same inspectable object, roughly 19.3 GB in BF16.

Life two: Empero changes the behavior

Empero, an independent AI research lab describing itself as built in Germany and open by default, created the immediate upstream model Qwythos-9B-Claude-Mythos-5-1M. The lab says it fine-tuned every text-backbone parameter on more than 500 million tokens of Claude Mythos, Claude Fable and in-house `rethink` reasoning traces.

The training used assistant-only loss, a two-stage curriculum, BF16 and sequences as long as 128,000 tokens. The vision tower was frozen: the resulting model retains the architecture, but Empero explicitly says vision behavior was neither tuned nor tested. “Multimodal architecture” is accurate; “proven vision model” is not.

Empero reports a matched 100-example comparison against base Qwen3.5-9B: MMLU rises from 0.232 to 0.575, GSM8K strict from 0.510 to 0.810 and ARC Challenge from 0.470 to 0.490. GPQA Diamond flexible falls from 0.630 to 0.580. That regression is useful evidence: Qwythos is a specialized fine-tune, not a universal upgrade.

The “1M” in the name

The pinned configuration sets 1,048,576 positions through static YaRN with factor four over the native 262,144-token architecture. Empero says the checkpoint was smoke-tested internally at roughly 137K, not across the full million-token window, and warns that full-window inference needs serious tensor parallelism or KV-cache offload.

Static YaRN can also cost short-context fidelity. That is why our initial hosted profile stops at 131,072 tokens. A number in a model name is not a substitute for workload-specific long-context evaluation.

Life three: huihui edits refusal again

Empero already positioned Qwythos as intentionally uncensored. Huihui nevertheless applied abliteration and published the exact derivative in our catalog on 26 June 2026. The Huihui card says the non-thinking mode follows the first prompt directly without introductory or concluding filler.

No formal evaluation accompanies that claim. Huihui publishes neither a new refusal comparison nor a rerun of Empero’s benchmarks. That leaves a genuinely interesting unanswered question: what additional behavior changed when an already refusal-light model went through another representation-level edit?

The benchmark boundary

The attractive MMLU, GSM8K and tool-use results belong to Empero’s checkpoint before abliteration. The exact Huihui derivative has no published post-edit benchmark. We preserve the lineage without transferring the scores.

A tiny tool-use demo, not a giant benchmark

Empero reports seven successful prompts out of seven in a small function-calling harness covering Python, search, cybersecurity, pharmacology and biochemistry, including self-correction. That demonstrates the format can work. It does not establish broad tool reliability, especially after the later Huihui edit.

The people behind the lineage

Qwen supplied the architecture. Empero supplied the full-parameter reasoning fine-tune and, unusually, published both gains and regressions. huihui-ai supplied the final abliterated artifact. Huihui’s primary profile describes model-ablation work but does not name an individual crew, so we do not invent one.

Why this is our inexpensive route

At roughly 19.3 GB BF16, Qwythos is dramatically smaller than either 35B artifact and tiny beside Ornith 397B. Our prepared profile pairs it with one L40S and a 131K context, making it the sensible route for experimentation. Small and inexpensive do not mean evaluated: the exact runtime still needs our own tool, coding, long-context and refusal measurements.

Primary sources