Frontier models,on hardware you can own.

I'm Kyle Hessling. I build, merge, and evaluate open language models from a two-GPU lab in Wyoming, and publish everything. My releases have been downloaded more than a million times. Digital Outlook is where I take that work to businesses.

Illustration: a wide mountain range drawn as contour lines, representing a large teacher model. As you scroll, it erodes into one sharp peak, a small specialist model that keeps the teacher's ridge shape. The summit contour turns amber.

Proof

First authorQwopus 3.6 Fusion 27B
502,598all-time downloads on Hugging FaceFetched September 25, 2026
First authorQwopus-GLM-18B-Merged
743,796all-time downloads on Hugging FaceFetched September 25, 2026
AudienceX, @KyleHessling1
8,200followers, approximatelyRelease threads regularly reach Hugging Face trending
RecognitionQwen Ambassador
Alibaba Cloud, QwenIndependent benchmarks cited by Decrypt

Specialists over scale

Most of a giant model sits idle on any single project. I think the next gains for people running models at home come from specialists: smaller models trained on how much larger models behave in one domain, sized to fit on one GPU. Load the specialist you need, when you need it.

I call this the Single-GPU Frontier, and it's what I work on. Two workstreams: distilling domain experts from much larger open teachers, and teaching models to reason without wandering. Both run on two devices I own.

Selected models

Every row says what I did on it. Two are mine; the rest are collaborations, credited to the people who led them.

First author

Qwopus 3.6 Fusion 27B

27B dense502,598 all-time downloads

A code-heavy finetune had broken the model’s chain of thought. Fusion takes the difference between the coder and its stable parent as a task vector and merges it back in, a little at the bottom of the network and more toward the top. Reasoning stays intact and the coding gains carry over.

HumanEval
94.5%
MBPP
87.9%
GSM8K
95.0%

Method and resultsHugging Face

First author

Qwopus-GLM-18B-Merged

18B743,796 all-time downloads

A frankenmerge: transformer layers stacked into a new 18B model, then healed with QLoRA so the seams stop showing. The frontier models I asked advised against it. It became one of my most downloaded releases, and the full recipe is published step by step.

Method and resultsHugging Face

Collaborator: testing and evaluationLed by Jackrong

Qwopus 3.8 27B Flash

27B dense282,043 all-time downloads

Qwen 3.8 27B tuned to think less wastefully in agent loops. SFT on the best 10% of about 1.5M teacher examples, then NeMo-RL with GSPO. We cut runaway reasoning and sped up decoding, and paid a small price on MMLU-Pro that the card publishes.

Decode speed vs base
+12.8%
MTP draft acceptance
80.7%
Total output length
−9.9%

Tradeoff, published on the card: MMLU-Pro mixed set: 91.28% vs 92.73% for the base (−1.45 points).

Model card on Hugging Face

Collaborator: compute, data curation, evaluationLed by Jackrong

Qwopus 3.6 (27B, 35B-A3B, Coder)

27B dense and 35B-A3B MoE

The Qwopus 3.6 line, led by Jackrong. I contributed training compute, data curation, a tool-calling chat template that works across runtimes, agentic demo Spaces, and independent evaluations, and I’m credited on the cards for hardware infrastructure, training support, and live agent experiments.

SWE-bench Verified slice
75.25%

Model card on Hugging Face

All models and collaborations

The same work, pointed at your problem

Private, specialized models that run on hardware you own, and proof they work before anyone commits.

Private AI deployment
Language models running on your own hardware, for data that can’t go to a third-party API.
Domain fine-tuning and distillation
A model specialized for one job, trained on your domain, small enough to run on hardware you own.
Evaluation and model selection
Test candidate models on your actual tasks before you commit to one.
AI integration into existing systems
Models working inside the tools you already run: point of sale, ecommerce, admin tools, customer apps.

Also: software for small businesses

Apps, ecommerce, and the integrations that connect old systems to new ones.

All work