AI News

  • Loading...

Can Qwen 3.8 Really Compete with Claude Opus? We Tested It on a Gaming GPU

On
Can Qwen 3.8 Really Compete with Claude Opus? We Tested It on a Gaming GPU

The latest open-weight large language models are genuinely mind-blowing. We're witnessing the rise of what experts now call "Mythos-tier" models—massive, extraordinarily capable systems that are becoming nearly indistinguishable from cutting-edge cloud-based alternatives in practical use.

Moonshot AI released their latest Kimi models with impressive benchmark results (so impressive Anthropic panicked and offered free credits), followed by DeepSeek's V4 Pro and Alibaba's Qwen 3.8. But here's what's actually exciting: Qwen 3.8 comes in an official 27-billion parameter version—small enough to run comfortably on consumer GPUs like an RTX 3090.

Local LLMs stopped being "neat party tricks" a while ago. They're now reliable enough for real work. Most people use local systems for high-volume, repetitive tasks that demand strict JSON formatting. But Qwen 3.8 27B? It genuinely changes the game.

Qwen 3.8 vs. Claude and GPT: How Close Are We?

What happens when you compare models with vastly different parameter counts?

Qwen rendered an image of a duck riding a bicycle.
Qwen rendered an image of a duck riding a bicycle.

The first thing to do with any new model these days? Run the "duck test." We threw the same simple prompt at Qwen 3.8, and the result above speaks for itself. Really impressive, right? Most people mentally prepared themselves to excuse its shortcomings—smaller model, makes sense, etc. But there were no shortcomings to excuse. What's happening here?

When we stacked Qwen 3.8 against other models (see the comparison slider below), it actually outperformed Claude Opus 5 on this particular test. Now, that's probably because Alibaba optimized Qwen 3.8 specifically for rendering SVG ducks. Still, the results are undeniably strong.

Qwen 3.8 27B is a dense model, meaning all 27 billion parameters are actively engaged. Despite this—and despite rendering that flawless duck—it still runs remarkably fast. Even on a modest RTX 3090, it hits 75 tokens per second. That's genuinely impressive.

Designing a Full Blog Page from Scratch

Next, we threw a more tedious test at it: build an entire blog page. The results were outstanding. The design is genuinely beautiful. The model has good aesthetic taste and executed everything thoughtfully—multiple page variations, sensible sample content, everything both polished and functional.

It clearly borrowed some design inspiration from Anthropic's style, but honestly? It looks fantastic. Remember: this is a 27-billion parameter model running entirely on local hardware.

Qwen Nearly Aced the Hardest Programming Test

The challenge: build a complete fluid physics simulator from scratch. Not wrapper-UI-around-existing-library stuff—actual simulation code from zero. This required an agentic harness (we used DeepSeek Harness), and here's where things get interesting: Qwen 3.8 didn't just handle it. It nailed it.

The model spent roughly three hours iterating before we stepped in and told it to settle on the best solution rather than keep optimizing. That intervention yielded what you see above.

The real weakness? Performance. Beyond 1,000 particles, the simulator started dropping frames. Beyond 3,000 particles, it became unusable. Still, that's impressive—most competing agents hard-cap at 2,000 particles. A local model, using local tools, running entirely on personal hardware, achieving results that some flagship models can't manage. What's interesting here is the implications.

Here we have a model running on your own machine delivering results where more advanced cloud-based competitors fail.

A Local Model That's Modest by Comparison

Qwen requesting a blog feature image for recognition.
Qwen requesting a blog feature image for recognition.

To be fair, this isn't exactly an apples-to-apples comparison. For that, you'd want the full-size Qwen 3.8. Plus, we're running this on personal hardware.

The 27B is the smallest in the Qwen 3.8 lineup. The full version—Qwen 3.8-2.4T-A95B—has 2.4 trillion parameters.

A simplified VRAM calculation: (number of parameters × bits per weight / 8) + KV cache + auxiliary features or sub-models (like image processing).

We used Q4_K_M quantization. The model alone consumed 17.8GB; add a 100,000-token context with standard Q8 KV cache, and total VRAM usage hit 22GB of our available 24GB.

For perspective: running the full 2.4-trillion-parameter Qwen 3.8—even with the same Q4_K_M compression—would require roughly 1.5 terabytes of VRAM just for the model itself.

This context matters. ChatGPT and Claude operate at that scale—thousands of trillions of parameters. So we're looking at 24GB of VRAM going up against terabytes, and the results aren't even close to disappointing.

So What's Left as a Real Advantage for Big AI Companies?

