Comment by tempay

2 days ago

In early 2023, I was debugging an issue in a long abandoned package that used OpenSSL and needed to be fixed for OpenSSL 3. The entire thing was a mess and the parts of OpenSSL it was using are almost entirely undocumented.

Copying a pasting into a ChatGPT window gave me the lines of code to print the error message rather than failing silently. Copying the error message then gave me a detailed explanation of problem and the diff to fix it. I still have no idea where this knowledge came from as I spent a decent amount of time searching and found nothing about this corner of OpenSSL.

I’m very confident it would have taken me a week to make sense of what the package was trying to do and with LLMs it was done in a couple of hours.