What this is

This week, a user on Reddit's r/LocalLLaMA posted screenshots showing Alibaba's Qwen 3.8 27B model (Q4 quantization—a technique that compresses model precision to reduce footprint, roughly 14GB of VRAM to run) producing functional Three.js code that renders correctly, all on an RTX 3090 from 2020 (currently ~$200, around ¥1,500, on the used market).

Some context first—Three.js is the most widely used 3D rendering library on the web (the toolkit that draws 3D graphics in browsers), powering product showcase pages, browser-based mini-games, and floor-plan visualizations. Until now, this kind of code was either hand-written or generated by cloud models like GPT-4 or Claude, billed by the token (the standard unit of API billing). Among today's open-source models, 27B sits at "small-to-medium"—the same tasks used to require 70B or 100B+ to run reliably.

Industry view

The optimists read this as yet another signal that "open-source small models are catching up to closed-source large models." Do the math—generating one 3D interactive page demo via a cloud API typically costs $0.20 to $0.50 in tokens; running it locally, power costs are essentially negligible. The prototype phase is no longer locked to a single vendor.

But the skeptics have grounds. One screenshot doesn't prove stability—across the local deployment community, 27B models are widely reported to produce "code that runs but can't be maintained" over multiple attempts. The current reality is "good for prototyping, can't carry production." Companies that need real deployment still have to connect to cloud APIs or build their own cluster (a compute array assembled from multiple high-end GPUs). One longer-term concern: Alibaba's open-source models have always looked strong in benchmarks and marketing, but engineering-level performance is widely seen as discounted in the industry—a single demo isn't enough for a final verdict.

Impact on regular people

For enterprise IT: One-off tasks like internal tools and product demo pages can be trialed with local models first; formal production budgets still need to be planned against cloud or self-hosted infrastructure.

For working professionals: Engineers with basic front-end skills will become more valuable—the scarce skill isn't "writing code," it's "getting AI to write usable code."

For the consumer market: No direct impact in the next 2–3 years. Consumer GPUs running 27B are already at their limit, and more complex tasks will still require the cloud.