Ask HN : Vibe coders: does AI keep breaking your auth and webhooks?
1–5 of 5 posts
Re: Ask HN : Vibe coders: does AI keep breaking your auth and webhooks?
#2Re: Ask HN : Vibe coders: does AI keep breaking your auth and webhooks?
#3Why would you not have (vibe coded) tests that prevent this from happening?
but when i started building a dedicated backend then i know about tests, coverage, webhooks, idempotency and all that, so i am trying to find out that is there anyone who faced this or am i the only one?
Re: Ask HN : Vibe coders: does AI keep breaking your auth and webhooks?
#4Why would you not have (vibe coded) tests that prevent this from happening?
Honestly? I did not even know tests existed, because i am of 17 and ai never mentioned so how i supposed to tell the ai that write the tests, that's why it broke. but when i started building a dedicated backend then i know about tests, coverage, webhooks, idempotency and all that, so i am trying to find out that is there anyone who faced this or am i the only one?
I think what you are facing is a sense of how much the tools are just that - tools, and no substitute at all for what an experienced developer would try to plan for. So yes, I am sure everyone who's using AI tools for the first time has made this "newbie" mistake.
BUT I have also heard that the tools come with "modes" (or agents, or skills, or whatever you want to call them) where you can have it act _like_ an architect, that points out the things you ought to ALSO do. Like write tests, ensure idempotency etc.
I am curious what your experience would be if you went through some cycles of having the AI simply review its work and suggest improvements. Clearly you've already learned some things that you ought to add - I think documenting the progress you make as you discover these things would be immensely helpful to others like you who are new to this!
Good luck :)
Re: Ask HN : Vibe coders: does AI keep breaking your auth and webhooks?
#5Earlier quoted context omitted.
Honestly? I did not even know tests existed, because i am of 17 and ai never mentioned so how i supposed to tell the ai that write the tests, that's why it broke. but when i started building a dedicated backend then i know about tests, coverage, webhooks, idempotency and all that, so i am trying to find out that is there anyone who faced this or am i the only one?
Okay, I get it - to be clear, I wasn't being dismissive, I was genuinely curious. And fascinated at the different ways people use AI, especially down the generations :) I think what you are facing is a sense of how much the tools are just that - tools, and no substitute at all for what an experienced developer would try to plan for. So yes, I am sure everyone who's using AI tools for the first time has made this "new…
Like I know when I was building an automated workflow, it breaks on the same step every time, even using copilot pro it was unable to fix that, so these are the little things which AI often misses even the PERFECT PROMPT.
What works is that I have to debug it to another AI and then tell the original one that "this is the issue at line X with this error Y".
And appreciate the advice. Thank you!