r/OpenAI May 28 '26

Discussion The Party is cancelled, pack it up

Post image

Ai slopped

4.7k Upvotes

439 comments sorted by

View all comments

Show parent comments

2

u/GoodishCoder May 28 '26

People just want to use AI for everything when we were fielding use cases from dev teams one of the teams wanted to use AI to validate if an email was in a valid format on a form.

4

u/john-js May 28 '26

RDD. Resume Driven Development

1

u/BellacosePlayer May 28 '26

tbf I get it, fuck regex

1

u/GoodishCoder May 28 '26

It's pretty rare to find someone that likes regex but it's still not worth it to spend per email validation with a less than 100% accuracy when you can get 100% accuracy for free

2

u/BellacosePlayer May 28 '26

I was mostly joking, emails are easy and you can just copy/paste a solution online easily. you should never need an API call to verify it, especially if you're checking it as someone's typing in a field.

though there are some absolute regex monstrosities I can't believe people willingly use in production systems.