this post was submitted on 24 Feb 2024
239 points (91.9% liked)

Technology

55692 readers
6281 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] tinsuke 8 points 4 months ago (1 children)

Trying to make real and good use of AI generative models are cracks in the magic.

[–] [email protected] 17 points 4 months ago (2 children)

It's pretty useful if you know exactly what you want and how to work within it's limitations.

Coworkers around me already use ChatGPT to generate code snippets for Python, Excel VBA, etc. to good success.

[–] cm0002 16 points 4 months ago

Right, it's a tool with quirks, techniques and skills to use just like any other tool. ChatGPT has definitely saved me time and on at least one occasion, kept me from missing a deadline that I probably would have missed if I went about it "the old way" lmao

[–] [email protected] -3 points 4 months ago (2 children)

You mean they're using it to write boilerplate which shouldn't have been written in the first place.

[–] [email protected] 2 points 4 months ago (1 children)

Call it whatever makes you feel happy, it is allowing me to accomplish things much more quickly and easily than working without it does.

[–] [email protected] 1 points 4 months ago (1 children)

Until someone has to maintain it.

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

That's why I said code "snippets". I don't trust it to give me the entire answer right from the get go, because I acknowledge its limitations and review it before pasting it in. I find it works better if I tell it to generate specific code rather than everything at once.

Plus, we're not working on mission critical server stuff here. Those are code used for data analysis which probably could also be found on Stackoverflow anyway. If it works, it works.

[–] [email protected] 1 points 4 months ago (1 children)

Why? If you know how to incorporate "boilerplate" and modify it correctly into your own code, what difference does it make if its from ChatGPT or Stackoverflow?

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

Difference to copy and paste from stackoverflow, probably not terribly much. The latter is already bad.

It's as if the young'uns heard the term "10x developer" and decided that not understanding what you're doing is the way to get there.