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

Programmer Humor

32483 readers
434 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ToothlessFairy 121 points 1 year 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 1 year ago (1 children)

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

[–] [email protected] 11 points 1 year 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 1 year 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 1 year 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] 5 points 1 year ago (1 children)

Same as ChatGPT is better web search.

[–] nogrub 2 points 1 year ago (1 children)

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

[–] [email protected] 2 points 1 year 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 11 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.