
Comparison between Qwopus with thinking disabled and Ornith with thinking enabled. All benchmark runs in this section use Q5_K_M / Q5KM quantized models. Higher is better. Benchmarks courtesy of Tom Turney, @no_stp_on_snek on X.
| Evaluation | Model / Quant | Patch Mode | Score |
|---|---|---|---|
| SWE-bench, 300 cases | Qwopus-3.6-35B-A3B-Coder Q5_K_M | Thinking off, submitted patches | 62.4% |
| Capability Area |
Qwopus 3.6 35B
thinking off |
Ornith-1.0 35B
thinking on |
Observed Pattern |
|---|---|---|---|
| Legit-request compliance | 100 | 70 | Qwopus follows allowed user intent much more reliably. |
| Integrity under pressure | 93 | 86 | Qwopus is more stable under adversarial or stressful workflow conditions. |
| Multi-turn orchestration | 80 | 70 | Qwopus better maintains state across long agent loops. |
| Large code deliverable | 75 | 65 | Qwopus shows stronger completion behavior for larger code artifacts. |
| Sustained debugging | 60 | 50 | Qwopus holds a practical edge across repeated fix-test cycles. |
| Long-context recall | 90 | 95 | Ornith retains a small advantage in recall-heavy thinking-on settings. |
| Metacognition | 90 | 95 | Ornith benefits from explicit thinking-on reflection. |
| Engineering competence | 81 | 94 | Ornith remains stronger in broad engineering competence. |
| Context-poison resistance | 70 | 85 | Ornith is more robust against context poisoning in this test. |
A practical visual test for whether the model can plan, code, iterate, and deliver an interactive project inside an agent workflow.
Kyle Hessling tested the soon-to-release Qwopus-Coder-35B-A3B in an OpenCode workflow by asking it to create a complete RTS-style game sample. This kind of demo is useful because it combines code generation, file orchestration, UI/gameplay logic, iterative correction, and final deliverable quality in one visible task.
The training and evaluation philosophy for this release centers on agent execution rather than visible chain length. The model should know when to act directly, when to inspect more context, and when to stop and summarize.
[ Qwopus-3.6-35B-A3B-Coder: Agentic Execution Pipeline ]
Base MoE Foundation
Qwen3.6-35B-A3B / Qwopus3.6-35B-A3B-v1
โ
โผ
Coding + Tool-Use Adaptation
repository tasks, debugging traces, tool schemas, multi-turn feedback
โ
โผ
Thinking-Off Behavior Target
faster next-step decisions, less overthinking, lower token waste
โ
โผ
Agent Harness Workflows
read files โ choose tool โ edit code โ run tests โ inspect errors โ iterate โ report
โ
โผ
Final Objective
stable long-horizon code execution with practical local latency
This model card intentionally frames thinking-off behavior as a product target. Long thinking can still be useful for difficult reasoning, but the release focuses on whether the model can complete real coding-agent work without paying that cost on every step.
Deployment note : For agent use, ensure that tool definitions, system prompts, output parsing, and retry behavior are consistent. Thinking-off models can be fast, but the harness still needs clean schemas, useful error feedback, and strict task boundaries.
๐
GitHub Repository: Jackrong-llm-finetuning-guide
Access the project repository and related fine-tuning guides.
๐
Q5_K_M benchmark evaluations
SWE-bench submitted-patch run plus behavioral / long-horizon coding evaluation. Benchmarks courtesy of Tom Turney,
@no_stp_on_snek
on X.
๐
Kyle Hessling Interactive Model Deck
Visual Hugging Face Space explaining the model story, thinking-off workflow, SWE-bench result, token efficiency, and RTS demo.
๐
Kyle Hessling RTS Game Demo Post
Reference post for the OpenCode / RTS game-building sample.
๐
Unsloth Documentation
Training acceleration and memory-efficient fine-tuning resources.
@misc{jackrong_qwopus36_35b_a3b_coder,
title = {Qwopus-3.6-35B-A3B-Coder},
author = {Jackrong},
year = {2026},
publisher = {Hugging Face},
howpublished = {\url{https://huggingface.co/Jackrong/Qwopus-3.6-35B-A3B-Coder}}
}