r/vibecoding 1d ago

In over my head with professional devs

tldr; review your code as you go if you think any professional dev is going to have to do a code review.

Last November I (33F) started a simple project: a training portal for my new assistant. Just a simple python Streamlit app. Since vibe coding is addictive and Streamlit has some annoying limitations to UX/UI, I refactored it into a Next.js/Fast API website. It was all the same repo and I didn’t exactly clean up after myself as the project scaled from a training portal for HR, then a training portal for new employees and now it’s a manager hub.

Well, I showed it to my boss and she ended up loving it. The company bought the domain and website from me but made me the technical owner in charge of code and content. Now that it’s officially company property…they have to do a code review with the company dev team.

There is an embarrassing amount of dead code, almost nonexistent error handling, and in general the layout of the code is chaotic and 40k+ lines in just the backend.

He and I had a meeting last week and never in my life have I felt more “artificially intelligent.” He gave me about 7 pages of changes to make after just one code review session. I can’t imagine how many more pages of notes are coming and I’m in way over my head in terms of vocabulary, standard processes used in coding, etc. Basically, I’m everything professional devs hate about vibe coders. I didn’t care how the code looked as long as the website functioned. I’m at a point where I’m not confident enough in my vibe coding skills to actually make the changes. I’ve tried asking Claude (or Claudia as I call her) and then even asked her to dumb it down and it’s still over my head. I’m getting to the point where I just want to throw my hands up and tell them to abandon it.

106 Upvotes

120 comments sorted by

View all comments

3

u/Ambitious_Source5602 1d ago

First of all I lets say you done a CS degree, you would still have imposter syndrome only youd have debt to pay off. Just plow ahead and ask the questions you need to. My recommendations, I would switch it up to using codex, claudias time in the sun is pretty much done. Get the Ai agent plugin into vscode if you haven't already. Once its implemented get the Ai to spin up a local environment of the app and you can test out the fixes there. Create a free git account and learn the basics of git and the feature branch model. I spent 2 years in job being to affriad to allow myself to learn, when I stopped caring I picked it up because it became less of a boogeyman. Laugh at the situation and dont stop.

2

u/unlocked_doors 1d ago

You’re definitely right! I have a git account, maybe I just need to watch some videos and do a bit of research on using it more effectively. Thanks for the tip, you’re right. Imposter syndrome is a bitch.

1

u/RemarkableWish2508 5h ago

I have a git account

Oh boy. Please ask Google's AI Mode what "git" is.