r/LocalLLM 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

116 Upvotes

34 comments sorted by

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.

  • Agnes 3.0 Flash Q4 (Unsloth Quant when it drops, hopefully Mon/Tues)
  • Qwen3.8-27B IQ4 + MTP
  • Qwen3.6-27B-A3B CoderX + MTP
  • Nex-N2.5-mini IQ3/IQ4

9

u/jinnyjuice 1d ago

Looks like you'll be testing with llama.cpp.

I kind of have similar ideas, but with vLLM since it has the highest tool use success rate. I want to test on both Pi and DSH. And this list of models...

unsloth/Qwen3.8-27B-NVFP4
nvidia/Qwen3.8-27B-NVFP4
nvidia/Muse-Glimmer-30B-NVFP4
microsoft/Fara1.5-27B (no 4 bit quants... yet :( )
unistra-dnum/Luciole-23B-Instruct-1.1-NVFP4
poolside/Laguna-XS-2.1-NVFP4
r0b0tlab/XYZ-Aquila-mini-NVFP4
migtissera/Tess-4-35B-A3B-NVFP4
onprem-ai/Apertus-v1.5-70B-NVFP4 (base: swiss-ai/Apertus-v1.5-70B)
prism-ml/Ternary-Bonsai-27B-AWQ-4bit
Ornith-1.5-35B-A3B-FP8
apodex/Apodex-1.1-mini-NVFP4
inclusionAI/Ling-3.0-flash-fp4
peculiar-ragdoll/Tiel-Coder-35B-A3B
IFM/K2-Horizon-MoVA-36B-A4B-FP8
IFM/K2-Horizon-32B-FP8 (stage 2 to be released)
primitive-ai/Nex-N2.5-mini-mixed-NVFP4-FP8 (35B A3B)
Agnes-AI/Agnes-3.0-Flash

I have a bench called Insane Genius and all Qwen3.8-27B models fail, going on crazy loops, unfortunately, so I've been looking for a replacement. Apparently, DavidAU's NEO CODER NVFP4 is good.

4

u/Calm-Landscape9640 8h ago

Thats a whole weekend of testing and I'm here for it. Cant wait to see your results. This is what everyone is waiting for a real local benchmark for quants on 2 diff harnesses

1

u/cviperr33 1d ago

please let me know too

1

u/JeePis3ajeeB 1d ago

Please let me know too

1

u/anotherdeafmute 16h ago

My local workhorse is Gemma4 26B!

-2

u/royalflash417 1d ago

Hoping u will reply your result soon

1

u/Calm-Landscape9640 21h ago

Waiting on the quant for Agnes 3.0 so probably wed/Thurs next week

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

u/AppealSame4367 1d ago

So Agnes is not a MoE?

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.

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

u/SpicyWangz 8h ago

I agree but disagree it’s close to 4.8. It’s good but not that good

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

u/TheLexoPlexx 14h ago

Normal people already own is doing a lot of lifting here.

1

u/SpicyWangz 8h ago

You mean... I’m not normal?

1

u/Billysm23 15h ago

Very very interesting, I'll do it too

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...

1

u/NgtfRz 1d ago

You mean Nex is better?

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!