this post was submitted on 09 Jul 2025
4 points (75.0% liked)

Thoughtful Discussion

342 readers
2 users here now

Welcome

Open discussions and thoughts. Make anything into a discussion!

Leaving a comment explaining why you found a link interesting is optional, but encouraged!

Rules

  1. Follow the rules of discuss.online
  2. No porn
  3. No self-promotion
  4. Don't downvote because you disagree. Doing so repeatedly may result in a ban

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] m_f@discuss.online 2 points 1 month ago

I saw a comment elsewhere that found a way to make the hallucinations useful:

I've found this to be one of the most useful ways to use (at least) GPT-4 for programming. Instead of telling it how an API works, I make it guess, maybe starting with some example code to which a feature needs to be added. Sometimes it comes up with a better approach than I had thought of. Then I change the API so that its code works.

Conversely, I sometimes present it with some existing code and ask it what it does. If it gets it wrong, that's a good sign my API is confusing, and how.