|
|
|
|
|
by scarface74
1276 days ago
|
|
I put in a Python script I wrote to automate some things around AWS. It described the purpose of the scripts. Then I asked it make some changes and it did. I asked it why would I use it. It gave me a plausible explanation. I asked it to add comments and the comments were pretty good. I even asked it how the script could be improved and it made suggestions around adding error handling and making some hard coded names into command line parameters. I asked it to give me code to implement the suggestions and it gave me working code. It’s much better than you give it credit for. |
|
OTOH I've also asked it what day of the week a given date was and received two different wrong answers depending on the exact phrasing of the question. I've also seen it confidently "explain" why taking 90% of a number and adding 10% of that back will get you to the original number...
The trouble is the output is a mix of truth and lies, and GPT has no way to distinguish between the two.