this post was submitted on 08 Feb 2024
2 points (100.0% liked)

Programmer Humor

31997 readers
673 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 10 comments
sorted by: hot top controversial new old
[–] CanadaPlus@lemmy.sdf.org 1 points 7 months ago* (last edited 7 months ago) (1 children)

Agreed. If you need to calculate rectangles ML is not the right tool. Now do the comparison for an image identifying program.

If anyone's looking for the magic dividing line, ML is a very inefficient way to do anything; but, it doesn't require us to actually solve the problem, just have a bunch of examples. For very hard but commonplace problems this is still revolutionary.

[–] Buttons@programming.dev 1 points 7 months ago (1 children)

I think the joke is that the Jr. Developer sits there looking at the screen, a picture of a cat appears, and the Jr. Developer types "cat" on the keyboard then presses enter. Boom, AI in action!

The truth behind the joke is that many companies selling "AI" have lots of humans doing tasks like this behind the scene. "AI" is more likely to get VC money though, so it's "AI", I promise.

[–] Buttons@programming.dev 1 points 7 months ago (1 children)
[–] CanadaPlus@lemmy.sdf.org 1 points 7 months ago* (last edited 7 months ago) (1 children)

This is also how a lot (maybe most?) of the training data - that is, the examples - are made.

On the plus side, that's an entry-level white collar job in places like Nigeria where they're very hard to come by otherwise.

[–] PumpkinSkink@lemmy.world 1 points 7 months ago

I recently heard somewhere that the joke in India is that in western tech company's "AI" stands for "Absent Indians".

[–] ColdFenix@discuss.tchncs.de 1 points 7 months ago (1 children)

What ChatGPT actually comes up with in about 3 mins.

[–] underisk@lemmy.ml 1 points 7 months ago (1 children)

the comic is about using a machine learning algorithm instead of a hand-coded algorithm. not about using chatGPT to write a trivial program that no doubt exists a thousand times in the data it was trained on.

[–] Honytawk@lemmy.zip 1 points 7 months ago (1 children)

The strengths of Machine Learning are in the extremely complex programs.

Programs no junior dev would be able to accomplish.

So if the post can misrepresent the issue, then the commenter can do so too.

[–] pearsaltchocolatebar@discuss.online 1 points 7 months ago (1 children)

Lol, no. ML is not capable of writing extremely complex code.

It's basically like having a bunch of junior devs cranking out code that they don't really understand.

ML for coding is only really good at providing basic bitch code that is more time intensive than complex. And even that you have to check for hallucinations.

[–] kurwa@lemmy.world 1 points 7 months ago

To reiterate what the parent comment of the one you replied to said, this isn't about chat GPT generating code, it's about using ML to create a indeterministic algorithm, that's why in the comic it's only very close to 12 and not 12 exactly.