Skill issue tbh
Programmer Humor
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
...of the AI?
Of the person using it. GIGO
I'm a senior dev, and copilot as a productivity tool usually pays for the monthly license multiple times per week.
Whenever I hear someone say it's useless, that tells me they are either some godlike dev who knows everything already (lol), they haven't actually used it, they are not good at integrating new tools into their workflow, or they simply haven't learned how to use it yet.
Whenever I hear that its useless I ask them to show me how they're using it. Its almost always exactly what's happening in this comic with just a tiny bit more detail lol. I think a lot of people are stuck under the assumption that a smaller more concise query is better when its really the opposite that is true. The more information you give and the more you let the LLM work through a problem with followup questions, the better the output. Its like a new Jr Dev who knows their stuff, but struggles with asking clarifying questions.
It's interesting the AI of the past and the AI now.
Still, you get there in two-thirds of the time. I'll leave it to people with the budget for CoPilot to say if it feels like less work.
My new favourite is asking GitHub copilot (which I would not pay for out of my own pocket) why the code I'm writing isn't working as intended and it asks me to show it the code that I already provided.
I do like not having copy and paste the same thing 5 times with slight variations (something it usually does pretty well until it doesn't and I need a few minutes to find the error)
Can relate