this post was submitted on 28 Sep 2024
304 points (97.2% liked)

People Twitter

5034 readers
662 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a tweet or similar
  4. No bullying.
  5. Be excellent to each other.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 6 days ago (1 children)

If people aren't getting anything out of llms they're using them wrong.

If you blindly copy paste code you don't understand from chatgpt there's obviously a problem

Get it to generate single functions at a time with the requirements clearly defined and then actually read over the code and it's an amazing tool

[–] [email protected] 3 points 5 days ago (1 children)

I like built-in AI autocomplete more than an actual AI chat. It's amazing at filling in code that is really obvious so I don't have to type it myself. Anything even remotely complex will be subtly wrong though, so it's only good for reducing tedium.

[–] [email protected] 2 points 5 days ago

Exactly. It's good at generating anything you know well enough that you'll instantly spot the errors, but it shouldn't be used for anything you aren't fully comfortable with doing by hand