frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Something is afoot in the land of Qwen

https://simonwillison.net/2026/Mar/4/qwen/
164•simonw•1h ago

Comments

raffael_de•1h ago
> me stepping down. bye my beloved qwen.

the qwen is dead, long live the qwen.

airstrike•1h ago
I'm hopeful they will pick up their work elsewhere and continue on this great fight for competitive open weight models.

To be honest, it's sort of what I expected governments to be funding right now, but I suppose Chinese companies are a close second.

zoba•1h ago
I tried the new qwen model in Codex CLI and in Roo Code and I found it to be pretty bad. For instance I told it I wanted a new vite app and it just started writing all the files from scratch (which didn’t work) rather than using the vite CLI tool.

Is there a better agentic coding harness people are using for these models? Based on my experience I can definitely believe the claims that these models are overfit to Evals and not broadly capable.

sosodev•1h ago
I've noticed that open weight models tend to hesitate to use tools or commands unless they appeared often in the training or you tell them very explicitly to do so in your AGENTS.md or prompt.

They also struggle at translating very broad requirements to a set of steps that I find acceptable. Planning helps a lot.

Regarding the harness, I have no idea how much they differ but I seem to have more luck with https://pi.dev than OpenCode. I think the minimalism of Pi meshes better with the limited capabilities of open models.

ChrisArchitect•1h ago
More discussion:

https://news.ycombinator.com/item?id=47246746

sosodev•1h ago
I really hope this doesn't hinder development too much. As Simon says, Qwen3.5 is very impressive.

I've been testing Qwen3.5-35B-A3B over the past couple of days and it's a very impressive model. It's the most capable agentic coding model I've tested at that size by far. I've had it writing Rust and Elixir via the Pi harness and found that it's very capable of handling well defined tasks with minimal steering from me. I tell it to write tests and it writes sane ones ensuring they pass without cheating. It handles the loop of responding to test and compiler errors while pushing towards its goal very well.

paoliniluis•1h ago
what's your take between Qwen3.5-35B-A3B and Qwen3-Coder-Next?
sosodev•1h ago
In my experience Qwen3.5 is better even at smaller distillations. From what I understand the Qwen3-next series of models was just a test/preview of the architectural changes underpinning Qwen3.5. So Qwen3.5 is a more complete and well trained version of those models.
kamranjon•1h ago
In my experience qwen 3 coder next is better. I ran quite a few tests yesterday and it was much better at utilizing tool calls properly and understanding complex code. For its size though 3.5 35B was very impressive. coder next is an 80b model so i think its just a size thing - also for whatever reason coder next is faster on my machine. Only model that is competitive in speed is GLM 4.7 flash
xrd•58m ago
What do you use as the orchestrator? By this I mean opencode, or the like. Is that the right term?
simonw•56m ago
I use the term "harness" for those - or just "coding agent". I think orchestrator is more appropriate for systems that try to coordinate multiple agents running at the same time.

This terminology is still very much undefined though, so my version may not be the winning definition.

karmakaze•11m ago
We don't have a Qwen3.5-Coder to compare with, but there is a chart comparing Qwen3.5 to Qwen3 including Qwen3-Next[0].

[0] https://www.reddit.com/r/LocalLLaMA/comments/1rivckt/visuali...

Twirrim•57m ago
I've been testing the same with some rust, and it's has spent a fair bit of time going through an infinite seeming loop before finally unjamming itself. It seems a little more likely to jam up than some other models I've experimented with.

It's also driving itself crazy with deadpool & deadpool-r2d2 that it chose during planning phase.

That said, it does seem to be doing a very good job in general, the code it has created is mostly sane other than this fuss over the database layer, which I suspect I'll have to intervene on. It's certainly doing a better job than other models I'm able to self-host so far.

sosodev•47m ago
Some of the early quants had issues with tool calling and looping. So you might want to check that you're running the latest version / recommended settings.
Aurornis•36m ago
> it's has spent a fair bit of time going through an infinite seeming loop before finally unjamming itself.

