Comment on Google Gemini struggles to write code, calls itself “a disgrace to my species”
Aggravationstation@feddit.uk 15 hours agoif exists(thing) {
write(thing);
} else {
write(“I do not know”);
}
Yea I see what you mean, I guess in that sense they know if a state is true or false based on an input.