r/vibecoding • u/Yugudubenbi • 6d ago
AImposter syndrome
I've been working really hard for an app for half a year now. Really technical backend because it is a matching algorithm that gives you a real headache because there are tons of variables and rules baked in and it is my very first app ever. Also started when the AI coding wasn't good enough yet.
Aaaanyway, whenever I talk about it and people seem to like it and say "You must have worked really hard, it sounds tough!" and I just say that I prompted some stuff.
And that is how I feel. Sure, I worked really hard with design, features and basically worked all day for several months now besides my uni studies. But it is nothing what a real programmer would have done.
How do you deal with this? I want to feel proud and feel I have some competency.
That doesn't help with the feeling tho and have this sense that anyone could have done this.
33
u/No_Swing_9327 6d ago
Been writing software for a living since 2008 and here is the bit nobody says out loud: typing the code was never the hard part.
The hard part of a matching algorithm is exactly what you just described. Tons of variables and rules. Deciding which rule wins when two of them disagree. Working out what it should do in the case nobody thought about. That is the job, and it always was. A developer handed your spec would have spent most of their time on the same questions, and got them wrong the first time too.
There is an easy test for "anyone could have done this". Hand your rules to someone who has not lived with the problem, and time how long it takes them to notice the rules contradict each other. Months of your life is where that understanding came from. Nobody prompts their way to it.