Right now, the primary edge large cloud models have over local systems is context window size. You're stuck at 100,000 tokens on local hardware without overloading your GPU, while current flagship models offer context windows up to 2 million tokens or beyond.

Context gets consumed fast—especially with a model like Qwen 3.8 that tends to reason extensively and verbosely. Workarounds exist. You can run a smaller model in parallel to compress context, keeping only critical information. You can manually prune old tool calls to free memory. But these solutions aren't perfect.

Another major advantage of large-scale cloud models is their ecosystem of supporting tools. Claude has Claude Code and Cowork; ChatGPT has Codex and Work. Except... that advantage is eroding. Open-source support systems like Qwen Code and DeepSeek Harness are filling that gap.

Here's the irony: OpenAI, Anthropic, Meta, and Google constantly preach that AI shouldn't be monopolized, that everyone needs access to quality models. Alibaba has never made such hollow promises. Yet the reality shows the opposite.

Qwen 3.8 is the high-quality local model we've been waiting for. And it's only getting better.


Description: Alibaba's Qwen 3.8 27B model tested against Claude and GPT. Results are impressive for local deployment on consumer hardware.

Related Articles

Does Qwen 3.8 Really Match Claude Opus? We Tested It on a Gaming GPU

On
Does Qwen 3.8 Really Match Claude Opus? We Tested It on a Gaming GPU

Open-weight large language models just keep getting better, and we're witnessing something remarkable: the emergence of what people are now calling "Mythos-tier" models. These are massive, extraordinarily capable systems that are becoming increasingly difficult to distinguish from cutting-edge proprietary alternatives in real-world usage.

Moonshot AI launched the latest Kimi models with impressive benchmark results. Then came DeepSeek with V4 Pro and Alibaba with Qwen 3.8. But here's what really caught everyone's attention: unlike other new Mythos-tier models, Qwen 3.8 has an official 27-billion parameter variant. That size is small enough to run comfortably on standard consumer GPUs like the RTX 3090.

Local large language models aren't just a novelty anymore. They're becoming genuinely useful for real work. Most people currently use local AI systems for high-volume but simple tasks—usually things that need strict JSON output formatting. But that's changing. Qwen 3.8 27B is genuinely impressive.

Head-to-Head: Qwen 3.8 vs. Claude and GPT

So what happens when you pit a 27B model against vastly larger systems?

Qwen generated image of a farmer riding a bicycle.
Qwen generated image of a farmer riding a bicycle.

The first thing you do with any new model these days is run the "farmer test." Feed it a simple prompt and see what happens. The result above speaks for itself—genuinely impressive. People were bracing themselves for shortcuts and compromises, fully prepared to excuse limitations because this is a much smaller model. But honestly? We found none. What's going on here?

Take a look at the comparison with other models below. Qwen 3.8 actually outperformed even Claude Opus 5 on this particular test. Now, that doesn't mean Alibaba secretly trained this model specifically to draw better SVG beavers. But it does show that traditional parameter-count comparisons don't tell the whole story anymore.

Qwen 3.8 27B is a dense model—meaning all 27 billion parameters are actively working. Despite this, and despite producing that beautiful farmer image, the throughput is blazingly fast. Even on a modest RTX 3090, it hits 75 tokens per second. That's genuinely impressive performance.

Building Out a Full Blog Website

Next up: a slightly more demanding test. We asked Qwen 3.8 to design an entire blog website. Again, the results are fantastic. The interface looks polished and well-thought-out. The model has good aesthetic judgment—multiple page layouts, sensible placeholder content, everything both visually appealing and functionally coherent. It even picked up some design cues from Anthropic's style, but the execution is undeniably solid. Remember: this is a 27-billion parameter model running entirely locally on personal hardware.

Qwen Nearly Aced One of the Hardest Programming Challenges

The challenge: build a complete fluid physics simulator from scratch. Not just wrap an existing library in a UI—actually construct the physics engine from the ground up. This required a support framework, so we used DeepSeek Harness. Qwen 3.8 didn't just pass. It succeeded brilliantly.

It took nearly three hours to produce this result, and that included one intervention where we told it to stop exhaustive testing and commit to its best solution. Without that nudge, the process would have continued much longer. Even so, there's only one real weakness: performance. Once you exceed 1,000 particles, the simulator starts dropping frames. Beyond 3,000 particles, it becomes unusable. That said, this is still impressive—most competing agents hard-cap their simulators at 2,000 particles anyway.

What's really interesting here is that a locally-running model using local testing tools running entirely on personal hardware achieved something that some state-of-the-art systems actually fail at.

