Hacker News
Nvidia Nemotron 3.5 Lightning
NitpickLawyer
|next
[-]
While it looks "behind" the qwen equivalent model on most benchmarks, a few personal notes:
- nemotron models feel to me a bit less benchmaxxed / "stubborn". That means that they generalise a bit better, or can be tasked to solve similar but not quite identical task types to the training data (something that's hard to do w/ qwen/ds models)
- nemotron series are also open training (w/ open training recipes and some training data public)
- nvda will have an incentive to continue this kind of releases, even if other parties slowly abandon the open release of models. Whatever other incentives 3rd party labs have (i.e. meta, goog w/ gemma, the chinese labs that IPOd, etc) nvda will always want to sell hardware so their incentive to keep pushing open models is evident and will likely continue "forever".
[1] - https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-...
adrian_b
|root
|parent
|next
[-]
https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-...
to be used for further training/fine-tuning.
https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-...
main model.
https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-...
quantized version of the previous.
https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-...
this "DFlash" model should be used together with one of the previous two "for lower-latency speculative decoding deployments tuned for low-concurrency data center and workstation workflows".
https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-...
like DFlash, the previous model above, but optimized for DGX Spark.
beklein
|root
|parent
|next
|previous
[-]
I actually copied the link from NVIDIA's Technical Blog post:
- https://developer.nvidia.com/blog/nvidia-nemotron-3-5-lightn...
You can also try the model via a free API endpoint from Openrouter, would be interesting to see if it's the BF16 or NVFP4 version:
simonw
|next
|previous
[-]
I used LM Studio and this model file: https://lmstudio.ai/models/nvidia/nemotron-3.5-lightning
I got a pretty solid (and reasonably fast) result for this simply coding agent activity (with simonw/llm-coding-agent):
llm code -m lmstudio/nvidia/nemotron-3.5-lightning \
'how does auth work?'
https://gist.github.com/simonw/a8741f79280cedc86bcb8d90edfb4... - took just under a minute.
dofm
|root
|parent
|next
[-]
It writes pretty good code; it does seem to second-guess itself in thinking traces and I wonder if it just needs a reasoning budget and message.
Each time I test a model quickly in LM Studio, I ask it:
- to write a tiny little wordpress "last login" tracker plugin, asking me clarifying questions first. I ask it to use old PHP, break the WP coding guidelines to use inline anonymous functions in the hooks, avoid custom SQL, I see if it can write something useful in a singleton class, and what questions it thinks to ask. Qwen 3.6 does this very well, Nemotron has done OK, though it's a little less effective at reading between the lines, maybe.
- to offer an answer for a SQL puzzle about finding max score per category on old MySQL (5.0) without using subquery/derived tables -- it did a good job, picked up the nuances in the prompt that allow a particular solution, didn't go on a tangent about how it would be nice to have window functions or use subqueries, did a tool call to check like I asked. With this puzzle, if the model doesn't offer up an index for performance optimisation, I nudge it; this time it didn't volunteer one but when prompted about performance it offered an index and a bunch of other nice solutions, and only there did it round up the options for subqueries and derived tables, which is fair game.
(It did badly fail the car wash test, though, even on repeated nudging, where it gets more and more insane, doubling down and never getting the point, whereas Muse Glimmer solved it and well, with a thinking trace that didn't particularly suggest it had been post-trained)
I need to test it in Pi or opencode. I've been trying to motivate my brain to move to pi, but this model supports a longer context window so maybe opencode's overlong system prompt is less of an issue.
Of the 30B models in the last 24 hours (!) I think I prefer working with Muse Glimmer, which is slow but very good, and writes rather well with just a hint of being a bit of a cheeky monkey. Not tested that in an agentic coding setting yet.
Interesting times.
bearjaws
|next
|previous
[-]
Hopefully Qwen follows up their 3.8 launch with a new 35b-a3b
WalterGR
|root
|parent
[-]
hadlock
|root
|parent
[-]
gaodean
|next
|previous
[-]
kamranjon
|next
|previous
[-]
hadlock
|root
|parent
|next
[-]
If you're already selling shovels, you might as well provide maps to the gold mine with every purchase.
lysace
|root
|parent
|previous
[-]
https://github.com/NVIDIA-NeMo/Nemotron/blob/main/docs/nemot...
thisisauserid
|next
|previous
[-]
judem
|next
|previous
[-]
dofm
|next
|previous
[-]
Bad, bad failure and no amount of nudging helps it see the point. Comical.
But it did OK on other mini tests.
varispeed
|previous
[-]
I find these releases are bad taste.
Make 1TB DGX priced affordably, not some crap model for people to waste time on.