Web OS result from Qwen3.6 35B is by far the best I tested in my laptop
Posted by Idontknow3728@reddit | LocalLLaMA | View on Reddit | 24 comments
This is my first test with this model and Qwen impressed me. I will rate it 98% usable web is compared to my previous best 70% usable result from qwen3 next coder at q2.
\~2100 lines of code used 38k context using opencode
Hardware: 24GB ddr5 + RTX4050
Quant: q4_k_xl
tg - 25 tk/s
```
llama-server \
--model /run/media/loq/New\ Volume/Models/unsloth/Qwen3.6-35B-A3B-GGUF/Qwen3.6-35B-A3B-UD-Q4_K_XL.gguf \
--port 1234 \
--host "0.0.0.0" \
--jinja \
-cmoe \
-t 8 -fa 1 -ctk q8_0 -ctv q8_0 \
--parallel 1 --fit-target 200 \
--temp 0.6 --top-p 0.95 --min-p 0.0 --top-k 20 --presence-penalty 0 --repeat-penalty 1.0
```
Goldandsilverape99@reddit
can you compare qwen 35B 3.5 to 3.6 ?
Idontknow3728@reddit (OP)
I remember doing it but was not impressed much at the time. I ran it again will post link after it is cooked
Idontknow3728@reddit (OP)
Qwen3.5 35b: https://codepen.io/dwvejveg-the-bold/pen/MYjLLBQ
Qwen3.5 and qwen3 next coder are similar in this test.
Qwen3.6 is leagues better compare to them
Storge2@reddit
How does it compare to 122B at 4 bit?
grumd@reddit
https://codepen.io/grumd/pen/pvEGMdv
Here's 122B Q4_K_S
https://codepen.io/grumd/pen/WbGPVMV
Here's Gemma 4 26B-A4B UD-Q6_K_XL
https://codepen.io/grumd/pen/vEXboaa
Qwen 3.5 9B UD-Q6_K_XL
https://codepen.io/grumd/pen/QwKYeXj
gpt-oss 120B
Idontknow3728@reddit (OP)
This 3.6 35b-A3B result is better than mine. Which quant you used?
grumd@reddit
UD-Q6_K_XL from unsloth
ayylmaonade@reddit
It's seriously impressive at front-end. I'm using /u/noctrex MXFP4 quant and I got this result out of it after prompting "generate a web based operating system that works in a browser."
Same applies to its ThreeJS ability in my experience. Try asking it to generate a 3D voxel world using ThreeJS for you. Here's the prompt I use if anybody wants to try that: "Design and create a very creative, elaborate, and detailed voxel art scene of a pagoda in a beautiful garden with trees, including some cherry blossoms. Make the scene impressive and varied and use colorful voxels. Output only a single-page self-contained page, you can use ThreeJS."
Insane model for 35B.
leonbollerup@reddit
this one is the most impressive so faar.. did you ONLY use the prompt above ?
ayylmaonade@reddit
Yep! The WebOS was one-shotted with the exact prompt I provided. And I realised I forgot to include the ThreeJS Pagoda, so here's a look at that if you're curious. This was also one-shotted with the voxel art prompt I provided above.
grumd@reddit
https://codepen.io/grumd/pen/pvEGMdv
Here's 122B Q4_K_S
grumd@reddit
I'm generating one right now with 122B Q4_K_S. Will post another comment
tarruda@reddit
I made a modification to the webos prompt used by youtuber "bijan bowen":
" Using html, css and js, generate a browser OS with the following features: - At least 5 applications - Three of the 5 applications must be FUNCTIONAL games (tetris, snake and flappy bird) - Ability to change wallpaper - A "special" feature that you decide on and document what it is & why it is special. "
The webos "benchmark" is probably already in the training set, but this change makes it much harder. Almost always there's one or more bugs, only a couple of local models got it right.
Qwen30bEnjoyer@reddit
Love Bijan Bowen!
moderately-extremist@reddit
Any interesting "special" features that an LLM has come up with?
tarruda@reddit
TBH I never pay much attention to this part, what interests me the most is getting the 3 games working.
Similar-Republic149@reddit
Qwen 3.5 35b made a matrix themed screensaver
crantob@reddit
How many of you know WebOS was a mobile operating system?
literally_niko@reddit
It’s better known as a tv OS nowadays.
spaceman3000@reddit
No, tvos is apple's OS for apple TV.
yeah-ok@reddit
Excellent and extra updoot for the llama-server details, that's good encouraging culture building move :)
BannedGoNext@reddit
HOT SHIT... People have been telling me to use 3.5 122b but I found it just didn't hold a candle to Q 3 Coder next in a lot of ways, now I'm hyped.
TKGaming_11@reddit
Whats the prompt used for this output?
Idontknow3728@reddit (OP)
Using html, css and js, generate a browser OS with the following features: -
At least 5 applications -
Two of the 5 applications must be FUNCTIONAL games
Ability to change wallpaper
A "special" feature that you decide on and document what it is & why it is special.
The result must be contained within a single script, and be able to be
opened in Chrome browser.