Laguna XS 2.1 vs Qwen 3.6: AMD R9700 AI Pro Benchmark Results

Published: August 4, 2026 | Reading time: 8 minutes

We ran the same prompt through two different models on the same GPU. One kept digging. One stopped at the surface. The numbers don't tell the whole story — but they do start it.

The Setup

GPUAMD Radeon R9700 AI Pro (32GB VRAM, ROCm 7.2.4)
Runtimellama.cpp (latest main, AMD FP4 backend)
Context65,536 tokens (single slot)
TaskWebsite evaluation: storyreserve.com
FrameworkHermes Agent (same prompt, same toolset)

Raw Performance Numbers

MetricLaguna XS 2.1Qwen 3.6 27B
Generation speed46 tok/s38 tok/s
VRAM used~27 GB~19 GB
Model size (Q4_K_M)~7.5 GB~16 GB
Context window65K65K
Load time (cold)~8s~12s

Laguna is faster. Uses more VRAM for KV cache. Lighter model file. Quicker to warm up.

But Speed Isn't the Story

Here's what happened when both models were asked to evaluate storyreserve.com:

Laguna XS 2.1: The Fast Surface Scan

Total steps: 3. Total time: ~12 seconds. Clean. Fast. Incomplete.

Qwen 3.6: The Deep Audit

Total steps: 8+. Total time: ~25 seconds. Slower. Thorough. Actionable.

The Behavioral Difference

Same framework. Same tools. Same GPU. Different model behavior:

BehaviorLagunaQwen
First actionFetch homepage, summarizeFetch homepage, probe structure
When tool returns dataSurface-level interpretationHunts for additional endpoints
On 404 errorLoops same failing callPivots to sitemap/alternative
Depth instinct"Good enough""What else is there?"

Laguna feels like a planner — efficient, structured, stops when the plan is complete. Qwen feels like a pragmatist — probing, adapting, keeps going until the job is actually done.

When to Use Which

Use caseRecommendedWhy
Quick summary, first impressionLagunaFast, coherent, gets the gist
Website audit, security reviewQwenDiscovers hidden endpoints, counts real assets
Code review, multi-file analysisQwenCross-references, follows imports, finds edge cases
Chatbot, customer-facing Q&ALagunaFast response, lower latency, friendlier tone
Data extraction, catalog processingQwenHandles large JSON, structured counting, validation

The ROCm Angle

Both models run on AMD's ROCm stack — not CUDA. The R9700 AI Pro is a 32GB card with dedicated AI acceleration, and llama.cpp's AMD FP4 backend gives us competitive performance without the NVIDIA tax.

Key ROCm-specific notes:

We don't need dual GPUs. One 32GB Radeon handles 65K context with room to spare — something two RTX 3060s (12GB each) can't match without splitting layers across PCIe.

Bottom Line for Businesses

If you're choosing local AI models for your business:

We run Laguna for quick tasks and Qwen for audits. Same box. No cloud. Your data never leaves the server.


About BizFlowAI: We build custom AI automation for small businesses powered by local AI on AMD and NVIDIA hardware. Talk to us about your stack.

Related: Atomic Agent vs Hermes: Two Local AI Agents Compared | How We Produce AI Benchmark Videos End-to-End