Hi, I'm Eric (@16BitNarwhal). I recently built a website called reporoast.com that uses the Greptile API and large language models (LLMs) to generate memes that roast your GitHub repository. Initially, I found it difficult to find mistakes in my codebase that could be used as material for roasting, and the LLM didn't seem funny enough. The image generation models also struggled with meme formats and text. To overcome these challenges, I separated the tasks of analyzing the codebase and generating roasts, focusing on finding specific issues directly from the repository itself. For the roast generation part, I used a simpler solution by hardcoding meme templates and using a large language model to generate text that would fit into these images. The output was not ideal, but it worked, and I had fun building this app designed solely to roast projects. You can try making your own memes at reporoast.com.