Token Chaser
AI · Homelabs · Benchmarks
Lab Notes/Qwen3.6 27B vs Heretic NEO Code 27B on RTX 3090s | Head-to-Head
LLM TestingMay 24, 2026Watch on YouTube

Qwen3.6 27B vs Heretic NEO Code 27B on RTX 3090s | Head-to-Head

In this video, I’m testing the default Qwen3.6 27B against the Heretic NEO Code 27B fine-tune to see which model performs better in local AI coding tasks. Both models are running locally on RTX 3090s, and I gave them the same prompts at the same time to compare speed, project quality, UI design, functionality, and how well they follow instructions. The prompts in this video: 1. Interactive weather dashboard 2. Restaurant ordering app 3. Mini social media app This test is focused on single-file HTML projects, so each model has to handle the HTML, CSS, and JavaScript in one file while trying to create a polished, fully working result. If you like local AI, LLM coding tests, GPUs, homelab setups, and seeing what these models can actually build, subscribe for more. #LocalAI #Qwen #LLM #AICoding #RTX3090 #Homelab #TokenChaser

Models2
Prompts3
Live HTML6
Files6

Video

Models Tested

Qwen3.6-27B-Heretic-FINETUNE-NEO-CODE
Q6_K
RTX 3090
Qwen3.6-27B-Unsloth
Q6_K
RTX 3090

Prompts Used

1Interactive weather dashboard
Create a single HTML file for a polished interactive weather dashboard.

Requirements:
- Put all HTML, CSS, and JavaScript in one file.
- Do not use any external APIs or libraries.
- Create fake weather data for at least 5 cities.
- Let the user choose a city from a dropdown or buttons.
- Show current temperature, weather condition, humidity, wind speed, and “feels like” temperature.
- Show a 5-day forecast with icons or simple weather illustrations.
- Add a sunrise and sunset section.
- Add a button to switch between Fahrenheit and Celsius.
- Add a light/dark theme toggle.
- Make the background and colors change based on the selected weather condition.
- Make the design clean, modern, responsive, and visually polished.
- The page should work immediately in a browser.

You are being tested in a head-to-head coding challenge against another model. Your goal is to create the best, most polished, fully working single-file project possible while keeping the code clean and error-free.

Once you are finished, go back through the entire file, check the HTML, CSS, and JavaScript, and make sure everything works correctly with no errors.
2Restaurant ordering app
Create a single HTML file for a polished restaurant ordering app.

Requirements:
- Put all HTML, CSS, and JavaScript in one file.
- Create a fictional restaurant with a nice name, logo text, and menu.
- Add menu categories such as Burgers, Sides, Drinks, and Desserts.
- Show menu item cards with names, descriptions, prices, and simple CSS-made food icons or visuals.
- Let the user add items to a cart.
- Let the user increase quantity, decrease quantity, or remove items from the cart.
- Show subtotal, tax, delivery fee, and total.
- Add a checkout button that opens a fake order confirmation screen.
- Include options for pickup or delivery.
- Add a search bar or category filter.
- Make the app feel like a real modern food delivery app with smooth hover effects and clean layout.
- The page should work immediately in a browser.

You are being tested in a head-to-head coding challenge against another model. Your goal is to create the best, most polished, fully working single-file project possible while keeping the code clean and error-free.

Once you are finished, go back through the entire file, check the HTML, CSS, and JavaScript, and make sure everything works correctly with no errors.
3Mini social media app
Create a single HTML file for a mini social media app.

Requirements:
- Put all HTML, CSS, and JavaScript in one file.
- Create a fictional social media feed with a modern app-style layout.
- Include a left sidebar, main feed, and right sidebar on desktop.
- Add at least 6 fake posts with usernames, profile circles, post text, timestamps, likes, comments, and share buttons.
- Let the user create a new post using a text box.
- New posts should appear at the top of the feed.
- Let the user like and unlike posts.
- Let the user open comments on a post and add a comment.
- Add a simple trending topics section.
- Add a fake friend suggestions section.
- Add a search bar that filters posts by username or text.
- Add a dark mode toggle.
- Use localStorage to save posts, likes, comments, and dark mode.
- Make the app responsive, polished, and fun to use.
- The page should work immediately in a browser.

You are being tested in a head-to-head coding challenge against another model. Your goal is to create the best, most polished, fully working single-file project possible while keeping the code clean and error-free.

Once you are finished, go back through the entire file, check the HTML, CSS, and JavaScript, and make sure everything works correctly with no errors.

Live HTML Outputs

6
Qwen3.6-27B-Heretic-FINETUNE-NEO-CODE
Q6_KRTX 3090
3
HTML
neo-menu.html
25.0 KB
OpenDownload
HTML
neo-socialmedia.html
28.9 KB
OpenDownload
HTML
neo-weather.html
19.6 KB
OpenDownload
Qwen3.6-27B-Unsloth
Q6_KRTX 3090
3
HTML
qwen-menu.html
28.1 KB
OpenDownload
HTML
qwen-socialmedia.html
33.3 KB
OpenDownload
HTML
qwen-weather.html
24.2 KB
OpenDownload