2 points nbstme | 4 comments | | HN request time: 1.372s | source
1. nbstme ◴[] No.44522109[source]
I built Bustameme this weekend to generate memes using AI. You upload any image, and it uses a combination of vision models and LLMs to generate a caption.

Memes are one of the hardest forms of communication for AI—humor, context, subtlety. So this was partly an experiment: how funny can AI get?

Curious what people think. What would you improve?

replies(1): >>44522497 #
2. jerf ◴[] No.44522497[source]
Do you have any caching on the pre-existing memes? Modern web servers have nearly eliminated the Hug of Death but AI has brought it back and made it more expensive to the host than ever. We don't all need bespoke memes for the images you prepared, cached versions of a few runs would be fine.
replies(1): >>44522557 #
3. nbstme ◴[] No.44522557{3}[source]
That's a great idea. I should compute some of them offline and serve them immediately versus waiting 12s.