Context: Qwen 27B vs. the Advanced Models

Qwen requested a blog feature image.
Qwen requested a blog feature image.

To be fair, this isn't an apples-to-apples comparison. For true fairness, you'd need to use the full Qwen 3.8 variant. Plus, Qwen is running on personal consumer hardware.

The 27B model is the smallest in the Qwen 3.8 lineup. The full version—Qwen 3.8-2.4T-A95B—is an absolute behemoth with 2.4 trillion parameters.

Quick VRAM calculation: (parameters × bits per weight / 8) + KV cache + extras like vision capabilities.

We used Q4_K_M quantization. The model alone consumed 17.8GB; add a 100,000 token context using standard Q8 KV cache and you're at 22GB of the available 24GB VRAM.

To put it in perspective: running the full 2.4-trillion parameter Qwen 3.8 with the same Q4_K_M compression would need roughly 1.5 terabytes of VRAM just for the model itself. ChatGPT and Claude sit in that tier—systems with thousands of billions of parameters. So this is a 24GB system competing against terabytes. And it's holding its own.

What Real Advantage Do Large AI Companies Still Have?

Right now, the main edge that cloud-based advanced models hold is context window size. You can't exceed 100,000 tokens locally without crushing your GPU, while state-of-the-art systems offer context windows up to 2 million tokens or beyond. Context gets consumed quickly, especially with a model like Qwen 3.8 that reasons in detail. There are workarounds—you can run a smaller model alongside it to compress context, or strategically purge old tool calls to free memory. But these aren't perfect solutions.

Another advantage: the ecosystem. Claude has Claude Code and Claude Collaborate. ChatGPT has Codex and Workspace. Except... that advantage is fading. Open-source support systems like Qwen Code and DeepSeek Harness are catching up fast.

Here's the irony: OpenAI, Anthropic, Meta, and Google constantly talk about how AI shouldn't be locked down and everyone should have access to quality models. Alibaba has never given those speeches. Yet the reality shows otherwise. Qwen 3.8 is the high-quality local model we've been waiting for. And it's only going to get better.


Description: We put Alibaba's Qwen 3.8 27B through serious benchmarks against Claude and GPT. The results are stunning—especially on consumer hardware.

Related Articles

How to Create AI News Anchor Videos: A Complete Step-by-Step Guide

On
How to Create AI News Anchor Videos: A Complete Step-by-Step Guide

Want to produce polished AI-generated news anchor videos for your school announcements or company broadcast, but not sure where to start? You're in the right place. With the right prompts, you can generate AI anchors for virtually any sector—handling everything from content planning and visual storyboarding to character dialogue and on-screen presence. Here's exactly how to do it.

The beauty of this approach is that you maintain complete creative control over your anchor's appearance, tone, and delivery. Whether you need a formal news anchor or a friendly educational presenter, AI can produce broadcast-quality results. Let's walk through the entire process.

Creating Your AI News Anchor Video: A 4-Step Process

Step 1: Generate Your Anchor's Image

Start by creating a custom anchor character that matches your needs. You'll want to tailor the appearance, demeanor, and style to fit your specific broadcast context—whether that's corporate news, school announcements, or educational programming.

Create an image of a [gender] news anchor for [industry/program topic], approximately [age] years old, with a [professional/friendly/energetic/formal] presence, wearing [clothing description] in [color/style]. The character is [sitting/standing] at [location/set], looking directly into the camera, [posture and gesture details]. [Any props if relevant].

Layout in 16:9 aspect ratio. Position the anchor at [center/left third/right third]; use the remaining space for [LED screen/backdrop/content display area] to feature [logo/theme/illustrations].

Lighting [description], natural skin tones, photorealistic quality, broadcast-grade production, high detail. No random text, no watermarks, no distorted hands, no extra fingers, no facial distortions—maintain consistent facial features and character recognition throughout.

Here's a pro tip: if your broadcast includes lots of text-based information—show titles, schedules, dates—it's smarter to add those elements manually in CapCut or Canva rather than relying on AI generation. This ensures accuracy and consistent typography.

Creating an AI news anchor character

Step 2: Write Your Script Using ChatGPT

Next, ask ChatGPT to write the anchor dialogue for your video. This becomes the foundation for your entire broadcast script.

Write anchor dialogue approximately 100–120 words for [PROGRAM NAME/NEWS BULLETIN/EVENT], with the subject [TOPIC]. The target audience is [AUDIENCE DESCRIPTION].

