DE version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
73% Positive
Analyzed from 2599 words in the discussion.
Trending Topics
#models#qwen#model#experience#more#different#pro#deepseek#same#using

Discussion (98 Comments)Read Original on HackerNews
I have used both Qwen3.6-35B and Qwen3.6-27B locally (both Q8 quantized with llama.cpp). I have also used antirez's quant of DS4-flash. They all performed within the same tier, DS4 being a bit more efficient, but they all gave really good results, mainly used for bash scripting, debugging, python and some C++. I am curious what type of applications/langauges failed with Qwen? One thing to note, the chat templates were "broken" for qwen models and had to debug it, there are already effort on this. Tbh, the same with gemma.
Qwen-3.7-Plus is quite OK, good for subagent use. Way better then Sonnet.
Qwen-3.8-Max-Preview seems working just fine for me at the moment - I am playing with is right now but too early to say anything. At 10% of regular price it is a steal so far.
I've been using https://gitlab.com/gabriel.chamon/orisun which is my own simplified methodology, for coding web apps in python and elixir and have been very successful using qwen3.6 27b Q4 locally with help of larger models for architecture, so I get very suspicious when people talk how useless larger models are. They are either using it for a domain that models don't perform well or just not using it right.
Here standard plan has been discounted to $18.00, from $25.00/month.
It makes a huge difference if you're writing Javascript/HTML/CSS, Python, or C++/Rust.
Also the application type matters, e.g. user interfaces or scientific computing.
domain: typical web backend tier, mobile apps. not particularly complex, but requires OOP/architecture/system design.
I meant Opus 4.8 which is rather dumb and ineffective in coding harness, especially with higher thinking levels.
Such diametrically different ones.
I paid $2 for deepseek api, put the key in void editor and made a crypto tool in html.
It turned out to be around 67kb. I used sample files in CSV that were a few hundred lines.
It spent around $1.8 in the hour or two or light coding and follow up bugs.
Is it really really this much?
I can't imagine spending a month using it for a day job, it would cost more than the salary so what gives?
I understand the local ai and all that but do cloud providers cost this much?
Earlier I thought "billion tokens" but now not sure
I delegate small-medium tasks: refactors, summaries, research, writing tests + have very good codebase already + extensive history / architecture / docs / linters. so it picks up and does decent small-medium scope work. it is fast, accurate, cheap. does exactly what I want directly and does not waste time nor tokens.
definitely not "implement me complex greenfield project".
Pro is ~50% more expensive than Flash.
Both need babysitting.
Plan, split in small tasks, give it docs, types, tests, linter, best practice examples, etc.
Always start a new session when starting a task.
Do regular manual sanity checks, and tell it to find issues in the codebase.
I pay like $1,50 per day for Pro.
I would also add that I run it this way ~12hour a day non-stop. 300M / tokens per day (99.7% cache hit).
Anthropic should not have bugged their knowledge distillation attacks.
It is like one of Pizzaro's men crying that someone have stolen his precious golden dublons
As Lenin have said - "Loot the looters" (Russian: Грабь награбленное)
Edit: I saw online they do in fact plan to release this openly at some point – x.com/Alibaba_Qwen/status/2078759124914098291
https://xcancel.com/Alibaba_Qwen/status/2078759124914098291
I haven't tried Qwen 3.8 Max yet, looking forward to it. My hope is that its way less verbose. Another thing I experience with the Qwen models is that I do not trust their benchmark scores at all. Have anyone played with Qwen 3.8 Max and can share their experience? Which model it come close to? Sonnet 5? GLm-5? DS V4 Pro? Flash? Gemini 3.5 Flash?
Looks like they're previewing the model only on their subscription plan.
Of course they train on literally everything they get their hands on, like everyone else. If you need privacy, that's what local models are for.
Whether you trust them is different, but there ARE knobs on other hosted AI companies.
Broadly speaking, this ultimately pushes local inference towards a challenging world where you use SSD offload for weights as a matter of course; then smaller requests (or requests sharing the bulk of their context, e.g. subagent swarms) can be batched together and run quickly in aggregate, but running very large contexts will actually limit you to single-session inference and require swapping out even the KV cache itself to some external scratch SSD, further hurting your performance. Then feel free to add wide use of MTP in a probably futile effort to go back to tolerable tok/s numbers.
It is like a ping-pong game: the advantage flips back and forth between providers.
So yeah, it's the best local model I've seen. I am going to try the Qwopus 3.6 fine tune soon with the same spec and tickets and compare the output of both.
Not tried it yet but I've seen tests that suggest they've properly fixed the tool calling issues.
vLLM gives me ~7000+ tok/sec with Gemma 4's MoE model. Vs ~6000 tok/sec for Qwen 3.6 MoE.
But there’s also the quantization of DeepSeek v4 flash called dwarfstar
Made on the website, so not sure if on the API there's more thinking options...
It never was. The point of this "pelican test" was for performative reasons, or just for attention of the joke.
It is like trying to test whether if an adult elephant could actually climb up a tree and reporting that some elephants are slightly better at doing that than others while also reporting at the same time that they are all bad at tree climbing anyway.
This is an example of testing for the sake of testing. The "pelican test" tests for nothing.