Local Qwen 3.6 vs Frontier Models on a Coding Primitive: Single-File HTML Canvas Driving Animation

✍️ OpenClawRadar📅 Published: May 16, 2026🔗 Source
Local Qwen 3.6 vs Frontier Models on a Coding Primitive: Single-File HTML Canvas Driving Animation
Ad

A Reddit user ran a head-to-head comparison of local quantized models versus frontier web-based models on a specific coding primitive: generating a single HTML file with a full-page canvas animation of a side-view car driving with parallax scrolling, spinning wheels, and cinematic lighting.

The Prompt

The exact prompt asked for a single HTML file with no libraries, a full-page canvas, realistic side-view car animation, layered parallax scenery, spinning wheels, subtle body motion, smooth looping, and cohesive sky/lighting.

Models Tested

Frontier (web-based via Perplexity, tok/s not measured):

  • Claude Sonnet 4.6 Thinking (used internet for reasoning)
  • Gemini 3.1 Pro Thinking
  • GPT 5.4 Thinking
  • Kimi k2.6 Thinking

Local (Ryzen 5 5600, 24 GB DDR4-3200, RX 5700 XT 8GB):

  • Qwen3.5 9B Q4_K_M — ~50 tok/s
  • Qwen3.6-27B (Claude-opus-reasoning-distilled) Q4_K_M — 2.65 tok/s
  • Qwen3.6-27B Q4_K_M — 2.70 tok/s
  • Qwen3.6-31B A3B Q4_K_M — 12.13 tok/s
  • Gemma-4-31b-it — 1.91 tok/s
  • Qwen3.5 4B Q8 — 60 tok/s (used internet for reasoning)
  • Qwen3.5 4B Q4_K_M — 80 tok/s (used internet for reasoning)
Ad

Results & Subjective Ranking

The ranking for this specific task:

  1. Kimi k2.6 Thinking — cleanest overall visual result
  2. Qwen3.6-27B Q4_K_M (local) — stronger than expected; good parallax and road feel
  3. Qwen3.6-27B Claude-opus-reasoning-distilled — close third

The local 27B quant delivered more natural motion and layering than some frontier outputs for this specific visual primitive. The poster noted they expected frontier models to outperform local quants more clearly.

The user only changed HTML <title> tags to track which model generated which file. Outputs are shared in the thread along with screenshots/GIFs of the running animations.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

State Flow Machine: Non-Transformer Architecture Maintains 62% Accuracy on Long Sequences Where Transformers Drop to 2%
News

State Flow Machine: Non-Transformer Architecture Maintains 62% Accuracy on Long Sequences Where Transformers Drop to 2%

A researcher has developed State Flow Machine (SFM), an alternative architecture using explicit memory slots instead of attention heads, achieving 62% accuracy on a synthetic program state tracking task at 4× training length where transformers drop to 1.9-3.1%. The model runs on a single Huawei Ascend 910 ProA NPU.

OpenClawRadar
Anthropic releases free educational curriculum including Claude Code and MCP Mastery courses
News

Anthropic releases free educational curriculum including Claude Code and MCP Mastery courses

Anthropic has made its entire educational curriculum available for free, including courses on Claude Code, MCP Mastery, API usage, and AI Fluency. The curriculum is described as university-level and provides structured learning compared to random tutorials.

OpenClawRadar
GitHub Copilot Removes Opus Models from Pro Plan, Pauses New Signups
News

GitHub Copilot Removes Opus Models from Pro Plan, Pauses New Signups

GitHub is removing Opus models from the Copilot Pro plan and pausing new signups for Pro, Pro+, and Student plans. Opus 4.7 remains available on Pro+, while Pro+ plans now offer more than 5X the usage limits of Pro.

OpenClawRadar
GitHub disables Copilot's ability to insert ads into pull requests after developer backlash
News

GitHub disables Copilot's ability to insert ads into pull requests after developer backlash

GitHub has removed Copilot's ability to insert promotional 'tips' into pull requests after developers discovered it was adding ads for tools like Raycast. The feature, which allowed Copilot to edit PRs it didn't create when mentioned, was disabled following community feedback.

OpenClawRadar