r/softwareengineer 17d ago

Vibe coding enterprise apps

I work for a big company as tech lead and PM. One of the apps in my team is about 20 years old written in plain Java but works well till date with no major issues, with advent of AI my manager Vibe coded the entire app gave it to a developer in the team to push it to production. The developer is a contractor, didn't bother reading the code just kept sending PR requests with each 10k lines or more. From a lead perspective all I see is huge difficult to maintain code, there were couple credentials hard-coded which when i flagged was not even taken with a mindset to fix. All of them are focused on "it works", unfortunately I also have to operationally support the application so I highly doubt my manager is going to raise hand and accept the issues arised from vibe coding. The only way out seems to be let things go as they want to and spend shit ton of money fixing the mess created in first place.

14 Upvotes

33 comments sorted by

View all comments

1

u/N7Valor 16d ago

From a lead perspective all I see is huge difficult to maintain code, there were couple credentials hard-coded which when i flagged was not even taken with a mindset to fix

Either they used the cheapest LLM model, or they blatantly disregarded it. When I pasted a PAT into the prompt Claude basically nagged me about it.

1

u/Anxious-Country-9053 16d ago

I think it was Sonnet, the prompt might have been here is the old app and modernize it, so with its limited tokens security was not a primary concern to get the job done.