peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF
Summary
Tiel-Coder-35B-A3B-GGUF is a dynamically quantized AI model optimized for coding tasks, achieving competitive performance on benchmarks like SWE-bench-Live and multi-turn conversations, while being efficient for local inference.
View Cached Full Text
Cached at: 08/29/26, 09:23 PM
peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF · Hugging Face
Source: https://huggingface.co/peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF


https://huggingface.co/peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF#straight-to-the-pointStraight to the point
Tielis the fast coder of the arsenal. At 4-bit quantization and 22 GB it fixes real codebase issues at the rate (and speed, with the right GPU) of Opus 4.6 medium, while holding the best multi-turn conversation of any local model we have measured. It is also cheerfully bad at trivia.
Pick it for work. Pick something else for exams.
**This isOrnith-1.5-35B-A3Bre-quantized dynamically with our own imatrix and carrying theSharp chat template**inside the GGUF. Find TielCoder MTP GGUFshere.
https://huggingface.co/peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF#the-numbersThe numbers
Where it sits against the other local builds
Multi-turn conversation
Reasoning and knowledge
**Where it stands.**On 25 SWE-bench-Live problems Tiel fixes 12 — the same as Opus 4.6 (medium), four more than Ornith-1.5 itself, three more than Nail, and four more than Sonnet 5 (medium). Among models of its own class it is first; the ones ahead are dense 27Bs and Opus 5. Its time per attempt is also steadier than Nail’s: an 8.6 minute median against 7.2, but a 12.3 minute mean against 15.7, because it lacks Nail’s tail of expensive attempts.
**How it talks.**On Claw-Eval’s multi-turn tasks Tiel scores 67.2 against Nail’s 60.5 and its own base’s 65.3, over 114 scored conversations each. It earns that by answering better rather than by asking more: against the base it is 3.8 points up on answer quality and 5.1 down on clarifying questions. The score weights answers four to one, so the trade pays — but if you want a model that interrogates a vague request before acting, the base does that better.
**What it costs.**73.7 on MMLU-Pro against Nail’s 84.0, both at 4-bit. Most of that is inherited rather than built: Ornith-1.5 scores 78.0 where stock Qwen3.6-35B-A3B scores 85.3. Our quantization is not the cause — the same quant carrying Ornith’s own template scores exactly what Ornith scores. The remaining 4.3 points are the Sharp template buying shorter answers, which is the trade this build exists to make.
**Which one.**Agentic coding, or long conversations that have to stay useful → Tiel. Exam-style knowledge and hard reasoning →Nail, which is 10.3 points better on MMLU-Pro and 6.7 worse in conversation. The most fixes per problem regardless of weight →Dirk, the dense 27B that solves 15 of the same 25 — one behind stock Qwen3.8-27B, at 2.5x its speed.
https://huggingface.co/peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF#run-itRun it
filesizefitsnotesTiel\-Coder\-35B\-A3B\-UD\-Q2\_K\_XL\.gguf12.3 GB16 GBsmallest; 2-bit gives up real accuracy, so prefer IQ3_XXS wherever it fitsTiel\-Coder\-35B\-A3B\-UD\-IQ3\_XXS\.gguf13.2 GB16 GBthe 16 GB pick— better than Q2_K_XL for under a gigabyte moreTiel\-Coder\-35B\-A3B\-UD\-Q3\_K\_XL\.gguf16.8 GB24 GB3-bit with plenty of context room; prefer IQ4_XS below unless you need the extra ~1 GBTiel\-Coder\-35B\-A3B\-UD\-IQ4\_XS\.gguf17.7 GB24 GB4-bit quality with the most context headroom of any 4-bit tierTiel\-Coder\-35B\-A3B\-UD\-Q4\_K\_S\.gguf20.9 GB24 GBtight 4-bit; useful when Q4_K_XL leaves too little roomTiel\-Coder\-35B\-A3B\-UD\-Q4\_K\_XL\.gguf22.4 GB24 GBstart here— the benchmarked tier; snug on 24 GB, comfortable on 32Tiel\-Coder\-35B\-A3B\-UD\-Q5\_K\_XL\.gguf26.6 GB32 GBthe32 GBpickTiel\-Coder\-35B\-A3B\-UD\-Q6\_K\_XL\.gguf31.8 GB48 GBnear-lossless; will not leave usable context on 32 GBTiel\-Coder\-35B\-A3B\-UD\-Q8\_K\_XL\.gguf38.5 GB48 GBreference
Thefitscolumn is the smallest card that holds the weightsandleaves room to work. Context is cheaper here than the file size suggests: this is a hybrid SSM/attention mixture with only 2 KV heads, so the growing cache is a fraction of what a dense model of the same footprint would need.
hf download peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF \
Tiel-Coder-35B-A3B-UD-Q4_K_XL.gguf --local-dir Tiel
llama-server -m Tiel/Tiel-Coder-35B-A3B-UD-Q4_K_XL.gguf -ngl 99 --jinja
Sampling:temperature 1\.0,top\_p 0\.95,top\_k 20. For agentic coding we rantemperature 0\.6.
**It can see.**Tiel-Coder inherits Ornith-1.5’s vision tower — point it at a screenshot of a failing test, a stack trace, a design mock. The projector ismmproj\-BF16\.gguf, one 903 MB file shared by every tier, and it is Ornith’s own, passed through unmodified. We changed the chat template, not the weights, so the projector below them is theirs and a re-export of ours would be the same file.
hf download peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF \
Tiel-Coder-35B-A3B-UD-Q4_K_XL.gguf mmproj-BF16.gguf --local-dir Tiel
llama-mtmd-cli -m Tiel/Tiel-Coder-35B-A3B-UD-Q4_K_XL.gguf --mmproj Tiel/mmproj-BF16.gguf \
-ngl 99 --image screenshot.png -p "Why is this test failing?"
Vision is untouched by our quantization: the projector ships at its original BF16 precision on every tier, so a 2-bit text model and an 8-bit one see equally well.
https://huggingface.co/peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF#no-multi-token-prediction-headNo multi-token-prediction head
Ornith-1.5 ships an MTP (nextn) block and the tiers here do not carry it — for a reason that has since expired, so here is the whole story rather than the conclusion.
When these tiers were baked that block was untrained. Every matrix in it sat at a standard deviation of 0.020 with kurtosis 3.00 and a largest value of 5 standard deviations, which is a fresh random initialization, against kurtosis between 4 and 39 with outliers past 14 in every trained layer of the same file. Drafts from random weights are accepted at chance, so it was 2.4% of every file doing no work, and removing it changed no output.
Ornith fixed it on 2026-08-23, re-uploading a single shard with a trained head. We measured the replacement rather than take it on faith: kurtosis 25.1 with a 98-sigma outlier, and 825 on thenextnprojection. That is not fresh initialization by any reading. The head is real now, and it ships in**Tiel-Coder-35B-A3B-GGUF-MTP**.
**The tiers in this repo are current and were not rebuilt.**The re-upload touched only the MTP tensors —lm\_headis bit-identical across the fix and layer 39’s experts have an identical value multiset — so nothing else moved. Take the MTP repo if your runtime does multi-token speculative decoding; take this one if it does not, and keep the 0.9 GB the head costs.
https://huggingface.co/peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF#how-the-imatrix-was-madeHow the imatrix was made
Every tier is quantized against an importance matrix we generated ourselves, rather than a borrowed one. The calibration corpus is 49 M characters drawn fromeaddario/imatrix-calibration(MIT): about three quarterscode\_mediumand one quartercombined\_all\_large, interleaved so the two alternate throughout rather than sitting in separate halves. That mix is deliberate — Tiel is meant for coding, so the corpus leans that way, while the combined slice keeps maths, tool-calling and non-English text represented so those paths are not the ones that get quantized carelessly.
The matrix was measured on a Q8_0 of the original BF16 weights, over 3,000 chunks of 512 tokens (~1.5 M tokens), which is enough for every expert to be exercised many times over — this is a 256-expert mixture that routes 8 per token, so a short corpus would leave some experts barely seen. The shipped tiers are then quantized from the BF16 source using that matrix.
The matrix itself ships here, asTiel\-Coder\-35B\-A3B\.imatrix\.gguf(183 MiB, 510 tensors) — so a tier we don’t ship is one command away, without spending an hour and a half measuring your own:
hf download peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF Tiel-Coder-35B-A3B.imatrix.gguf --local-dir .
llama-quantize --imatrix Tiel-Coder-35B-A3B.imatrix.gguf Ornith-1.5-35B-BF16.gguf out.gguf IQ4_XS
Be clear about what that doesnotgive you: the tiers in the table above are cut with per-tensor Dynamic recipes layered on top of this matrix, and they carry the Sharp template. A plainllama\-quantizefrom the upstream BF16 reproduces neither.
eaddario’s code slice is itself built fromOpen-Critic-GPT,opc-sft-stage2,Magicoder-Evol-Instruct-110KandMcEval-Instruct.
https://huggingface.co/peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF#limitationsLimitations
- **Exam scores are its weak axis.**If you are picking on MMLU-Pro, Nail is 10.3 points better.
- It asks fewer clarifying questions than its base, by 5.1 points. Terser is not always better; a vague request gets answered rather than questioned.
- Benchmarks are one run per problem on SWE-bench-Live and three seeds on MMLU-Pro. Treat small differences as noise.
- Chinese and English only, inherited from the base.
https://huggingface.co/peculiar-ragdoll/Tiel-Coder-35B-A3B-GGUF#creditsCredits
- ornith-ai— the Ornith-1.5-35B-A3B weights (MIT).
- Unsloth— the Dynamic GGUF quantization method this reproduces.
- froggeric— the template lineage Sharp builds on.
- eaddario— the calibration corpora the imatrix was measured on (MIT).
- llama.cpp—
llama\-quantize/llama\-imatrix/llama\-server.
MIT, inheriting Ornith-1.5’s license.
Similar Articles
@rasbt: Crazy model! It actually uses the old Qwen2.5-Coder-3B stack and got really great performance with their post-training …
A 3B parameter model using the Qwen2.5-Coder-3B stack achieves coding benchmark scores comparable to Claude Opus 4.5, with detailed post-training techniques including synthetic data, filtering, two-stage SFT, and a novel RL method (MGPO).
TielCoder's 22 GB 4-bit quant matches Opus4.6 medium on recent real life coding issues, surpassing KAT-Coder and Nail as strongest and fastest MoE picks.
TielCoder is a new 35B-A3B Mixture of Experts model optimized for coding tasks, offering high speed and correctness on real-world issues, surpassing models like Opus4.6 medium and others.
Kwaipilot/KAT-Coder-V2.5-Dev
KAT-Coder-V2.5-Dev is an open-weight MoE coding model with 35B total parameters (3B active), achieving state-of-the-art results on agentic coding benchmarks through SFT and RL training.
35B-A3B tool calling benchmark: Original Qwen vs. KAT Coder, Ornith and Tiel-Coder
The article benchmarks fine-tuned Qwen3.6-35B-A3B models for tool calling capabilities, showing Ornith 1.5 and Tiel-Coder perform best, approaching scores of larger Qwen models. The study uses extensive GPU time and the tool-eval-bench utility for evaluation.
CyberTiel 35B-A3B’s uncensored 4-bit quant beats Opus 4.6 medium cleanly on real codebase issues, in 27% of the time Qwen3.8-27b medium takes.
CyberTiel 35B-A3B is an uncensored 4-bit quantized AI model optimized for coding tasks, outperforming Opus 4.6 medium and being significantly faster than Qwen3.8-27b medium on real codebase issues.