this post was submitted on 21 Dec 2023
2184 points (98.4% liked)

Memes

45635 readers
1173 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 10 months ago (1 children)

I do fairly complex programming and still use chat gpt. It will contribute to be helpful to say “write me a function that does this” rather than “how do I code this”

[–] [email protected] 1 points 4 months ago

Yeah it is kind of like the "trust, but verify" paradigm. It will likely generate useful code or a very good starting point, but you should always check if it actually does what you expect it to.

You can't trust them blindly. But They're very helpful in your day to day tasks.