So they would be doing engineering and not programming? To me that sounds like programmers would be a thing of the past.
Comment on In Leaked Audio, Amazon Cloud CEO Says AI Will Soon Make Human Programmers a Thing of the Past
SparrowRanjitScaur@lemmy.world 2 months ago
Extremely misleading title. He didn’t say ceos would be a thing of the past, he said developers won’t have to write code.
cheddar@programming.dev 2 months ago
realharo@lemm.ee 2 months ago
Sounds like he’s just repeating a common meme. I don’t see anything about higher level design that would make it more difficult for an AI compared to lower level tasks.
todd_bonzalez@lemm.ee 2 months ago
How is “not writing code” different from programmers being a thing of the past?
What do you think programmers do?
Zip2@feddit.uk 2 months ago
We’ll be able to use the newly found time to realise our dream of making PMs redundant by automating them.
Tyfud@lemmy.world 2 months ago
Even so, he’s wrong. This is the kind of stupid thing someone without any first hand experience programming would say.
Eyck_of_denesle@lemmy.zip 2 months ago
I heard a lot of programmers say it
Tyfud@lemmy.world 2 months ago
They’re falling for a hype train then.
I work in the industry. With several thousand of my peers every day that also code. I lead a team of extremely talented, tenured engineers across the company to take on some of the most difficult challenges it can offer us. I’ve been coding and working in tech for over 25 years.
The people who say this are people who either do not understand how AI (LLMs in this case) work, or do not understand programming, or are easily plied by the hype train.
We’re so far off from this existing with the current tech, that it’s not worth seriously discussing.
There are scripts, snippets of code that vscode’s llm or VS2022’s llm plugin can help with/bring up. But 9 times out of 10 there’s multiple bugs in it.
If you’re doing anything semi-complex it’s a crapshoot if it gets close at all.
It’s not bad for generating psuedo-code, or templates, but it’s designed to generate code that looks right, not be right; and there’s a huge difference.
AI Genned code is exceedingly buggy, and if you don’t understand what it’s trying to do, it’s impossible to debug because what it generates is trash tier levels of code quality.
The tech may get there eventually, but there’s no way I trust it, or anyone I work with trusts it, or considers it a serious threat or even resource beyond the novelty.
It’s useful for non-engineers to get an idea of what they’re trying to do, but it can just as easily send them down a bad path.
rottingleaf@lemmy.world 2 months ago
People use visual environments to draw systems and then generate code for specific controllers, that’s in control systems design and such.
In that sense there are already situations where they don’t write code directly.
But this has nothing to do with LLMs.
Just for designing systems in one place visual environments with blocks might be more optimal.
rottingleaf@lemmy.world 2 months ago
Yeah, there are people who can “in general” imagine how this will happen, but programming is exactly 99% not about “in general” but about specific “dumb” conflicts in the objective reality.
People think that what they generally imagine as the task is the most important part, and since they don’t actually do programming or anything requiring to deal with those small details, they just plainly ignore them, because those conversations and opinions exist in subjective bendable reality.
But objective reality doesn’t bend. Their general ideas without every little bloody detail simply won’t work.
SparrowRanjitScaur@lemmy.world 2 months ago
Not really, it’s doable with chatgpt right now for programs that have a relatively small scope. If you set very clear requirements and decompose the problem well it can generate fairly high quality solutions.
Tyfud@lemmy.world 2 months ago
This is incorrect. And I’m in the industry. In this specific field. Nobody in my industry, in my field, at my level, seriously considers this effective enough to replace their day to day coding beyond generating some boiler plate ELT/ETL type scripts that it is semi-effective at. It still contains multiple errors 9 times out of 10.
I cannot be more clear. The people who are claiming that this is possible are not tenured or effective coders, much less X10 devs in any capacity.
People who think it generates quality enough code to be effective are hobbyists, people who dabble with coding, who understand some rudimentary coding patterns/practices, but are not career devs, or not serious career devs.
If you don’t know what you’re doing, LLMs can get you close, some of the time. But there’s no way it generates anything close to quality enough code for me to use without the effort of rewriting, simplifying, and verifying.
Why would I want to voluntarily spend my day trying to decypher someone else’s code? I don’t need chatGPT to solve a coding problem. I can do it, and I will. My code will always be more readable to me than someone else’s. This is true by orders of magnitude for AI-code gen today.
So I don’t consider anyone that considers LLM code gen to be a viable path forward, as being a serious person in the engineering field.
SparrowRanjitScaur@lemmy.world 2 months ago
It’s just a tool like any other. Any experience developer knows that you can’t apply every tool to every situation. Just like you should know the difference between threads and coroutines and know when to apply them. Or know which design pattern is relevant to a given situation. It’s a tool, and a useful one if you know how to use it.
OmnislashIsACloudApp@lemmy.world 2 months ago
right now not a chance. it’s okay ish at simple scripts. it’s alright as an assistant to get a buggy draft for anything even vaguely complex.
ai doing any actual programming is a long ways off.