Linus Torvalds reckons AI is ‘90% marketing and 10% reality’
Linus Torvalds reckons AI is ‘90% marketing and 10% reality’

Linus Torvalds reckons AI is ‘90% marketing and 10% reality’

The Linux creator is interested in AI, but the hype means he "basically ignores" it.
10% is being generous. The parts of “AI” that aren’t just an expensive way of getting exciting-looking but unreliable results are mundane things like autocorrect, image upscaling models, handwriting recognition and such: unglamorous statistical learning in narrowly constrained domains nobody would claim is on the verge of becoming sentient and spawning the Singularity.
LLMs can be very useful if you understand how they work. The danger is when you assume that its correct.
This. Sorry but I'm a web developer and one of my colleagues obviously uses it without checking if it is correct, then bugs me or others when he doesn't understand why it doesn't work as expected. It is frustrating as hell and I've explained it to him multiple times:
He does none of these things. I swear he is the laziest developer I've ever met, and I've met my fair share.
I dunno, it helped me with excel formulas quite a bit. I only had to use non ai sources multiple times to correct the errors the ai kept giving me, but it still set the ground work for standard forum users to fix.
Honestly, AI is super useful if what you need doesn't require much creativity. For example, if I want to know how to setup an eDiscovery case in Exchange Online then I can probably trust Copilot to tell me the correct answer.
If I need to write a block of code to check for XSS or CSRF, then no, AI is not going to be trustworthy.
If it's something that's been done and written about dozens of times before, an LLM will probably barf up something resembling it.