I think this is part of the model’s success. It’s cheap enough that we’re all willing to let it run for extremely long times. It takes advantage of that by being tenacious. In my experience it will just keep trying things relentlessly until eventually something works.

The downside is that it’s more likely to arrive at a solution that solves the problem I asked but does it in a terribly hacky way. It reminds me of some of the junior devs I’ve worked with who trial and error their way into tests passing.

I frequently have to reset it and start it over with extra guidance. It’s not going to be touching any of my serious projects for these reasons but it’s fun to play with on the side.

a3b_unknown•55m ago
What is the meaning of 'A3B'?
simonw•53m ago
It's the number of active parameters for a Mixture of Experts (misleading name IMO) model.

Qwen3.5-35B-A3B means that the model itself consists of 35 billion floating point numbers - very roughly 35GB of data - which are all loaded into memory at once.

But... on any given pass through the model weights only 3 billion of those parameters are "active" aka have matrix arithmetic applied against them.

This speeds up inference considerably because the computer has to do less operations for each token that is processed. It still needs the full amount of memory though as the 3B active it uses are likely different on every iteration.

abhikul0•18m ago
Are you running it locally with llama.cpp? If so, is it working without any tweaking of the chat template? The tool calls fail for me when using the default chat template, however it seems to work a whole lot better with this: https://huggingface.co/Qwen/Qwen3.5-35B-A3B/discussions/9#69...
nu11ptr•15m ago
What hardware do you have it running on? Do you feel you could replace the frontier models with it for everyday coding? Would/will you?
bigyabai•9m ago
I'm getting ~30 tok/s on the A3B model with my 3070 Ti and 32k context.

> Do you feel you could replace the frontier models with it for everyday coding? Would/will you?

Probably not yet, but it's really good at composing shell commands. For scripting or one-liner generation, the A3B is really good. The web development skills are markedly better than Qwen's prior models in this parameter range, too.

skeeter2020•1h ago
Getting a bit of whiplash goin from AI is replacing people, to AI is dead without (these specific) people. Surely we're far enough ahead that AI can take it from here?

Wild times!

vidarh•1h ago
Who is suggesting "AI is dead without (these specific) people"? People are wondering what it means specifically for the Qwen model family.
mhitza•1h ago
We've gone from AGI goals to short-term thinking via Ads. That puts things better in perspective, I think.
softwaredoug•1h ago
I wonder how a US lab hasn't dumped truckloads of cash into various laps to ensure these researchers have a place at their lab
mft_•1h ago
Indeed; or, Europe badly needs a competitive model to hedge against US political nonsense.
tiahura•25m ago
Competitive models are illegal in the EU.
ivan_gammel•25m ago
Offering „You are welcome“ relocation package to Anthropic might be a good idea.
bilbo0s•1h ago
They probably have tried, but you have to have more cash than those researchers feel they can get starting their own lab. When you consider the fact that their new startup lab would have the entire nation of China as, in effect, a captive market; you start to see how almost any amount of money would be too little to convince them not to make a run at that new startup. If money is their aim.

I think Alibaba needs to just give these guys a blank check. Let them fill it in themselves. Absent that, I'm pretty sure they'll make their own startup.

I do think it'd be a big loss for the rest of the world though if they close whatever model their startup comes up with.

simgt•36m ago
> I do think it'd be a big loss for the rest of the world though if they close whatever model their startup comes up with.

That's very likely to happen once the gap with OpenAI/Anthropic has been closed and they managed to pop the bubble.

bobthepanda•11m ago
I don’t know, the EV bubble deflated and Chinese firms are still pumping them out with subsidies like their life depends on it.
velcrovan•1h ago
What the US has done is dumped truckloads of cash to make it likely that as a legal immigrant you will be abducted and sent to a camp.
riddlemethat•27m ago
This is FUD. The US has dumped truckloads of cash to make it likely that masked men with no cameras and little training will parade around abducting anyone they even suspect of being an illegal immigrant, after even Yale admitted it's likely that more than 22M+ people came here illegally. https://insights.som.yale.edu/insights/yale-study-finds-twic...

