If you doubt AI will ever be helpful for work, look at how ChatGPT lent me a hand in the most efficient way
Helping me write code and teaching me at the same time, in a real-world application to actual work.

The problem was simple. I just needed to write a quick Python-based function to perform a defined task wit a library. But my brain kept confusing commands and data structures from different versions of it.
So I decided to turn to ChatGPT and test if it could help me out. And hell it did!
I could get my script done in minutes, by iterating together with it about the script I was writing. Yes, it’s not a magical thing that will solve your problems, but rather something even better! It gives you a piece of code to try and then “pays attention” to your explanation of problems or errors you got, or simply to any observations you made. And based on all this information, it attempts to correct the code at the same time as it explains to you what might be going on.
Just see it with your own eyes!

Of course, as you saw in the screenshot that opens this article, I had to give it a thumbs up!
Some related articles by me
www.lucianoabriata.com I write and photoshoot about everything that lies in my broad sphere of interests: nature, science, technology, programming, etc. Become a Medium member to access all its stories (affiliate links of the platform for which I get small revenues without cost to you) and subscribe to get my new stories by email. To consult about small jobs check my services page here. You can contact me here.
