Hacker News new | ask | show | jobs
Show HN: LGTMeme – AI-generated memes for your pull requests (lgtmeme.com)
1 points by vlad1m1r 110 days ago
I built a GitHub bot that generates context-aware memes for pull requests. When a PR is opened, the bot reads the metadata — title, labels, line count, commit messages — and uses AI to pick a meme template and generate a caption that matches the context. It posts the meme as a PR comment. It never accesses your actual code. Free for public repos. The interesting technical challenge turned out to be prompt engineering for humor — getting AI to be consistently funny in a constrained format is a surprisingly hard problem. Looking for people to try it and tell me if the memes actually land.