this post was submitted on 09 Feb 2024
268 points (91.6% liked)

Programmer Humor

19551 readers
398 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 18 points 9 months ago (1 children)

I don't think that will have the impact people think it will, maybe at first, but eventually it'll just start treating "wrong" code as a negative and reference it as a "how NOT to do things" lmao

[–] [email protected] 11 points 9 months ago (2 children)

It needs to understand that that code is bad to be able to do that though

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

That's just a matter of properly tagging the training data, which AI trainers need to do regardless.

[–] [email protected] 3 points 9 months ago* (last edited 9 months ago)

For sure, but just like that whole "poison our pictures" from artists thing, the people building these models (be it a company or researchers or even hobbyists) are going to start modifying the training process so that the AI model can recognize bad code. And that's assuming it doesn't already, I think without that capability from the getgo the current models would be a lot worse at what they generate than they are as is lmao

[–] [email protected] 16 points 9 months ago

When you ask an LLM to write some prose, you could ask it "I'd like a Pulitzer-prize winning description of two snails mating" or you could ask it "I want the trashiest piece of garbage smut you can write about two snails mating." Or even "rewrite this description of two snails mating to be less trashy and smutty." In order for the LLM to be able to give the user what they want they need to know what "trashy piece of garbage smut" is. Negative examples are still very useful for LLM training.