I am a bit of a greybeard around new tools, and even today my usage of ChatGPT is limited, so I will give my 2c. You're right, in most cases, Google + Github search is faster to achieve a certain task vs typing out your problem and waiting for ChatGPT to generate results (personal opinion). Nonetheless, here are a few things where ChatGPT saves a lot of time: 1. Generating config files: Eg, Webpack, Docker-compose. D…
idk I feel like [3] aside, doing all of those things doesn't take me very much time? Also, I think that turning to ChatGPT to compose a shell pipeline is a smell
That said, I wouldn't recommend using the standard ChatGPT interface for generating code -- just use a solution that integrates with your IDE/editor, and use it as some kind of coding autocomplete. (You can sometimes even trick the AI to converse with you in the comments, eg. /* Question: what is the gcc option to enable all warnings? Answer: ... ), so it can be super convenient when you just have a random question while typing code in your IDE or editor.
100% would recommend everyone to try it out.