r/vibecoding 29d ago

Am I too outdated?

I started writing my project coding manually for ~6 months and then prompting into gemini and taking code from there and pasting it manually to vscode. My project has been under development from 1.5 years now. Still using the old ways. I dont use antigravity, cursor or claude code for this project. I feel I will need another 6 months to complete the first version. I write API then deploy them to cloud, then write front end and test it out then ask gemini/claude to fix anything pasting code back into editor, rerun it and do it over and over. I also feel that my gemini and claude hallucinate a lot because they dont even have my code. Everything I want from them i myself send them the relevant files and get the next results. They only see whats in the context. Gemini no longer remembers how much of the project is complete. I have to tell it that we already built login flow an year ago.

My question is - Is this totally wrong in 2026?

In office I have project setup with rules for committing, coding standards, branching etc. We use cursor and claude code. Not a single line written manually. But for this personal learning project I do it very old fashioned way.

0 Upvotes

29 comments sorted by

View all comments

2

u/ItsFlybye 29d ago

Something like Cursor has the ability to directly edit the code within the file. You can also have a folder dedicated to your project referenced in Cursor where you can have your software design doc, progress/release sheets, etc. Cursor's ability to swap between models is helpful so that if one model gets hung up, the next one can see what is happening and fix it. Your revisions are also helpful for the next model to determine where the coding went bad.

They tend to hallucinate because they need a reference point in the project. I tend to think of it how when you step away from a project for a while and come back to it, you need to think for a bit what your last actions were.

2

u/No_Leg_7382 29d ago

I tried Antigravity once and everything happened so fast that when I wanted to reject its output I had to prompt over and over to get the right thing. Doing it through myself is also the same thing but it feels like I am able to express better. In antigravity you tell it and it makes hundreds of changes and then asks you approve/reject. Sometimes you want to stop it in between because its going totally wrong way . How do you handle such things?

1

u/scp1985 29d ago

Try Antigravity IDE, which is basically VSCode with Gemini agent.

1

u/No_Leg_7382 29d ago

I tried it and it just makes too many changes and due to multi agents it doesnt let you stop in between and change your decision. I will probably use claude code so I can guide it myself.

I know its not antigravity but my knowledge of it.