882
submitted 7 months ago by Sibbo@sopuli.xyz to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] alexdeathway@programming.dev 14 points 7 months ago

Does anybody mind explaining, how this might have happened?

[-] manny_stillwagon@mander.xyz 72 points 7 months ago

Copilot is a LLM. So it's just predicting what should come next, word by word, based off the data its been fed. It has no concept of whether or not its answer makes sense.

So if you've scraped a bunch of open source github projects that this guy has worked on, he probably has a lot of TODOs assigned to him in various projects. When Copilot sees you typing "TODO(" it tries to predict what the nextthing you're going to type is. And a common thing to follow "TODO(" in it's data set is this guy's username, so it goes ahead and suggests it, whether or not the guy is actually on the project and suggesting him would make any sort of sense.

[-] alexdeathway@programming.dev 2 points 7 months ago

I thought it synced some requests and assigned projects to another user (Saw an ad about github Copilot managing issues and writing PR descriptions sometime ago)

load more comments (5 replies)
load more comments (8 replies)
this post was submitted on 13 Mar 2024
882 points (99.8% liked)

Programmer Humor

32266 readers
58 users here now

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

Rules:

founded 5 years ago
MODERATORS