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

Memes

45520 readers
1724 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
[–] Asafum@feddit.nl 20 points 10 months ago* (last edited 10 months ago) (1 children)

I'm just starting to learn HTML and oh my fucking god do I LOVE chatGPT... Holy hell... I can't even begin to express just how amazing it is to be able to ask basic questions and not only get a reply, but provide example code, and it will elaborate or be as concise as you like... I LOVE IT! I'm especially happy to see they don't ask for your phone number and other absurdly intrusive unnecessary information anymore. That's what kept me away at first.

I do know it's not infallible and I probably won't use it as much as I move on to more complex programming.

[–] frokie@lemmy.world 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”

[–] fluckx@lemmy.world 1 points 3 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.