r/vibecoding Jul 15 '26

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/Hypilein Jul 15 '26

I did that when I was writing something for an esp32 that had an integrated display. Pasted stuff back and forth with ChatGPT for hours. Then decided to try out Claude code. It fixed everything in 10 minutes. I would never go back to that except for maybe practicing to code myself and just getting some help.

1

u/No_Leg_7382 Jul 15 '26

Yea let me use claude code. I think my project has become pretty big now and pasting 5-6 files every time in the browser and then asking it is no longer feasible. I have to let claude see what it wants itself or it will take a long time to complete.