this post was submitted on 06 Mar 2026
80 points (100.0% liked)

technology

24275 readers
200 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 5 years ago
MODERATORS
 

I feel like I just need somewhere to run right now and I don't have anywhere really. I've started this new job about a month ago and the whole schtick was that we'd be rewriting this old app to meet a tight deadline and immediately putting it on a code freeze to make something better to replace it.

fine, I get it, tight deadlines and lots to do of course you going to tempted to use AI. when youre architecting a complex application on top of APIs that you've not worked with before you're going to miss stuff anyway. But honestly, out of the four of us, two of the mobile devs are some of the biggest pig shits I've ever had to work with. fundamentally having to explain that this guy can't just merge his changes into the main branch, or not to leave file spanning comments spat out by Gemini to explain the code that he's not even bothered to read, A shit that goes beyond being in a rush to not being competent to do the job you've been given.

again, fine, I can get around some of this with the promise of slowing down and picking up The new projects and enforcing some higher quality standards which everyone supposedly wishes for. fine.

nope. whilst me and the other competent dev are trying to sort out the slop that has been dumped on the app in question over the last month, the deadline has passed us (something which I said was going to happen but was ignored), and the two vibe coders have complained that they "don't have any work to do" And on now architecting the next fucking project with senior team members whilst I'm getting grilled over "why is XYZ taking so long?" because the fucking vibe code is vibe coded that you fucking hacks and you rewarded them with this new project.

it's disheartening, because I said all of this upfront, but because I wasn't the first person in the team out of the gate my opinions are basically worth as much as this rant will (understandably) be worth to most of you: pittance.

I'm not the best programmer on earth, not even the most experienced, but it does my fucking head in to have imposter syndrome every time I log into work every morning because there are two sodding imposters in front of me getting the credit!!! absolute dog shit.

I don't know. round time. free Palestine and free Iran and death 2 America xxx

you are viewing a single comment's thread
view the rest of the comments
[–] Carl@hexbear.net 14 points 21 hours ago* (last edited 14 hours ago) (2 children)

I mass deleted all of my vibed code recently, it's really good at making you feel like you're accomplishing something but as I learned once my big project got past a certain point of complexity it just became completely unable to add new features to it without breaking everything in ways I couldn't understand because I had offloaded all of my thinking during the dev process. I kept seeing the same bugs regress over and over again, which I realized was because the LLM was changing bits of the code that it wasn't supposed to be working on to what it thought was correct, repeating the same mistakes over and over.

These days I think the only decent use case for LLMs is as a suped up Google search, and even then the only reason they're good at that is because using Google manually has been enshittified by generative content.

[–] laranis@lemmy.zip 3 points 19 hours ago

Thank you for sharing this. I'm not a crack software guru by any means. And, I was impressed the first time I asked cline to spin up a web server with a few features and it fucking did (on http://localhost:8080/, of course). But it took me about two more iterations to come to the same conclusion you did.

AI is good at writing code that it has seen. It cannot solve new problems or make decisions based on complex criteria. There are probably vibers out there who would say, "lol, get gud at prompts, noob" but I call bullshit. And the fact that these hacks are getting recognized is infuriating and I am only consoled by the fact that, in time, the truth will become evident.

[–] MrPiss@hexbear.net 3 points 20 hours ago

They also seem to be good at summarizing certain documents. Not that I'd know, cause I haven't touched that garbage.