but the I in AI it’s actually a lowrcase L, so it’s short for Algorithm
Is this part of a Hi-Lo implementation for blackjack? (Also, ewww mixed types)
Yeah, just use a char for card and test
if(card < '7') count++; else count--;
Or something, don’t mix types.
Well that won’t work for 7, 8 or 9.
I didn’t notice that 7,8,9 had no effect on the count. My bad.
deleted by creator
The difference being?
I’m guessing he’s saying companies are still using the same human written code, but since AI is sexy right now and is being used to describe even simple programming logic, everything is “powered by AI”
And in 2013 the key word for marketing was algorithm. The YouTube algorithm. The reddit algorithm. Etc.
Automation 😄
Internet-ready
Spray and pray!
That was true like 5 years ago, but now companies are just irresponsibly calling out to LLMs as a function without proper safe guards instead.