Qwen 3.8 FP8 (xhigh) Lava lamp prompt result!

Reddit r/LocalLLaMA Models

Summary

This article showcases the output of the Qwen 3.8 FP8 model in generating a self-contained HTML file for an animated lava lamp, highlighting its impressive code generation performance.

Prompt: Generate a single, self-contained HTML file that renders an animated lava lamp. Requirements: - All HTML, CSS, and JavaScript inline in one file — no external assets, no CDNs. - A lamp silhouette (base, neck, glass bulb, cap) with smooth, glowing colors. - 6–10 metaball-style blobs inside the glass that slowly rise, fall, merge, and split, with realistic squishy deformation when they touch (use SVG filters with feGaussianBlur + feColorMatrix to threshold alpha, or a Canvas/WebGL metaball shader — your choice). - Warm gradient lighting from the bulb at the base; subtle glow around the glass; dark background. - 60fps target, no jank, looks good full-screen. - No controls, no text — just the lamp. Output only the HTML in an single html file. Definitely one of the best results ive seen even CLOSE to this size!
Original Article

Similar Articles

Okay 27B made me a believer

Reddit r/LocalLLaMA

User shares experience with Qwen3.6 27B model, which successfully generated a complete HTML5 breakout game in one shot, showing impressive coherence and attention to detail beyond typical LLM outputs.

Qwen3.6 can code

Reddit r/LocalLLaMA

Developer reports successful Svelte 5 code generation using open-source Qwen3.6-27B model after OpenAI API errors, noting slower speed but perfect results.