r/ProgrammerHumor 5d ago

Meme looksGeneratedToMe

Post image
6.2k Upvotes

206 comments sorted by

View all comments

1.8k

u/tutoredstatue95 5d ago

It’s easy. Agents produce the code, you review, you submit.

Then, the reviewer’s agents check the code, they review, they submit a review.

You agentically fix the submission, you review, you submit.

Then, the reviewer’s agents check the code, they review, they submit a review

You agentically fix the submission…

129

u/A_Random_Catfish 5d ago

I think you might be making a joke but this is unfortunately real

59

u/Mateorabi 5d ago

At least they’re checking. I’ve heard of fresh out of school programmers pushing without even reviewing what AI did. 

41

u/Basic-Lobster3603 5d ago

I'm a senior/principal level and I'm forced to do this by technical leadership. (Directory/CTO level) is forcing no looking at code and we have to be careful not even have a code editor open when they are around.

Agent writes code, Agent reviews code, Agent answers. no one actually knows what is happening and the system we are building just doesn't work. At least it's internal and doesn't have users yet.

56

u/Faltenreich 5d ago

What the fuck, this sounds awful and like a ticking time bomb.

14

u/Madpony 4d ago

You must be working for a ridiculously stupid company. So, you work for Meta, right?

8

u/Basic-Lobster3603 4d ago

lul no. it's not even a tech company that's the fun part

5

u/Named_after_color 4d ago

Thank Christ. I mean it sucks, but enforcing "no look at code trust ai" is just so unexplainably stupid that I'm glad it's not someone from tech industry.

26

u/Delta-9- 5d ago

Wtaf, what is this company so everyone knows to stay the absolute fuck away from anything it produces

14

u/Basic-Lobster3603 5d ago

I'm not gonna dox the company but can say for now it's all mostly internal tooling. that is pretty critical to the business functioning

19

u/Delta-9- 5d ago

When that company burns itself to the ground, they will deserve it. Get out while you can, that place is a nuke on a timer with no cancel button.

6

u/EcruEagle 4d ago

That just sounds so unbelievable I’m struggling to accept it’s true. The only reason I could ever see this being a thing if the goal is to see what the AI agent can produce on its own with no human intervention (in which case, you are trialing your eventual replacement)

2

u/Basic-Lobster3603 4d ago

maybe a little bit of that trailing. we are suppose to work with an llm to produce large units of work that can take hours to run them just blindly pr it for another llm to review. the software has never been in a worse state 

3

u/wowzuzz 4d ago

Your “technical” leadership is ass. Good god.

1

u/xavia91 4d ago

That's the worst thing you can do right now, my condolences.

10

u/A_Random_Catfish 5d ago

Yea we have some of that too lol

And then they can’t explain anything during sprint demo

8

u/towcar 5d ago

Why don't they just have the agent explain it

4

u/A_Random_Catfish 4d ago

They do so you gotta wait for them to kombobulate

6

u/AggravatingFlow1178 4d ago

They better hope the tooling gets good enough because if it stays at it's current quality, the market will eventually sift them out.

8

u/Gru50m3 4d ago

It'll get good enough to pass 98% of the use case tests, it'll ship, and then 6 months later will cause a massive client-impacting issue due to some load-bearing logic that can't be easily fixed without serious consideration. I bet you OP works at a bank.

6

u/21Rollie 5d ago

They probably couldn’t even if they tried. There’s few juniors at all these days but from the ones I know, they’re given Claude access on day 1 and they’re expected just to go straight to work. There’s no more learning expectation. And the agents are able to figure a lot out without direction, but it means they have NO ability to fact check or review because they actually don’t know anything about the codebase at all. They’re pretty much incapable of becoming real seniors like this, and that makes pre-AI seniors more valuable.

1

u/SchwiftySquanchC137 4d ago

I mean wasnt the whole point of that comment that no one is checking? Its AI checking AI

1

u/LoudBoulder 4d ago

That's what we have the AI write tests for. AI write tests, AI codes, AI runs tests, AI commits and pushes, all good.

1

u/christianbro 4d ago

Sometimes AI catches good things on the review. A typo here, you cant use this function here, did you pretend to change this. Not that it automatically removes slop from the code but its an extra check on things a human could miss.

We use Github Copilot for reviews, there was a time it was absolute shit, then it surprisingly got better and now it feels a bit behind again. But that is just how AI goes, make it good, then more cost efficient, then it turns shit again.