I think if anything, you'll be spending a lot of time code reviewing AI output. Reading code and thinking about if its failure cases is a good thing. Having to constantly do this could make you sharper at that. (EDIT:) Also to clarify that you are still the one that has to see the forest from the trees with the problems you are working, so the "how things fit together" is still a skill to develop.
Ask HN: What are your thoughts on ChatGPT as a professional?
21–30 of 65 posts
Re: Ask HN: What are your thoughts on ChatGPT as a professional?
#22The first insight is that an article that I need to publish could be proofread immediately while before I used an incredible professional content editor that could take hours for reviewing and improving the article. The editor continues to work for us though ;-). In general, the ChatGPT answers should not be copy and pasted but be merged with your content.
Another insight is that ChatGPT is gradually replacing or being a complement to Google Search. Google Search is terrible nowadays and simple questions in ChatGPT are a good way to start a search in a domain that you are not expert at. It needs a dialectic approach but works.
I would say garbage-in / garbage-out: if you interact with original questions the tool could be more insightful but be always critical of the output.
Re: Ask HN: What are your thoughts on ChatGPT as a professional?
#23Re: Ask HN: What are your thoughts on ChatGPT as a professional?
#24Re: Ask HN: What are your thoughts on ChatGPT as a professional?
#25I have tried copilot in my IDE, but I just don't see the value. About 50% of the time the suggestions are not useful or correct, 50% of the time the suggestions are what I was typing which is exactly what code completion does.
Re: Ask HN: What are your thoughts on ChatGPT as a professional?
#26It makes mistakes all the time even for simple tasks.
Re: Ask HN: What are your thoughts on ChatGPT as a professional?
#27Re: Ask HN: What are your thoughts on ChatGPT as a professional?
#28Ask it to explain every line of something, after the fact. Ask it for better ways of doing things. Ask it how you can make code more robust, what and how you can test it. Be better than your peers at using it. The world will only increase usage of this new thing so why not just be really good at it.
In the grand scheme of things it's about the value that you add, and some of that will be getting into a new problem fast and sometimes it'll be your understanding of fundamentals. Do both, use whatever tools you need. Buy books, read open source code, read blogs, use AI.
Re: Ask HN: What are your thoughts on ChatGPT as a professional?
#29I'm getting the most out of it when I'm doing stuff so new to me that I don't have the right words to even search on google, there it's very useful to try and ask it questions the same way I'd ask a (non-asshole) human, and rather than (intentionally misunderstanding my by taking every word literally and assuming I know what it means), it will try and explain what it understood form what I said..
Non-technical example where I found it easier to just ask chatgpt is "What's that spice that some people really hate and says tastes like soap, and others don't really mind?"
"exactly, what's it called in danish"
very natural exchange and gave the right answer
Re: Ask HN: What are your thoughts on ChatGPT as a professional?
#30I find it particularly useful when I'm responding to a client with something technical. ChatGPT can sharpen up the message, clarify points in a client-friendly way, and hit the right tone.
Great for throwing around ideas and getting some feedback before diving into the code too.
I find it's easy to go wrong if you're too trusting of the output though. For important questions, I'll get some initial guidance from ChatGPT to refine my research rather than outright accept any answer it gives.