It'd be good if Congress could do something to remove the masks, put cameras on these agents, and for the local governments to stop fighting removal of all people who are here illegally so we can pretend we have borders again.

gordonhart•21m ago
Surely you know that this is an extreme misrepresentation? There are >35 million legal immigrants in the US. It's far from "likely" that as one of them you're abducted and sent to a camp.
autoexec•9m ago
Give them time, they've only just started. They do waste a lot time abducting random US citizens though.
ecshafer•45m ago
China is also giving them dump trucks full of cash though. Plus you have to content with the nationalism reason (unfortunately this has died off in America for too many). The idea of building your country is valued for most Chinese I have met. Plus China is incredibly nice to live in, especially if you have lots of money and/or connections. So you can work in China, get paid lots of money, feel like you are doing good. Or In America you can get paid lots of money, and get yelled at by people online because the Government wants to use your model.
danny_codes•38m ago
China city life is amazingly convenient. Trains and subways are just such an enormous quality of life boost. Add to that the relative cleanliness of having nearly zero homelessness and you’ve got something very compelling.

I will say we are winning in accessibility. China doesn’t have much of a ramp game

softwaredoug•20m ago
All very true.

I wonder if you max out your options in China. It seems the Party is suspicious of ambition and high profile winners. I'm sure you can live comfortably, but there's a ceiling.

jamespo•31m ago
Damn that social conscience, huh?
petcat•23m ago
> Or In America you can get paid lots of money, and get yelled at by people online because the Government wants to use your model.

Isn't it just straight-up illegal in China to refuse the government from using your model? USA isn't perfect, but at least it has active discourse.

gaoshan•23m ago
ICE has been detaining Chinese people in my area (and going door to door in at least one neighborhood where a lot of Chinese and Indians live). I was hearing about this just last week as word spread amongst the Chinese community here (Ohio) to make sure you have some legal documentation beyond just your driver's license on you at all times for protection. People will hear about this through the grapevine and it has a massive (and rightly so) chilling effect. US labs can try but with US government behaving like it is I don't think they will have much luck.
sourcegrift•18m ago
Yes. Yes, so true. And the phd types building these models are probably even scared in China that ICE will fly there to deport them.
bobthepanda•14m ago
Yeah, the Hyundai factory fiasco kind of dashed the idea that the enforcement would spare people working in favored industries setting up in the US.
vonneumannstan•1h ago
Were they kneecapped by Anthropic blocking their distillation attempts?
butILoveLife•1h ago
>I’m hearing positive noises about the 27B and 35B models for coding tasks that still fit on a 32GB/64GB Mac

Isnt it interesting that you never see someone say "I used this on my Mac and it was useful"

Instead we get "you could put this on your Mac" or "I tried it, and it worked but it was too slow"

I feel like these people are performing an evil when they are making suggestions that cause a waste of money.

kamranjon•1h ago
I use Qwen 3 Coder Next daily on my mac as my main coding agent. It is incredibly capable and its strange how you are painting this picture as if its a fringe use case, there are whole communities that have popped up around running local models.
butILoveLife•1h ago
Can I doubt your claim? I have had such terrible luck with AI coding on <400B models. Not to mention, I imagine your codebase is tiny. Or you are working for some company that isnt keeping track of your productivity.

I am trying super hard to use cheap models, and outside SOTA models, they have been more trouble than they are worth.

benatkin•1h ago
I think this is directing coders towards self-sufficiency and that's a good thing. If they don't end up using it for agentic coding, they can use it for running tests, builds, non-agentic voice controlled coding, video creation, running kubernetes, or agent orchestration. So no, it's not evil, even if it doesn't go quite as expected.
simonw•1h ago
The thing I'm most excited about is the moment that I run a model on my 64GB M2 that can usefully drive a coding agent harness.

