@zhixianio: After receiving the new machine, I began an 'ascetic' practice of forcing myself to use local models for common tasks. I thought it would be painful, but both speed and quality greatly exceeded my expectations: Model: Qwen3.6-35B-A3B-oQ6-fp16-mtp, Running: oMLX, with N…

X AI KOLs Timeline News

Summary

The author uses the Qwen3.6-35B-A3B model and oMLX tool on the new local machine for daily tasks, finding that both speed and quality far exceed expectations, even outperforming remote LLMs in PA and coding scenarios, demonstrating a significant improvement in on-device AI capabilities.

After receiving the new machine over the past two days, I embarked on an 'ascetic' practice of forcing myself to use local models for common tasks. I thought it would be very painful, but unexpectedly, both speed and quality greatly exceeded my expectations: Model: Qwen3.6-35B-A3B-oQ6-fp16-mtp Running: oMLX, with Native MTP enabled, Thinking disabled, CTX 128K Over the past few days, whether in the PA scenario (OpenClaw) or the Coding scenario (PI-Mono), the response speed is faster than remote LLMs, the intelligence is up to par, and it can even take an extra step to help me think and act. The native multimodality under PA is even more enjoyable than DSV4 Pro. I didn't expect on-device model capabilities to have reached this point.
Original Article
View Cached Full Text

Cached at: 06/03/26, 07:46 AM

After the new machine arrived these past two days, I began an ascetic-like practice of forcing myself to use local models to complete common tasks.

Expected it to be extremely painful, but to my surprise, both the speed and quality far exceeded my expectations:

Model: Qwen3.6-35B-A3B-oQ6-fp16-mtp Running: oMLX, Native MTP enabled, Thinking disabled, CTX 128K

These days, whether in the PA scenario (OpenClaw) or the Coding scenario (PI-Mono), the response speed is faster than remote LLMs, the intelligence is on-point, and it can even help me think and do one more step. The native multimodal capabilities under PA are even more satisfying to use than DSV4 Pro.

I never expected that the capabilities of on-device models have reached this level.

Similar Articles

@RookieRicardoR: Domestic models break through again, matching top models like Claude 4.6 and Gemini 3.1 Pro. Just tested Qwen3.7-Max, sharing some real thoughts. Last night I topped up as soon as the API went live and chose three tasks (see video) to test Qwen3.7-Max's frontend capabilities…

X AI KOLs Timeline

The user tested Qwen3.7-Max and believes it matches top models like Claude 4.6 and Gemini 3.1 Pro in frontend, computing power, and Agent capabilities. Its reasoning ability has significantly improved, and with monthly iteration speed, it has become a first-tier domestic model.

@yibie: Using Local Models as Primary Coding Tools: A Practical Report from Mid-2026 There was a post on Hacker News with a straightforward title: "Is anyone using local models as their primary coding tool?" 197 comments, incredibly dense with information. A dozen real users discussed their daily configurations, pitfalls they encountered, and why they still choose local models even though they know they're not as good as...

X AI KOLs Timeline

This article summarizes practical experiences from a Hacker News discussion about using local models (mainly Qwen 3.6 35B-A3B) as primary coding tools, including configurations, effectiveness (approximately 50-75% of frontier models), key techniques (such as preserve_thinking), and different user positions.

@cevenif: For those running local LLMs on Macs, here's a tool worth watching — Rapid-MLX. It delivers 2-4x faster inference on M-series chips than Ollama, thanks to being built directly on Apple's MLX framework for more thorough utilization of the chip architecture. Key highlights: KV cache pruning plus…

X AI KOLs Timeline

Rapid-MLX is a local LLM inference tool optimized for Apple M-series chips. Built on the MLX framework, it achieves 2 to 4 times faster inference than Ollama, supports multiple models, tool calling, and an OpenAI API-compatible interface.