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
Video
Models Tested
Prompts Used
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.
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.
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.