I did the same thing. I also asked it to stop coming off as so certain about things after I discovered how wrong it is on some topics. It now presents confidence levels, but who knows if that’s accurate. At least it reminds me to verify.
- 0 Posts
- 3 Comments
Joined 3 years ago
Cake day: August 9th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Brujones@lemmy.worldto
Showerthoughts@lemmy.world•What happened in Canada is the appropriate reaction to when a dictator says he wants to take over your country.
9·1 year agoHell yeah fuck yeah. Thank you, Canada!

I got curious about x86 assembly, so I followed some tutorials to get the hang of it. Once I had some confidence, I wrote a prime number generator. I had a loop that I was sure could be more efficient, but couldn’t figure it out.
I pasted the code to ChatGPT. It came back with an optimization that wouldn’t work because it wasn’t preserving critical register values. I pointed that out, and it responded, again and again, with the same code with the same problem. I was never able to get it out of this broken record mode.