frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Qwen3.8 Max now ranked as the best overall model by agentic index

https://artificialanalysis.ai/?intelligence=agentic-index
101•apitman•57m ago

Comments

embedding-shape•27m ago
Strange that the page https://artificialanalysis.ai/agents/coding-agents doesn't even mention "Qwen" once if it's now the "best" according to one of their one index?
scrlk•23m ago
Different benchmarks:

> Artificial Analysis Agentic Index: Represents the weighted average of agentic capabilities benchmarks in the Artificial Analysis Intelligence Index (GDPval-AA v2, Tau³-Banking)

> Artificial Analysis Coding Agent Index v1.3 incorporates 3 benchmarks: DeepSWE, Terminal-Bench v2, and SWE-Atlas-QnA

Qwen3.8 Max is 55.4 on the Agentic Index but hasn't been tested for the Coding Agent Index.

apitman•20m ago
Looks like coding agent is model+harness. There are far fewer models represented on that page. I believe "agentic index" is still the metric to look at for coding performance. I could be wrong about that though.
Bootvis•21m ago
Indeed, and this Qwen 3.8 max specific page:

https://artificialanalysis.ai/models/qwen3-8-max

Doesn't have the claim either. Clickbait?

petu•18m ago
This page has it, scroll to "Intelligence" header (not the highlights one, but second on the page / with black square) and click "Agentic Index"
Bootvis•11m ago
So the original link should be: https://artificialanalysis.ai/models/qwen3-8-max?intelligenc...

Even then, this seems a much more marginal win than the headline suggested to me.

amelius•21m ago
According to those graphs, Grok 4.5 appears to be the most cost-effective model.
artemisart•16m ago
They didn't run all benchmarks. It's the best in AA agentic index (GDPval-AA v2, ³-Banking) but not coding index (DeepSWE which is missing, Terminal-Bench v2.1 they have 81% vs 90% for Sol, SWE-Atlas-QnA missing).
moritzwarhier•10m ago
[delayed]
syntaxing•27m ago
I am so excited for Qwen 3.8 27B. It’s a shame how slow prefill (~3-400) is on a strix halo but it’s such a good model for agentic tasks.
tarr11•19m ago
What type of agentic tasks are you using it for (eg how complex)?
CamperBob2•16m ago
How are you running it on a Strix Halo? The weights aren't out yet, are they?
13rac1•12m ago
I interpret @syntaxing as meaning they are looking forward to running Qwen3.8-27B, but are frustrated by prefill times with other models, such as Qwen3.6-27B.
syntaxing•10m ago
I meant Qwen3.6. Unsloth supposedly has early preview of the model and the VRAM requirement is the same so most people expect similar model size and type.
drnick1•26m ago
Why does an open weights model cost nearly the same as GPT5.6? $1.14 vs $1.23 on the cost index. Since you can't presumably run this on your own hardware given the model size and hence gain other things like privacy, I don't see any reason to move away from GPT at this rate.
eli•25m ago
It's not enough that it's better?

Many providers will host it and will compete on price. It also can't easily be taken away because one company (or one government) decides they don't want it around any more. People can fine-tune it for particular workloads.

drnick1•6m ago
> It's not enough that it's better?

It's barely better, and barely cheaper, not really enough to challenge the status quo IMO. Half the price for basically the same performance would be a much stronger value proposition.

apitman•23m ago
For one thing, providers of open models can't arbitrarily increase their prices without facing competition.
frereubu•21m ago
But given the extremely low cost of switching, why wouldn't you use the cheaper one if they're comparable?
apitman•18m ago
As low as it is, switching between providers on OpenRouter is still lower.

That said, it's a fair point. For me, it boils down to things covered here: https://earendil.com/posts/session-portability/

Things like obscured reasoning traces.

eli•26m ago
I believe it. It's extremely good at troubleshooting. I gave Qwen and Kimi K3 the same annoying, complicated, intermittent bug to track down. Kimi did a bit better in understanding the existing code, but Qwen built some diagnostic tools and did an excellent statistical analysis on the log data. Qwen got way closer to the truth.

I'm very much looking forward to their forthcoming smaller model Qwen 3.8 releases. A version that can easily run locally would be great.

comboy•14m ago
How CLI are you guys using for qwen and kimi?
eli•10m ago
I use https://pi.dev/ which works fine out of the box but is fairly minimal and intended to be customized. There are many extensions.

OpenCode or oh-my-pi might make more sense if you just want a batteries-included agent. You can also make Claude Code work with other models without too much work, but I think that's asking for headaches.

