this post was submitted on 15 Apr 2026
583 points (99.0% liked)
Memes
15587 readers
1246 users here now
Post memes here.
A meme is an idea, behavior, or style that spreads by means of imitation from person to person within a culture and often carries symbolic meaning representing a particular phenomenon or theme.
An Internet meme or meme, is a cultural item that is spread via the Internet, often through social media platforms. The name is by the concept of memes proposed by Richard Dawkins in 1972. Internet memes can take various forms, such as images, videos, GIFs, and various other viral sensations.
- Wait at least 2 months before reposting
- No explicitly political content (about political figures, political events, elections and so on), !politicalmemes@lemmy.ca can be better place for that
- Use NSFW marking accordingly
Laittakaa meemejä tänne.
- Odota ainakin 2 kuukautta ennen meemin postaamista uudelleen
- Ei selkeän poliittista sisältöä (poliitikoista, poliittisista tapahtumista, vaaleista jne) parempi paikka esim. !politicalmemes@lemmy.ca
- Merkitse K18-sisältö tarpeen mukaan
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hell, both Gemini and Claude have done well for me in throwing some code together for simple apps, but I still looked it over before running it. I try to do that for even human-made open source code, although at least in principle, if it's been up a while, others have at least tried it and given feedback.
I'm sure this is just a joke or a proof of the issue; you'd have to look at the PDF or whatever it gives and see that something is way off.
And for the record, the best code that I've gotten from an LLM has been the first few runs of an idea, one that was thoroughly explained in the prompt. If you put together a vague prompt and continue to add to it, it will get worse quickly, with the LLM even changing parts that were perfectly fine. Maybe turning the temperature down, if possible, will help with that randomness, but it's always better to keep sessions short and precise.