Maybe Qwen3.5-35B-A3B is that model? This comment reports good results: https://news.ycombinator.com/item?id=47249343#47249782

I need to put that through its paces.

JLO64•1h ago
Yesterday I test ran Qwen3.5-35B-A3B on my MBP M3 Pro with 36GB via LM Studio and OpenCode. I didn’t have it write code but instead use Rodney (thanks for making it btw!) to take screenshots and write documentation using them. Overall I was pretty impressed at how well it handled the harness and completed the task locally. In the past I would’ve had Haiku do this, but I might switch to doing it locally from now on.
xrd•57m ago
I suppose this shows my laziness because I'm sure you have written extensively about it, but what orchestrator (like opencode) do you use with local models?
simonw•54m ago
I've not really settled on one yet. I've tried OpenCode and Codex CLI, but I know I should give Pi a proper go.

So far none of them have be useful enough at first glance with a local model for me to stick with them and dig in further.

xrd•46m ago
I've used opencode and the remote free models they default to aren't awful but definitely not on par with Gemini CLI nor Claude. I'm really interested in trying to find a way to chain multiple local high end consumer Nvidia cards into an alternative to the big labs offering.
NortySpock•12m ago
I managed to get qwen2.5-coder:14B working under ollama on an Nvidia 2080 Ti with 11GB of VRAM, using ollama cli, outputting what looks like 200 words-per-minute to my eye

