If they instead read it, and distill it down to “have you checked X?” Someone with the full understanding can easily go: “Yes, X doesn’t fit because of this other reason.” within seconds. Sometimes this happens without asking a teammate. However, when I do ask I’m not asking for you to ask Claude and paste the results, I have my own tokens for that. I’m asking you because I think your knowledge will be helpful in finding the answer.
Don't be a meat proxy
451–460 of 786 posts
Re: Don't be a meat proxy
#452In the past, avoiding this process was called plagiarism, and it was frowned upon, to put it mildly. Now, because the LLMs say it's OK, it's become the norm.
The, "this is what Claud said", response also comes off like an appeal to authority. When these LLMs have no authority and get the basics wrong constantly.
Re: Don't be a meat proxy
#453I deal with this all day long at work and it’s exhausting. People almost acting like no one has thought of it “I asked Claude what happened, and it spit out this 300 line response. Can you read it for me and see if it’s right?” What kills me is you might expect this from a busy high level manager that doesn’t really understand the technical details and they just point the AI to an error they got. They don’t know how…
Re: Don't be a meat proxy
#454Earlier quoted context omitted.
I’m not a developer, but when I watch devs whose work process is prompt, copy-paste, try to run, paste error into code, try to run, etc. I can’t help but think they’re unskilled. There’s no brain engagement, no understanding of the bigger picture, just being a worse slower agent.
Sure, but even worse, is the state-of-the-art: they use a cli agent and the "copy-paste, try to run, paste error, try to run" loop is called "Agentic engineering." Now we have to believe they're 10/10? I see no difference there except speed at the cost of whatever little understanding may have been gained by the manual inspection between steps.
Re: Don't be a meat proxy
#455Earlier quoted context omitted.
I just can’t understand why this is not a fireable offense. Like, I can see getting a strong warning the first time somebody notices you do this, then if you persist you’d have to be let go. Just like anybody else who is clearly not doing their job. Why would you tolerate this sort of behavior at your company?
I get it’s annoying and I personally hate it but firing someone for it is ridiculous. Are you expecting everyone to rewrite everything from an AI before they share it because that doesn’t sound a good use of company time either.
Re: Don't be a meat proxy
#456Earlier quoted context omitted.
He's basically asking other people to do his job for him, because he knows that the AI doesn't truly do it well enough. I would say to him that if he wants me to do his job, he needs to pay me his salary.
My VP boss calls me 6 times a day to help him understand his copilot responses and asks why we aren't doing what copilot says we should do. I then have to spend multiple hours explaining why. His peers call him to understand their copilot responses which he then copilots and calls me to help interpret. On and on and on
Re: Don't be a meat proxy
#457Earlier quoted context omitted.
My experience is it’s over eager engineers who we would have historically considered not strong who suddenly feel able to contribute in a different way
I know exactly the persona you’re describing. It’s unfortunate because they have a great learning tool now. I always felt bad for over eager engineers who were not strong. They had the right attitude but I thought lacked the learning resources and perhaps the learning skills others stronger engineers had. Before if you found yourself in an area you don’t understand. Some people make it all the way through school with…
Re: Don't be a meat proxy
#458My pet peeve is endless Confluence Wiki pages that are clearly written by Claude (or whatever agent they like to use). I get bombarded with these, like it means something. Usually I say: "let me summarize this with my agent", but people rarely get the point.
A week goes by and the topic comes back around. They actually took the time to read the page and realized everything was wrong and nothing made sense. They saw the page was updated (daily), went to go check the changes, and saw the whole page was rewritten each time, so they couldn't tell what changed. At this point they start to see the anti-value of all this, but keep falling for it every time they run across a new page.
Re: Don't be a meat proxy
#459Earlier quoted context omitted.
I’m not a developer, but when I watch devs whose work process is prompt, copy-paste, try to run, paste error into code, try to run, etc. I can’t help but think they’re unskilled. There’s no brain engagement, no understanding of the bigger picture, just being a worse slower agent.
Sure, but even worse, is the state-of-the-art: they use a cli agent and the "copy-paste, try to run, paste error, try to run" loop is called "Agentic engineering." Now we have to believe they're 10/10? I see no difference there except speed at the cost of whatever little understanding may have been gained by the manual inspection between steps.
x=ctrl-c("output error report")
eval(ctrl-v(x))
sleep(10)
user("Input...")
something like this?Re: Don't be a meat proxy
#460I deal with this all day long at work and it’s exhausting. People almost acting like no one has thought of it “I asked Claude what happened, and it spit out this 300 line response. Can you read it for me and see if it’s right?” What kills me is you might expect this from a busy high level manager that doesn’t really understand the technical details and they just point the AI to an error they got. They don’t know how…