zlacker

[parent] [thread] 0 comments
1. hn_thr+(OP)[view] [source] 2023-11-21 04:07:56
When people write stuff like this, I wonder if they've ever seriously used ChatGPT at all.

I use ChatGPT all the time in my software dev job and I find it incredibly helpful. First, it's just much faster than pouring over doc to find the answer you want when you know what you're asking for. Second, when you don't know exactly what you're asking for (i.e. "How would I accomplish X using technology Y"), it's incredibly helpful because it points you to some of the keywords that you should be searching for to find more/corroborate. Third, for some set of tasks (i.e. "write me an example of code that does this") I find it faster to ask ChatGPT to write the code for me first - note this one is the least common of the tasks I use ChatGPT for because I can usually write the code faster.

Yes, I know ChatGPT hallucinates. No, I don't just copy-and-paste the output into my code and press enter. But it saves me a ton of time in some specific areas, and I think that people that don't learn how to use generative AI tools effectively will be at a huge productivity disadvantage.

[go to top]