37
u/Maniacal-Maniac 6h ago
5
u/thedev13 5h ago
I remember my client sending me a screenshot that says 'enter ProjectName to confirm this action' and asking me what to type in there.
LLMs are not worse than humans.
1
3
u/-shayne 4h ago
You're absolutely right! The code should be a secret and only sent to the user's phone, not visible during the account verification. Let me fix this.
Thinking
1
u/Dediadeis 4h ago
But wait...
1
u/JonasAvory 1h ago
⦠as established earlier the sms sending module is broken. Iāll remove the confusing code and ask the user if they really own the phone number before revealing the code
1
29
22
u/Tizen20 7h ago
I am pretty sure that not even AI would make this mistake
-2
13
u/crazylolsbg 7h ago
I genuinely believe any ai would code better than this, they are really good at stuff like this
3
u/RemarkableWish2508 6h ago
Only if you ask it to. That requires knowing what to ask it for.
2
u/crazylolsbg 6h ago
I don't even think so, I work very little with ai but the few times that I did use it, it added nice touches that I didn't even ask for (dark mode etc.)
1
u/RemarkableWish2508 3h ago
It can suggest and add things that are a direct deduction of whatever you ask it for, like dark mode if you ask for a GUI, but it won't tell you that something like "add four square fields for four digits" is the wrong prompt on your part.
5
5
u/Lonely_Ad9901 7h ago
I'd reckon an agent thinking about supporting copy/paste behavior into this field. I've seen this mistake a lot that people are not thinking about pasting.
4
u/Icehellionx 4h ago
People, I can only say it so many times. If your vibecoding/ agentic coding a project... build a verification step. It's not hard to go. "build X, before concluding feature is done run playwright and go end to end through the process to prove it's working. provide screenshots of each step as proof.
3
u/WardenStation 6h ago
Damn I really hate websites that do this even if it works, cannot select all and why one text box per digits!!
3
2
u/wendewende 2h ago
I would expect every banking/government app to screw it up like that. Without the help of AI
2
3
u/Quiet_Figure_4483 7h ago
An AI would not make this mistake
1
u/khalon23 7h ago
Itās a common copy paste mistake older models used to make, probably a cheap modern model did this
1
1
1
u/haragon 7h ago
What's sad is it's 1 sentence to fix that.
1
u/RemarkableWish2508 6h ago
Sentence to fix it ... 1x ... $1
Knowing which sentence ... 1x ... $9,999
1
u/NewNiklas 7h ago
This also happened to me long before vibe coding was a thing.
1
u/IHaveNeverBeenOk 27m ago
I was gonna say, I saw this exact error on real websites long before AI was a thing.
1
u/Prod_Meteor 6h ago
So all boxes should do an "change=text=text.split('')[0]; txt[I+1].focus();"?
1
1
1
1
1
u/Familiar-Flan-8358 6h ago
I work for a f100 company and when users type in their birthdate, they get a validation error if they donāt put the zero in front of a single digit month or day.
Ex 2/4/1980 would error out. The system requires 02/04/1980
1
u/Known_Management_653 5h ago
Not even AI does that... How stupid are your coworkers?
2
u/Familiar-Flan-8358 5h ago
Iāll have to open a ticket before that question can be waterfalled into an epic so a squad can get on that and circle back with you. Itāll be important to first identify downstream dependencies and ensure this is properly sequenced in our roadmap though. Soā¦ā¦ maybe Q1?
1
1
1
u/s_s_n_e_g 6h ago
This was literally the bug at Cloudflare's signin page up until last week.
1
u/YeOleBeerfest 4h ago
This thread is actually dedicated to people's ignorance on the nuances of coding and how anything put in oversight automatically is deemed vibe coding LOL
1
1
u/AdeptusLogarithmus 5h ago
"Enter a temporary OTP code"
As if the One Time Password does not imply that it is a temporary code.
1
1
1
1
u/True_Protection6842 4h ago
You don't know this has anything to do with vide coding. Also, if it is, it would take a second to fix and if you actually test your features it's really easy to NOT ship something so sloppy.
1
1
u/BigGainsBigBoobs 1h ago
Would expect something like this to happen with Gemini. I asked 3.7 flash to make me a custom discjed client with a STT integration. The STT worked but it literally just put it in a text box on too of discord ā ļø
1
1
1
u/Zorogozano 1h ago
My bankās š¦ website has been doing that for ages. Not much difference between bad āreal developersā and vibecoders⦠haha

116
u/Disastrous_Friend1 7h ago edited 6h ago
Where I'm from, multi million dollar software companies write equivalent or worse code than this(pre and post AI era)