this post was submitted on 08 Feb 2024
921 points (94.8% liked)

Programmer Humor

35331 readers
89 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

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

@JDubbleu You raise a couple of interesting, maybe sometimes conflicting points.
I'd like to comment on some:

  1. Accessibility:
    it's a good thing - to a degree. It makes a big difference if you write your own little project, and if you know your bounds then AI is a great help. Knowing those bounds, however, might require skills that some AI users may not develop due to the abstraction AI provides.
[โ€“] [email protected] 1 points 1 year ago

@JDubbleu
2) The amount of code might be a big factor for the amount of bugs. A compiler won't care, but if you have to read and maintain code, it's best to have as little as possible. Once we let an AI take care of maintenance, we're probably done for ๐Ÿ˜„

  1. A tool is only as good as its user. I second that. But then there are better or worse tools for any given job.
    I think this is the biggest issue with any tool, but AI in general: how to get people to use them responsibly.