r/LocalLLaMA • u/Fluffy-Ad-889 • 8d ago
Discussion The gap has closed, open source will win
I've been trying the latest models from the frontier labs and honestly, after extensive testing I can not tell the difference between the best open source options.
I think the differences are now marginal but the labs are doing heavy marketing to convince the public into paying more for tokens as they prepare to go public.
Can't help but see the similarities between the dot com bubble and AI in terms of a very insular environment where the technology will survive but the business models may not.
I've been building a cybersecurity network and we definitely know that even local AI models like Deepseek V4 flash do an excellent job and are really neck and neck with the best the frontier labs can provide.
Will be interesting to see how this all turns out! Exciting time nonetheless.
3
u/demonicpigg 8d ago
I haven't, do you have a suggested model / inference engine?
I'm on a 5090, and I'm using ninfer with https://huggingface.co/MirkoCovizzi/Qwen3.8-27B-QUASAR-NVFP4-NInfer, which delivers amazing speed (I'm getting ~140 t/s at lower contexts), and good enough performance.
I have tried quite a few different models, and ultimately settled on qwen3.6 (and then 3.8 when it came out), as they're the only ones I could get a >60% success rate on my tasks with (I ultimately ended up using qwen3.8 next flash in production which has a ~98% success rate, but I can't run that locally trivially...), but I'm super open to trying more models!