this post was submitted on 10 Oct 2023
637 points (98.0% liked)

Funny

6581 readers
59 users here now

General rules:

Exceptions may be made at the discretion of the mods.

founded 1 year ago
MODERATORS
 
top 13 comments
sorted by: hot top controversial new old
[–] pfannkuchen_gesicht@lemmy.one 43 points 11 months ago (5 children)

That conversation doesn't make any damn sense. Why would an interviewer ask arithmetic questions to check the ml claim?

[–] kirby@discuss.tchncs.de 28 points 11 months ago (2 children)

this is a conversation from 2047. the Interviewer is checking if they are speaking with an AI/Robot

[–] pfannkuchen_gesicht@lemmy.one 1 points 11 months ago (1 children)

Excuse my ignorance, but what 2047?

[–] Masimatutu@lemm.ee 4 points 11 months ago (1 children)

I think they're referring to the year.

[–] pfannkuchen_gesicht@lemmy.one 3 points 11 months ago

oh. I thought he might be referring to a book, movie or game.

[–] hydrospanner@lemmy.world 1 points 11 months ago

Shoulda used a Voight-Kampff test.

[–] sparse_neuron@lemmy.world 21 points 11 months ago (2 children)

It's basically a joke on how gradient descent works in machine learning.

[–] kablammy@sh.itjust.works 1 points 11 months ago

It would have been more obviously gradient descent if they didnt start with 0, so the first gradient wasn't the same as the second answer. I thought they were just repeating the last correct answer.

[–] Porka_911@sopuli.xyz 0 points 11 months ago

Why ai would be used on a math operator beats me, but hey ho.

[–] xusontha@ls.buckodr.ink 5 points 11 months ago
[–] VicksVaporBBQrub@sh.itjust.works 4 points 11 months ago* (last edited 11 months ago)

ai: I am detecting numbers, create a variable called Numbersdetected.
int ("Numbersdetected" = 0);
Now it has a value of 16.
write (Numbersdetected = "16");
Somebody wants the value of Numbersdetected.
query ("Numbersdetected");

[–] bane_killgrind@lemmy.ml 3 points 11 months ago

Blade runner logic. Ask that exposing question. Get an answer.

[–] QuaternionsRock@lemmy.world 3 points 11 months ago* (last edited 11 months ago)

Got it:

if (a == 7 and b == 9):
    return 16
elif (a == 10 and b == 20):
    return 30
else:
    return 18