this post was submitted on 28 Mar 2024
403 points (97.2% liked)

Technology

57432 readers
3970 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
[–] [email protected] 26 points 4 months ago (2 children)

One of the first things I noticed when I asked ChatGPT to write some terraform for me a year ago was that it uses modules that don't exist.

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

The same goes for Ruby. It just totally made up language features and gems that seemed to actually be from Python.

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

Not that it's a programming language, but it also makes up rules for 5e D&D if you ask to play a game.

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

They really are just like us.

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

Could you give an example? I really want to know what silly rukes it came up with.

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

It wasn't an extensive session, and "making up rules" is a bit perhaps strong as an expression. Perhaps "ignoring rules", would be more apt. It just replied with something that a DM might say in a given scenario, without understanding why.

Like it kept asking me what to do after I told it, in specific terms, that I use my action and my bonus action. Basically allowed me to sit there as a sorcerer spamming endless spells, didn't really understand spell slots or actions, but if you reminded it about them, then it pretended it had understood them all the time.

I'm sure it's somewhere in my history, but also, just go ask one to DM you an impromptu battle and check for yourself.

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

It seems to shortcut implementations that require more than one block, and mimicks parameters from other functions.

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

I have this problem with ChatGPT and Powershell. It keeps referencing functions that do not exist inside of modules and when I'm like "that function doesn't exist" its like "try reinstalling the module" and then I do and the function still isn't there so I ask it for maybe another way to do it, and it just goes back to the first suggestion and it goes around in circles. ChatGPT works great sometimes, but honestly I still have more success with stack overflow