trey-jones•1m ago
I used claude with GLM and it's easy to set up, just hard to find the documentation. No headaches really, unless you want to use it against multiple different APIs.
delduca•25m ago
Go China!
SwellJoe•24m ago
I find that surprising.

I've been trying it on several projects and have found it's pretty sloppy. It leaves stuff broken, doesn't reliably write tests to check its own work unless explicitly prompted, misunderstands the assignment, etc.

It is smart and reasonably quick but not reliable.

dyauspitr•17m ago
It’s because they’re doing some sort of combined score of intelligence, speed and cost. On pure intelligence it doesn’t even show up in the top 10.
aliljet•23m ago
Is there a path to distill this model to do very specific things? Like a RAG strategy for a small (or even large) corpus?
Alpha3031•16m ago
Depends on what you want to do. Some task specific models can be trained with a few ten or hundred thousand training examples so you can use a bigger model to produce synthetic training examples and then fine tune a smaller student model. I think that's the usual process. Whether you'd get acceptable performance this way depends, as mentioned, on what you're trying to do and what you'd consider acceptable.
teravor•2m ago
once you are able to get the full probability distributions per token you can distill it on specific domains. distilling without that isn't generally a good idea unless you have invested millions in the requisite infrastructure.
brcmthrowaway•20m ago
Could someone like Apple be playing the long game - Good Enough(tm) intelligence will eventually fit in our pocket and homes?
LPisGood•7m ago
Almost surely. Apple is extremely well positioned to take advantage of this over the next decade.
sirbor•20m ago
Qwen is the way to go
dyauspitr•18m ago
It doesn’t even show up in the raw intelligence index, so how could it possibly be the best?
quirino•16m ago
A couple days ago they had published an overall score of 53 for this model, but that was removed and today it returned with a score of 56.

I wasn't able to find an explanation from them. Anyone knows what happened?

steve-atx-7600•14m ago
curious about methodology. ive seen them post results for claude/codex when they only ran over benchmarks 3 times per model...
onomojo•11m ago
Any benchmark showing Opus 5 as the best just loses credibility for me. Anyone who's actually used Opus 5 daily knows what I'm talking about.
copperx•6m ago
I'm dumbfounded to see Opus 5 making SO MANY mistakes in coding simple stuff. Most times, Fable 5 comes out to be cheaper because it nails so many things much quicker than Opus 5.
visarga•4m ago
Sent to solve one task, came back with half of it solved and 2 more problems.
logicchains•1m ago
"As you requested, I've finished task X. Honestly, task X turned out to require task Y, which I haven't actually done. Task Y is the next step if you'd like to continue along this route."
petercooper•7m ago
Hopefully this boils down to the smaller versions they've teased. In my experience, Qwen models are the closest to the "less knowledge, more intelligence" (yes, the two are hugely correlated!) ideal some tool-dependent tasks need. Even the 3.5 2B can be easily prompted to always lean on tools and not jump to false conclusions (although its actual coding skills are abysmal, as you'd expect).
quotemstr•1m ago
> less knowledge, more intelligence

People produce such models by over-RL-ing smaller models on math and coding tasks. I've found the results capable of neither innovative work nor thinking outside the box. They're straight-A students raised by tiger moments who never let them play freely for hours in the dirt.

Perhaps you could say such models are skilled --- but intelligent? Not by my measure.

looksjjhg•4m ago
That took what 2 years? I love how the chip ban made them more efficient
copperx•10m ago
Speed and reliability.
Alpha3031•21m ago
You said it yourself, model size and hardware. Big models cost more (good optimisation reduces things slightly, but they still need the hardware).
efficax•16m ago
it's a big honking trillion some parameters model. it's not cheap to run
jjice•4m ago
Qwen Max is their large model - over a trillion params. Similar to Kimi K3 in size. Qwen 3.8 27B is going to be more accessible to your own hardware. I'd say that Qwen Max is not approachable for the majority of people and companies to self-host.

The DISTINCT in Your COUNT

https://boringsql.com/posts/distinct-in-your-count/
1•gmcabrita•1m ago•0 comments

Large genome models used to design new viruses

https://arstechnica.com/science/2026/08/large-genome-models-used-to-design-new-viruses/
1•pera•2m ago•0 comments

xAI Ignores Laws and Profits: Rules for Thee, Not for Me

https://illegal.solutions/posts/xai_pollution
1•speckx•3m ago•0 comments

After 23 years, I finished my indie video game

