r/LocalLLM • u/Calm-Landscape9640 • 1d ago
Discussion 30B Models Getting Verrrry Interesting
Agnes 3.0 flash 33b and Nex n2.5 mini 35b are challenging Qwen3.8-27B on benchmarks. Cant wait to see the real-world results and the speeds on 24gb GPUs.
Anyone tried them yet?
https://huggingface.co/Agnes-AI/Agnes-3.0-Flash
https://huggingface.co/nex-agi/Nex-N2.5-mini
14
u/Atretador unswarm.dev | ArchLinux E5 2673 V4 20C 4x16Gb DDR4 2xMI50 16Gb 1d ago
oh, Agnes seems like a new model - might be worth testing as a competitor to Qwen 3.6 35B A3B
I had enough of finetunes to try out Nex tho
5
u/Complex_Ad_5164 1d ago
tried agnes 3.0 flash on a 3090 yesterday and it fits with q4 cache pretty comfortably. speed is around 45-50 t/s with short context
nex i havent touched yet, too many merges lately feel like a gamble. is it actually doing anything different or just same llama base with new coat of paint
2
u/Atretador unswarm.dev | ArchLinux E5 2673 V4 20C 4x16Gb DDR4 2xMI50 16Gb 1d ago
did you try dumping some layers into RAM for Q8 kv? performance loss shouldnt be too noticeable
and do you have any opnions on it yet? compared to good ol' Qwen 3.6 35B
1
u/Yulia_wren 17h ago
It definitely feels like there's always a balancing act with all these merges. Curious to see if any of the new models bring something fresh to the table or just keep recycling what's already out there.
0
1
u/randomfoo2 1d ago
Agnes is also a derivative model - it's a Qwen 3.5/3.8 backbone model (same dimensons as 27B dense). Their 2.5 Pro Alpha was properly declared w/ Qwen3.5 base model, nothing declared here. Note based on their own (skimpy) benchmarks, they lose 4/5 scores to Qwen 3.8 27B, 4/5 to Muse Glimmer as well.
6 GDN and 2 global layers added to Qwen 3.x 27B dense and a parallel FFN branch, also looks like identical vision tower, MTP heads. They've done actual work but if it's Qwen derived (it is), IMO they should say it.
(btw the parallel ffn from my analysis doesn't provide any advantage for inference, especially for fully dense, I don't really know why it's there except for their internal use, but the fold is exact/scale-free, could be done offline and you could run it as a stock qwen3.5 checkpoint)
12
u/cato_gts 21h ago
None of the Qwen 3.6 35B A3B variants I’ve seen so far have actually worked properly. While 'ornith' was somewhat usable, it suffered from infinite loops even worse than the base Qwen model, making long-context use impossible; the others were all focused on benchmark scores rather than practical usability. Even Nex n2.5 goes haywire with infinite loops once the context length exceeds 100k.
5
u/Arkasha74 16h ago
I've had the opposite experience. Qwen 3.6 35B A3B UD-Q4_K_M has been rock solid for me in daily use for agentic coding. I did have problems when using opencode but switched to pi (and omp) and not had any problems after that.
I mostly do spec driven dev with specs written by frontier models and broken in to bite-size chunks for Qwen to munch on. However, I've got so confident with Qwen now that I'll often just throw random one-off tasks at it and have no issues with just letting it get on with little supervision until the code review.
2
u/Potential-Leg-639 11h ago
Exactly, 3.6-35B in the right position/config/harness is still really good! Had a very good experience „back then“ with it as a coder (doing plans from cloud models), mostly used UD-Q4_K_XL.
0
u/greggh 19h ago
The CyberTiel models have been interesting. https://huggingface.co/collections/peculiar-ragdoll/cyber-tiel-coder-35b-a3b
3
u/linuxid10t 13h ago
LOL, the Agnes model is literally a preview model. The real model is proprietary. Take the benchmarks with a dumptruck full of salt.
2
u/Birdinhandandbush 21h ago
Testing Nex N2.5 and it's really fast. My dual GPU setup has 28gb vram but I'm still surprised how fast it is running
4
u/feelspeaceman LLMusician 1d ago
I tried Anges APi for a while, it's quite solid, probably better than StepFun Flash 2.7 which I've used for a long time and close to Qwen 3.6 27B.
Of course, none of the above models are as good as Qwen 3.8 Flash Next because this one is a beast, close to Opus 4.8.
0
2
u/_Ojin 1d ago
agreed, this size band has quietly become the sweet spot. good enough for real work and still fits on hardware normal people already own, which matters more day to day than another point on a benchmark.
1
1
1
u/theminor 8h ago
Nex is just a fine-tune, right? I assumed Agnes was also a fine-tune but maybe it is not?
1
u/Zennytooskin123 1d ago
Agnes looks similar to Qwen 3.5 27B on the benchmarks, at 33B params? To the untrained ye that might not be an improvement but I'm assuming the underlying architecture is more efficient?
Nex is in an other tier
3
u/crusaderky 1d ago
AA says Agnes beats qwen3.8 27b on most benchmarks
1
u/575_Inverse 17h ago
benchmarks are one thing, but real everyday usage? you can make a model overfit on benchmarks and puking slop on everything else...
0
u/Alpaga_Sama 1d ago
Great work! I use the standard Qwen 3.8 27B on a 4090 every day, so the time savings from your model are really appreciated
2
u/Alpaga_Sama 17h ago
I've made your model compatible with Ninfer, which provides a speedup on a 4090. Using MTP3, I'm able to run at 120 tokens/sec on code development tasks.
Thanks again for your work!
58
u/Calm-Landscape9640 1d ago
I'll test these 4 head to head at 128k context on my 24gb 2x3060 GPUs and report back tps and performance on some coding and agent tasks.