this post was submitted on 08 Feb 2024
921 points (94.8% liked)

Programmer Humor

32867 readers
1119 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -3 points 11 months ago (1 children)

When did the training happen? The LLM is trained for the task starting when the task is assigned. The developer's training has already completed, for this task at least.

[–] [email protected] 14 points 11 months ago* (last edited 11 months ago) (3 children)

No? The LLM was trained before you ever even interacted with it. They're not going to train a model on the fly each time you want to use it, that's fucking ridiculous.

[–] [email protected] 5 points 11 months ago

That's the joke that the comic is making. Whether or not it's reflective of reality, they're joking about a company training a new AI model to calculate the area of rectangles.

[–] [email protected] 2 points 11 months ago

And even if they do need to train a model, transfer learning is often a viable shortcut