https://www.missilemassacre.com
2•jevonsparadox•6m ago•1 comments

The Judgment Decorator

https://www.insideainative.com/p/the-judgment-decorator
1•mmayernick•6m ago•0 comments

Landscape and Perspective on Recursive Self-Improvement from a Neolab

https://poetiq.ai/posts/rsi_perspective/
1•gkapur•6m ago•0 comments

Emacs project adds official AGENTS.md

https://lists.gnu.org/archive/html/emacs-devel/2026-08/msg00077.html
2•untilted•7m ago•0 comments

We're Suing the Makers of I-Ready

https://www.educationprogress.org/p/were-suing-the-makers-of-i-ready
1•barry-cotter•8m ago•0 comments

Why ARM Disassembly Looks "Too Simple"

https://comuniq.xyz/post?t=1512
2•01-_-•8m ago•0 comments

AI designs a novel E. coli killer (first publicly announced AI-designed virus)

https://news.stanford.edu/stories/2026/08/evo-2-ai-tool-e-coli-killer-bacteriophages
2•alephnerd•8m ago•1 comments

Anhedonia

https://en.wikipedia.org/wiki/Anhedonia
1•klaussilveira•9m ago•0 comments

EV8: The Post-Ultimate Alpha [pdf]

https://research.ac.upc.es/pact01/keynotes/emer.pdf
1•twoodfin•12m ago•0 comments

Anybody tried Laguna S 2.1 (by Poolside)?

2•spottedmarley•14m ago•0 comments

Cloudflare Connect 2026

https://www.cloudflare.com/connect/
1•guessmyname•14m ago•0 comments

Amazon to Offer GLP-1 Weight-Loss Drugs to Medicare Part D Patients

https://www.wsj.com/health/pharma/amazon-to-offer-glp-1-weight-loss-drugs-to-medicare-part-d-pati...
2•bookofjoe•14m ago•1 comments

Horse-Drawn Railway

https://en.wikipedia.org/wiki/Horsecar
1•CGMthrowaway•14m ago•0 comments

The age of "no code" has passed

https://blog.exe.dev/the-end-of-no-code
3•zazuke•16m ago•0 comments

AI and the Enshittification Era with Cory Doctorow [video]

https://www.youtube.com/watch?v=-dAIJRjb-Bw
3•CharlesW•16m ago•0 comments

Sticky or slippery? Snails can change their slime to meet the moment

https://www.npr.org/2026/08/06/nx-s1-5920383/snail-slime-mucus-inspire-new-materials
1•speckx•17m ago•0 comments

Demise of the monoculture: many have never heard UK's record-breaking No 1 song

https://www.theguardian.com/music/2026/aug/05/demise-monoculture-why-have-so-many-never-heard-uk-...
2•coloneltcb•18m ago•0 comments

Personal AGI [video]

https://www.youtube.com/watch?v=eRrc1pUY5oU
1•tosh•18m ago•0 comments

Software Giant SAP Stops Most Travel and Hiring Because of AI's Soaring Cost

https://www.404media.co/software-giant-sap-stops-most-travel-and-hiring-because-of-ais-soaring-cost/
1•cdrnsf•19m ago•0 comments

Qwen3.8-Max reproduce a research paper

https://github.com/QwenLM/qwen-code
1•dyfang•20m ago•0 comments

Show HN: Gitdebt.com, open source repo stats and star history for GitHub repos

https://gitdebt.com/
2•andrewzeno•21m ago•0 comments

Japanese Governmen Asks US Government to Stop Using Mario, Pokemono Meme Posting

https://mainichi.jp/articles/20260803/k00/00m/010/133000c
2•m463•23m ago•0 comments

Agentsview – Browse, search, and track costs across all your AI coding agents

https://github.com/kenn-io/agentsview
1•gilad•23m ago•0 comments

SCTPhantom: An 18-Year-Old SCTP Asconf Transport Use-After-Free

https://matrix.tencent.com/en/2026/08/06/sctphantom-CVE-2026-64564
1•eyberg•24m ago•0 comments

East Frisian Tea: The German Tea Culture You've Never Heard of (2025) [video]

https://www.youtube.com/watch?v=eiCLHO-vbNE
1•Tomte•27m ago•0 comments

After Decades of Drought, Water Is Rising in the African Sahel

https://e360.yale.edu/features/sahel-groundwater-climate-monsoon
2•BigTTYGothGF•27m ago•0 comments

Seiche

https://en.wikipedia.org/wiki/Seiche
1•thunderbong•27m ago•0 comments