| As a hobbyist exploring LLMs since Summer 2022 (electrician by trade)... I've been as blown away by generative AI results/output as I've been left laughing at its hallucinations. My first forays were via CrAIyon & ThisWordDoesNotExist .com . Now, four years later: I've finally been able to purchase a 5070Ti (from a ~1080Ti~ – so, an upgrade). The past few days have been overwhelming as I explore the rights/wrongs of bigger offline models (more parameters, even if They're [only] Made Out of Weights). ---- My twin, an actual brilliant engineer (me: amateurhour), after playing with this new "toy" [discussing chessboard layout, electrical engineering concepts] deduced (accurately IMHO): "it's able to be wrong FASTER – don't let this be discouraging it's an incredible piece of hardware but I still cannot trust it for citing reference material." My general Qwen3:14b model was unable to troubleshoot a bespoke coding issue (as expected, it's not a code-er). I have minimal coding experience, but he is a professional hardware engineer; I've been self-tasked to play around with "any coding model that might solve a bug I'm having with a current piece of firmware" – so that should be an interesting conceptual experience for both me and twin. Anybody have a good coding model (it's whatever language Atmel Arduino uses, by default) that runs on a 5070Ti, best? |
Start by asking the model why "whatever language atmel arduino uses" makes no sense.
Atmel is a company that makes chips, some of them are AVR some of them are ARM. The language? well, you can get a compiler and use (mostly) whatever you want, unless you are talking about the machine code.
Arduino is the software platform + dev/prototype board manufacturer.