this post was submitted on 08 Jul 2025
36 points (100.0% liked)

Programming Circlejerk

211 readers
1 users here now

Community to talk about enlightened programming takes

Rules:

founded 5 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 day ago

Using AI on libraries you know inside and out (you know all the attributes of the classes you're working with and you know what the arguments are for every function) feels great. Using AI on libraries you're not familiar with will simply cause you to lose time because AI will give you code that returns different object types than the library is expecting. Then, instead of understanding why you're asking it to fix it, it will try variations of similar code and make up an excuse as to why now it's fixed, despite it having no clue what the problem was. Even if the code "runs" you'll have to refactor it anyways because code is not one size fits all.

It can be useful to sparking creativity but if you're not reading documentation you're just looking busy while not accomplishing much