this post was submitted on 24 Nov 2023
-2 points (49.5% liked)

Technology

58108 readers
3869 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 9 months ago* (last edited 9 months ago) (1 children)

This is pretty low level stuff but every dev I've showed this to found it surprising (I hang out on a slack community for designers and devs so it wasn't just like 2 people)

https://www.youtube.com/watch?v=8y7GRYaYYQg

It's just a matter of time.

[โ€“] [email protected] 4 points 9 months ago

I didn't find it surprising, because I do stuff like it every day (except I'm using Copilot integrated into my IDE, not ChatGPT).

What he did was very cool. But he's a game developer who already knows all the parts he needs and what to ask for, and he still has to do a lot of work by hand. He glossed over it quickly, but there are parts where he had to add code to specific, already-existing blocks of code in his program, and in order to do that, he had to know and understand what the current code was doing.

And throughout the video, he had to know not only what to ask for, but how to ask for it. That takes experience and understanding.

It's possible that eventually, programming for a lot of people will mean expertise in interacting with large language models + lesser expertise in the actual programming language, but I don't see that as likely to end programming as we know it. In fact, it might cause a surge in developer demand as the bar to entry lowers again, much like it did in the 2000's. And there will always be demand for people with a deep understanding of the actual code, because they'll be necessary for things like performance improvement, bug fixing... and writing the next generation of large language models.