Nvidia CEO predicts the death of coding — Jensen Huang says AI will do the work, so kids don't need to learn. Coding is old news, so focus on farming. Ah yes glorious future for all of us as everyone is going to return to the farming. What makes you think machines can’t do farming? https://www.techradar.com/pro/nvidia-ceo-predicts-the-death-of-coding-jensen-huang-says-ai-will-do-the-work-so-kids-dont-need-to-learn
Nvidia CEO predicts the death of coding — Jensen Huang says AI will do the work, so kids don't need to learn

Jensen Huang believes coding languages are a thing of the past

TechRadar pro

@nixCraft
Electrolytes! It's what plants crave.

We are inching closer and closer

@nixCraft this tells me more about the nvidia ceo than anything, and I'm not even against using LLMs to aid in coding-- but you gotta be smarter than the tool, otherwise you're just a fool with a hammer (everything will look like a nail)

@anthropy @nixCraft well, you have to be smart enough to know that the tool is a bigger idiot than you are, anyway.

The main use I can see for this is avoiding "blank page syndrome" if you're having trouble getting started on something.

@RandomDamage @nixCraft it can totally help you with that, boilerplate in general, advanced security analysis of crappy old hard to read code, and many more things- but you have to understand what it outputs, and if it makes sense, if not then you're just a fool with a hammer.

It isn't meant to obsolete people, people who imply this are basically saying nailguns made carpenters obsolete, which says more about the person making the statement, even if nailguns are useful tools in the right hands.

@nixCraft this is insane. I've never been worried about an ai raking anything over. I've been worried that people will assume it's better than it is and give it decision making authority. The state if programming is already very bad, ceding the authority to write code is an abject failure of morality.
@nixCraft LLMs are better at doing CEO stuff than they are at coding

@nixCraft Who tells him that machines can do programming in the first place? -_-

Farming can't be done by robots though, not currently at least. And I'm certain that even if some aspects might, not all will. But I'm sure that he doesn't even know what he's talking a bout when he mentions farming XD

@nixCraft only the CEOs will be unreplaceable

@nixCraft , I'm going to go with Sagan on this one.

Carl Sagan — ‘Extraordinary claims require extraordinary evidence.’

That's a mighty big claim there.

@nixCraft the proof that AI won't replace workers is that managers were never replaced by flowcharts
@nixCraft Debugging crappy generated code will be a super power then and come with according salaries ^^ It's as stupid as promoting you don't need to learn how to read when there exists text to speech. 
@nixCraft I'm learning new languages for fun (currently Spanish and Rust). No AI can take it away from me :-). And I'm wondering how well all these GPU farms are secured from electromagnetic impulse... Just a thought, not that I wish something bad should happen and impact the future of AI. This field is very promissing. But all these people who lost their jobs due to this 2nd industrial revolution, they still probably have quite a lot of resources and possibilities.
@nixCraft Coder predicts inevitable death of Nvidia CEO, suggests him to return to farming.

@nixCraft

Ha ha. Fool. He should fire all his programmers. Which he won't do.

The things people do for publicity.

@nixCraft
This is EXACTLY what my uncle who worked for IBM told me in the eighties. „Don't focus on learning to programm, our machines will do this in the near future by themselfs.“
@nixCraft 🐧 @Dimitris A. Nakos it would seem AI has already replaced reporters, or that zombies ate their brains. This is like reporting « drug cartel boss says cocaine will cure cancer, no need for doctors ».

@nixCraft Even worse: What makes them think ~LLMs~ err... trained weasels... can actually code and solve complex developer problems?

You know those labels "100% BIO"? I assume one day we will have those with "100% LLM free code" for products after the feedback loops of LLM and AI misinformation have wreaked havoc across the internet and "news" even worse than they already do.

@nixCraft does he ever take that damn jacket off?
@nixCraft
He should try replacing nvidia driver developers with ai, I think that might result in a net positive for humanity.
@nixCraft im going to teach my kids coding EVEN HARDER!!
@nixCraft If AI is so good, then why the f** am I still folding my own laundry?
@nixCraft who needs people anyway?
@nixCraft what a fucking clown
@nixCraft I mean I'm ok with machines doing all work

@nixCraft

All we are saying is give feudalism a chance

@nixCraft never trust someone that recommends not to read or not to learn.
@nixCraft hahaha, I'd bet otherwise and I guess programming jobs may be extremely well paid soon if programmers start farming instead. I remember how deep learning was suppose to replace radiologists a few years back. Guess what, now we start to have not enough of them, because it looked like a poor career choice because of the previous deep learning hype...
@nixCraft Just had to finish laughing before I could type. Teaching coding at the moment and decided to try and see what ChatGPT could do with HTML and CSS. Gave it the same brief as the kids, told me to find a web developer. Paperless offices, no bookshops, synthesised music, online teaching only, they are all fads. Once people try it for a bit and realise why they did things a certain way it all changes again. I will continue teaching coding, apart from anything else, they love it.
@nixCraft He is a deluded fool. I cant believe the CEO of Nvidia i buying into the current AI media craze. Currently it is no where near half as useful as the general public think
@nixCraft ah yes, more ceo looking into the future cringe
@nixCraft I think these days the central role of CEOs is trying their best to trick uninformed people (probably to get them to buy more stocks).
@nixCraft Well I predict the end of CEOs. AI will do all the work 🙃
@nixCraft
If this is to make sense, the definition of coding must be so dumb that such a skill was /never/ needed. It has always been about analysing a problem and specifying a clear, safe and secure way to apply IT to it.

@nixCraft He comes so close to saying something I agree with, before talking complete nonsense.

Our goal, as people who design programming environments, should be to empower everyone. We should be building languages that anyone can use to build things that directly help them. There are roughly a billion people who use Excel to write formulae that solve their problems. That totally dwarfs the installed base of any other language.

That said, the difficult bit of programming is not the syntax (though we can, and should, do anything we can so simplify that). It's not even understanding things like objects, arrays, and different data types. We can abstract those away for a lot of common tasks. The thing that makes programming difficult is that you must unambiguously express your intention.

LLMs do not help here. English-like programming languages went out of favour because natural languages are incredibly bad at avoiding ambiguity. Mathematics had a couple of thousand years of avoiding natural languages for formal reasoning before anyone tried using machines for computation. People who need formal reasoning in natural language, such as lawyers, end up with baroque and incomprehensible dialects and still end up needing other humans to mediate on disagreements over what the meaning really is.

You can absolutely use a probabilistic system such as an LLM to tell a computer what to do. You can even, with some feedback from a syntax and type checker, guarantee that it will generate one of an infinite set of valid programs. With a reasonably high probability, it may even solve the problem that you want it to. With a non-negligible probability, it will solve a totally different problem. With a moderately high probability, it will solve a problem that is somewhat like yours but that is closer to something in your training set.

If you do your SEC filings, tax returns, or stock control using something generated like this, will you be able to tell the difference between a correct result or one that pasted in last year's financial regulations or last year's customer data because they were in the training set more than this year's?

@nixCraft, and who will develop the models? Will AI develop AI itself? Dangerous, isn't it?
@nixCraft Amazing how his prediction for the future is one where he and his company stand to gain a substantial benefit
@nixCraft
There's a lot to unpack in that. I will just point out:
By 'farming' he likely means farming as a field of organized study. To the extent that 'machines' (i.e. systems) do farming now, they usually do it quite badly. Good farming often makes intelligent use of big 'smart' machines in ways that are counter to what farmers are taught in college. My guess would be he doesn't understand farming to that level of detail.