An astronaut riding a horse

11

Ten years ago, when I coded the forums for meh.com and other Mercatalyst sites we wanted to ensure every forum topic had an image associated with it. That way we could show little thumbnails on the meh.com homepage, display thumbnails in lists of topics on the meh.com/forum page, and display a bit of an image as texture in the header of each topic details page.

Easy enough task when the forum topic is about the daily deal we’re selling. We have enough photos of the product to choose from.

Also, easy enough task when the topic is submitted from a community member and the topic contains a link to one or more images. We can use one of those images for our thumbnails and header section.

But what about community submitted forum topics that only contain text (like the one I’m creating here)? When we detect the forum topic doesn’t have any kind of image to pull from we’ve been using Google Image search results to find the most relevant image we can. This has worked reasonably well for a decade or so. Sometimes the results were spot on, occasionally the results were way off, sometimes the results were hilarious.

I’ve been working with a small team of Software Development Engineer interns over the summer and they’ve been hard at work modernizing some of our older code. One of the projects they’ve just launched is a new way to generate these forum topic images using AI. It works very similar to our /showme command: https://meh.com/forum/topics/mehdown-slash-commands#showme-prompt-576aae980f1c3e5c0bc15955

We’re interested to see how this works out for new community submitted topics going forward.