this post was submitted on 21 Dec 2023
49 points (96.2% liked)

Memes

45189 readers
1434 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] 0 points 9 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 2 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.