Tone should be [FORMAL/FRIENDLY/DYNAMIC/PROFESSIONAL], matching the program's nature. Use short, clear sentences that sound natural when read aloud. Avoid overly academic or complex terminology.

The script must include:

- An opening greeting
- Introduction of [MAIN REASON/KEY INFORMATION]
- Any necessary reminders or notices about [CONTENT TO HIGHLIGHT]
- Closing remarks and sign-off

AI-generated script for news anchor

What's really useful here: ask ChatGPT to break the dialogue into distinct scenes. This segmentation makes it much easier to produce each video segment separately without losing continuity.

Segmenting anchor narration by scenes

Step 3: Generate Video Scenes Using Flow

Upload your anchor reference image to Google Flow, then use the prompt below to create each individual scene. Upload that same reference image with every scene generation to maintain consistency.

Use the exact [REFERENCE IMAGE] provided as the base frame for creating a [VIDEO GENRE/TOPIC] video in [STYLE]. Preserve [SETTING, CHARACTER, CLOTHING, HAIRSTYLE, FACIAL FEATURES, LIGHTING, AND KEY DETAILS].

The character should be [POSTURE], looking [DIRECTION], with [FACIAL EXPRESSION]. Only allow natural, subtle movements such as [BLINKING, BREATHING, SLIGHT LIP MOVEMENT, FACIAL EXPRESSIONS]. No posture changes, no dramatic movements, no unusual behavior.

Voice: [GENDER/ACCENT/VOICE CHARACTERISTICS/PACE/DELIVERY STYLE]. Precise lip-sync with the line: "[INSERT DIALOGUE]".

Camera remains [FIXED/MOVING] throughout, [SPECIFIC CAMERA REQUIREMENTS].

Maintain consistency in the character's face, appearance, clothing, and setting across the entire video. Keep lighting stable and audio clean, [BACKGROUND MUSIC REQUIREMENTS]. Don't generate random text or logos. Minimize facial distortions, hand deformities, clothing artifacts, and any mismatches with the reference image.

Generating video scenes in Flow from reference image

Step 4: Assemble and Polish in Canva

Wait for the first scene to render. Then generate the remaining scenes one by one and download them all. Import everything into Canva to add text overlays, graphics, and final polish to your broadcast.

Downloading and editing scenes for final video

Sample AI News Anchor Video


Description: Learn to generate professional AI-powered news anchor videos for schools and corporate broadcasts using prompt engineering and AI tools.

Related Articles

Convert Images and PDFs to Excel Using LightPDF AI

On
Convert Images and PDFs to Excel Using LightPDF AI

Manually retyping data from images or PDF documents into Excel? That's a productivity killer. LightPDF AI eliminates this tedious workflow by automatically extracting content and transforming it into editable Excel files. What's interesting here is how the tool handles structured data like invoices and tables without requiring manual entry.

This guide walks you through converting image and PDF data into Excel format using LightPDF AI—a straightforward process that saves hours and keeps your workflow efficient.

How to Extract Images and PDFs to Excel on LightPDF AI

Step 1: Upload Your File

Head over to the LightPDF AI document extraction tool. Sign up for a new account or log into your existing one. On the main interface, upload your image or PDF file—invoices work particularly well here. One heads-up: the platform performs best with English-language documents. Vietnamese text may experience font rendering issues during export, so keep that in mind if you're working with localized content.

Upload image to LightPDF AI

Step 2: Analyze and Review the Extraction

Once your file uploads, click the Analyze Now button. The tool springs into action, scanning your document and preparing the data for conversion. You'll see a preview table showing all detected fields and their extracted values. Take a moment to review this against your original document—flag any items that need adjustment or removal. When you're satisfied, hit Process all files to proceed.

Analyze image on LightPDF AI

Extracted content preview from LightPDF AI

Step 3: View Your Extracted Data Table

Your data transformation is now complete. LightPDF AI generates a structured data table from your uploaded image or PDF—in this example, an invoice. Here's the original invoice image:

Original image on LightPDF AI

And here's the extracted Excel table generated by LightPDF AI:

Extracted data table from LightPDF AI

Step 4: Download and Refine in Excel

Double-check all the extracted content for accuracy. When everything looks good, grab your Excel file using the download button in the upper right corner. From there, you can open it in Excel and make any final adjustments to formatting, layout, or content as needed. The real benefit? All your data is already structured and ready to work with.

Download Excel file from LightPDF AI


Description: Learn how to extract data from images and PDFs directly into Excel spreadsheets using LightPDF AI in just a few simple steps.

Related Articles

Copyright © 2016 QTitHow All Rights Reserved