this post was submitted on 20 Nov 2023
1687 points (98.1% liked)

Programmer Humor

31331 readers
209 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ToothlessFairy 119 points 7 months ago (3 children)

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.

[–] EatYouWell 61 points 7 months ago (1 children)

Yup, AI is a tool, not a complete solution.

[–] [email protected] 11 points 7 months ago (1 children)

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.

[–] EatYouWell 2 points 7 months ago

That's because it's being advertised as a solution. That's why you have people worried it'll take their jobs when in reality it'll let them do the job better.

[–] takeda 44 points 7 months ago (1 children)

The problem I have with it is that all the time it saves me I have to use on reading the code. I probably spend more time on that as once in a while the code it produces is broken in a subtle way.

I see some people swearing by it, which is the opposite of my experience. I suspect that if your coding was copying code from stack overflow then it indeed improved your experience as now this process is streamlined.

[–] [email protected] 9 points 7 months ago

I use Codeium and I've found it helpful for things like guessing what the next line is if it's similar to the line I just wrote, but terrible if I'm thinking about how to actually solve a problem and it keeps suggesting wrong answers that make me think about them, realize they're wrong, forget the solution I was working on in my head before that.

[–] [email protected] 5 points 7 months ago (1 children)

Same as ChatGPT is better web search.

[–] nogrub 2 points 7 months ago (1 children)

id rather search the web than chatgpt because i fact check it anyway

[–] [email protected] 2 points 7 months ago (1 children)

I don't know if it does yet, but if ChatGPT starts providing source for every information, then it would make it much faster to find the relevant information and check their sources, rather than clicking websites one by one.

[–] tourist 2 points 7 months ago

Yep, ChatGPT4 allows optional calls to Bing now.

It used to have a problem with making a claims that were not relevant to or contradicted its own sources, but I don't recall encountering that problem recently.