ChatGPT is hilariously incompetent… but on a serious note, I still firmly reject tools like copilot outside demos and the like because they drastically reduce code quality for short term acceleration. That’s a terrible trade-off in terms of cost.
I enjoy using copilot, but it is not made to think for you. It’s a better autocomplete, but don’t ever let it do more than a line at once.
Yup, AI is a tool, not a complete solution.
As a software engineer, the number of people I encounter in a given week who either refuse to or are incapable of understanding that distinction baffles and concerns me.
The only thing ChatGPT etc. is useful for, in every language, is to get ideas on how to solve a problem, in an area you don’t know anything about.
ChatGPT, how can I do xy in C++?
You can use the library ab, like …That’s where I usually search for the library and check the docs if it’s actually possible to do it this way. And often, it’s not.
Yeah, it’s amazing at showing you the idiomatic way to do really specific, narrow-scoped things in a language you’re not familiar with… except for when it’s wrong.
I predict that, within the year, AI will be doing 100% of the development work that isn’t total and utter bullshit pain-in-the-ass complexity, layered on obfuscations, composed of needlessly complex bullshit.
That’s right, within a year, AI will be doing .001% of programming tasks.
Can we just get it to attend meetings for us?
Legitimately could be a use case
“Attend this meeting for me. If anyone asks, claim that your camera and microphone aren’t working. After the meeting, condense the important information into one paragraph and email it to me.”
Here is a summary of the most important information from that meeting. Since there were two major topics, I’ve separated them into two paragraphs.
- It is a good morning today.
- Everyone is thanked for their time. Richard is looking forward to next week’s meeting.
The rest of the information was deemed irrelevant to you and your position.
“look i registered my own domain name all by myself!”
the domain: “localhost”
I’m an elite hacker and I grabbed your IP address from this post. It’s 192.168.0.1 just so you know I’m not bluffing.
What is the joke here?
The joke is it’s an iMessage chat and they are sending a Windows path which doesn’t make sense for iOS or Mac, the only two operating systems that support iMessage.
User claims to have made a website using chatgpt, putting programmers out of their jobs. However, it’s revealed user knows next to nothing about making that website accessible for others, as revealed from the last line. User sent a local link (that works for their own computer only) to their friend (which naturally shouldn’t work).