It has been useful for education ("What does this Elixir code do? <Paste file> ..... <general explanation> "then What this line mean?")

as well as getting a few basic tests written when I'm unfamiliar with the syntax. ("In Elixir Phoenix, given <subject under test, paste entire module file> and <test helper module, paste entire file> and <existing tests, pasted in, used both for context and as examples> , what is one additional test you would write?")

This is useful in that I get a single test I can review, run, paste in, and I'm not using any quota. Generally I have to fix it, but that's just a matter of reading the actual test and throwing the test failure output to the LLM to propose a fix. Some human judgement is required but once I got going adding a test took 10 minutes despite being relatively unfamiliar with Elixir Phoenix .

It's a nice loop, I'm in the loop, and I'm learning Elixir and contributing a useful feature that has tests.

multisport•1h ago
inb4 qwen is less of a supply chain risk than anthropic
hwers•1h ago
My conspiracy theory hat is that somehow investors with a stake in openai as well is sabotaging, like they did when kicking emad out of stabilityai
ilaksh•53m ago
Does anyone know when the small Qwen 3.5 models are going to be on OpenRouter?
armanj•43m ago
they're already there ?? https://openrouter.ai/qwen/qwen3.5-27b
ilaksh•14m ago
Like 4B, 2B, 9B. Supposedly they are surprisingly smart.
yorwba•10m ago
There are smaller ones on HuggingFace https://huggingface.co/models?other=qwen3_5&sort=least_param... with 0.8B, 2B, 4B and 9B parameters.
quantum_state•38m ago
I would second that Qwen3.5 is exceptionally good. In a calibration, it (35b variant) was running locally with Ada NextGen 24GB to do the same things with easy-llm-cli in comparison with gemini-cli + Gemini 3 Pro, they were at par … really impressive it ran pretty fast …

The Iran War's Most Precious Commodity Isn't Oil, It's Desalinated Water

https://www.bloomberg.com/opinion/articles/2026-03-04/iran-war-the-most-precious-commodity-is-wat...
1•ck2•1m ago•0 comments

Pure Independence

https://collabfund.com/blog/pure-independence/
1•herbertl•3m ago•0 comments

Stop Rebuilding Front End Apps for Environment Variables (REP RFC)

1•olamide226•3m ago•1 comments

Console Inbox

https://www.console.com/blog/inbox-ai-service-desk/
1•gk1•4m ago•0 comments

Distributed Systems Simulator

https://paperdraw.dev/
1•eminemence•4m ago•1 comments

Show HN: I improved my handwritten math OCR (now preserves derivations)

https://www.useaxiomnotes.com/app
1•mrajatnath•4m ago•1 comments

Autonomous Weapons vs a Nineteen-Year-Old at a Checkpoint

https://cezarcocu.com/blog/autonomous-weapons-vs-a-nineteen-year-old-at-a-checkpoint/
1•ggamecrazy•5m ago•0 comments

The Shortcut No One Talks About in Early Stage Startups

1•vibecoder21•8m ago•0 comments

Solar in poor countries is creating a lead hazard

https://www.slowboring.com/p/solar-in-poor-countries-is-creating
3•ep_jhu•8m ago•0 comments

Show HN: Bashd – Helper scripts for bulk CLI file management

https://github.com/terpinedream/Bashd
1•terpinedream•10m ago•0 comments

No-backprop SNN scores 98.2% on Split-MNIST task-incremental, age 14

https://github.com/theGcmd/SNNcontinual-learning
1•theGcmd•11m ago•0 comments

Major data leak forum dismantled in international cybercrime operation

https://www.europol.europa.eu/media-press/newsroom/news/major-data-leak-forum-dismantled-in-globa...
3•dryadin•12m ago•0 comments

Show HN: Scout-and-Wave – Parallel agent coordination via prompts

https://github.com/blackwell-systems/scout-and-wave
2•daynablackwell•12m ago•0 comments

New RAGLight feature: deploy a RAG pipeline as a REST API with one command

https://github.com/Bessouat40/RAGLight
2•bessouat40•12m ago•1 comments

Monday CEO "If you think about any company, 90% of the context isn't documented"

1•kalturnbull•13m ago•0 comments

The Best AI Tools That Respect Your Privacy

https://decrypt.co/359454/best-ai-tools-respect-privacy
4•eustoria•13m ago•1 comments

Agent frameworks are solving the wrong problem

https://github.com/MrPrinceRawat/kanly
2•mrprincerawat•14m ago•1 comments

Ask HN: Will using LinkedIn with OpenClaw get me banned?

2•Vishal19111999•14m ago•1 comments

A taxonomy of text output (from tools that want to be too clever)

https://utcc.utoronto.ca/~cks/space/blog/sysadmin/ProgramTextOutputTaxonomy
2•ingve•15m ago•0 comments

Ask HN: Will using WhatsApp with OpenClaw get my account banned?

2•Vishal19111999•15m ago•0 comments

Who Writes the Bugs? A Deeper Look at 125,000 Kernel Vulnerabilities

https://pebblebed.com/blog/kernel-bugs-part2
1•MBCook•15m ago•0 comments

The uncomfortable truth about getting people off US tech

https://blog.dougbelshaw.com/getting-off-us-tech/
2•eustoria•16m ago•0 comments

Eight Sleep raises $50M at $1.5B valuation

https://techcrunch.com/2026/03/04/eight-sleep-raises-50m-at-1-5b-valuation/
1•simonebrunozzi•16m ago•0 comments

Show HN: Non-Human Assistant with near AGI capabilities

https://github.com/AmplifyCo/novabot
1•amplifyco•16m ago•0 comments

Show HN: QLoRA fine-tuning in .zse INT4 format by ZSE

1•zyoralabs•17m ago•0 comments

Bluesky's Firehose in 3D

https://firehose3d.theo.io/
2•thrance•21m ago•0 comments

Tape as Context

https://tape.systems/
1•recrush•21m ago•0 comments

Stockpile witholding funds, support is non-existent

1•kaishiro•23m ago•0 comments

How Tech Turned Against Women

https://www.ft.com/content/60e2a900-8999-46cc-8107-4f468f442aae
4•mooreds•24m ago•1 comments

Show HN: CodexBar for Android – Monitor Claude/Codex quotas on your phone

https://github.com/hyunnnchoi/CodexBar-android
1•hyunnnchoi•24m ago•0 comments