Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
Dammit, he actually has an engineering degree, I can't make snide remarks about business majors
Or can I?
Isn't this basically "CEO of AI hardware company says that more people should use AI"? Not really news, since you wouldn't really expect him to say otherwise.
Disagree. They need to learn to code. And be experts with AI tools.
Just like kids with a calculator.
I use LLMs daily to code but the more complex the issue is I try to solve the more work I have to do to get it to actually produce what I need. I feel like at some point we will get to where UML failed…it will just be easier to write the code.
But I don’t like writing long Linq queries or Angular templates or whatever, it does that quite well (70% of the time it is 70% correct or so). So it takes over the part of coding I dislike.
So no just being able to write code might be unnecessary but that’s like 10% of my day.
Writing single functions just isn't the hard part of programming in the vast majority of programs, the hard part is managing a project in a maintainable, robust, and extensible way.