I used ChatGPT last week to accelerate a “DevOps” project that I had. It involved writing a bunch of relatively simple Python scripts that transformed source JSON to specifically formatted yaml.
I just told it my input and my desired output and it wrote the code perfectly. Then I kept refining the script with more specific instructions.
I also needed to document sone scripts that I previously wrote. I just copy and pasted the script into ChatGPT and asked it what does it do and used that for my README.
I even used it to create a simple FAQ for my scripts and asked “Why would you use it”? The answer to why you would use my scripts jibed with the reality.
Another use case was that I was trying to get a friend interview ready for an eventual AWS tech support position. I just sent him a series of interview questions that I would ask at an interview and told him to put those questions in ChatGPT (I had already vetted a few).
I would ask questions like “compare and contrast X and Y”? “when would you use X”? “how can you save money with Y”?