{"slug": "ai-generated-blog-post-images-are-not-cool-any-more", "title": "AI-generated blog post images are not cool any more", "summary": "Blogger Panayotis Vrypan argues that AI-generated blog post images have become clichéd and proposes using Open Graph-style cards generated from post metadata instead. He released og-img, a Rust-based tool that creates such cards without the dependency bloat of Node.js alternatives.", "body_md": "You share your blog post on X, Facebook, Bluesky, etc and you know it will be presented so much better if it has an image. Sometimes it's easy. You blog about something that has a visual element and it's easy to use a diagram, a product photo, a landscape —you would have done it anyway.\n\nBut many times, you just want to share a thought or an idea, or some code.\n\nIn the past, the only way for most of us was to hunt for images under Creative Commons\nlicenses. Writting a post about [the history of CR](/2013/07/03/the-carriage-return/)?\nTry to find an old typewritter photo that you like, and is compatible with your blog,\nand blends nicely with your content.\n\nA couple of years ago, we got a new tool: AI-generated images. Just tell an AI what you want, itterate a couple of times, and done.\n\nBut AI-generated images in blog posts are no longer cool. Everyone does it. And with the exception when an image is a really good fit, it looks like a 2000 PowerPoint using animated transitions and WordArt.\n\nI think the ideal solution is a card generated by your post title and abstract, the date, the tags, your blog name, etc. In other words, present your blog post the way you would like it to be presented, not how the third party service decides to format your title or trim your text.\n\nThere are many tools that generate images like this, but most of them use node.js\nand I dread the moment I run `npm install`\n\nwhich pulls 1,000 dependencies.\n\nSo I wrote my own tool, [og-img](https://github.com/vrypan/og-img) in Rust (thank you,\nClaude). A single binary, that does exactly waht I want, and it's quite fast (though\nI have not done any serious optimizations yet).\n\nJust install\n\n```\nbrew tap vrypan/tap\nbrew install og-img\n```\n\nand run\n\n```\nog render \\\n  --icon vrypan.png \\\n  --site blog.vrypan.net \\\n  --title \"AI-generated blog post images are not cool any more\" \\\n  --text \"but OpenGraph empeds still look much better when there is one.\" \\\n  --tags en,blogging,howto \\\n  --date \"July 10, 2026\" \\\n  --theme github-dark \\\n  -o og.png\n```\n\n", "url": "https://wpnews.pro/news/ai-generated-blog-post-images-are-not-cool-any-more", "canonical_source": "https://blog.vrypan.net/2026/07/10/260710-ai-blog-post-images-are-not-cool/", "published_at": "2026-07-10 15:04:35+00:00", "updated_at": "2026-07-14 19:22:04.609294+00:00", "lang": "en", "topics": ["developer-tools"], "entities": ["Vrypan", "og-img", "Claude", "GitHub"], "alternates": {"html": "https://wpnews.pro/news/ai-generated-blog-post-images-are-not-cool-any-more", "markdown": "https://wpnews.pro/news/ai-generated-blog-post-images-are-not-cool-any-more.md", "text": "https://wpnews.pro/news/ai-generated-blog-post-images-are-not-cool-any-more.txt", "jsonld": "https://wpnews.pro/news/ai-generated-blog-post-images-are-not-cool-any-more.jsonld"}}