|
|
|
|
|
by peterangular
1151 days ago
|
|
All in good faith, I believe that receiving assistance from ChatGPT is far more useful than looking up snippets on a search engine. Instead of delving through semi-appropriate snippets, I can concisely describe what I need in one or two sentences and ChatGPT typically provides an accurate result, unless the query is opinion-based, complex, or obscure. I am not expecting perfect code since I take it upon myself to polish the output. I am now experimenting with ChatGPT parsing our own historical documentation, such as API references, and even basic markdown notes. When it comes to API endpoints I can get 80-90% accurate boilerplate. Admittedly, ChatGPT cannot provide assistance in understanding unexpected behavior, unless perhaps it is due to a misunderstanding of the language. And, though it is true that resolving API endpoint issues can be a time-consuming task, this does not negate the time savings that ChatGPT can provide in other situations. I would urge you to try it out in your own workflow before calling shots on if the usefulness is negligible or not. And even then, I'd say not every tool is for everyone. This thing is really helping me out and I'm seeing long-term viability for it in my workflows. |
|
What makes you think I didn't? I already stated that:
> It only seems useful for when you know exactly what to do, but you don't feel like typing it all out - which happens
It does pretty well in these kind of situations when the code in question is trivial, but in my experience the time savings coming from that are minor. In fact, its main value comes from my ADHD mind not being able to focus on boring stuff I already know how to do - in those cases, GPT gets me the boilerplate I can start operating on right away, which sure is helpful as otherwise I'd just end up in a web browser scrolling some stuff. Other than that? It seems like verifying ChatGPT's output is much more time consuming than doing it on your own as soon as you get out of "problems copy'n'pastable from StackOverflow" territory.