Original Reddit post

Hey there. I’m trying to do a personal project where I take things I’ve already made, like some of my own social media posts (static images), and I’m able to feed them into some type of ai tool. The ai tool would visually read the image and then it should be able to create a new somewhat similar “style” of the same thing. So basically if I made my first post to use certain fonts and have a couple pictures on it, maybe it changes what the pictures are or locations slightly and does some different fonts and wording. It sounds so stupid, I absolutely know this. But I’m basically thinking of it as like being able to output 10 different versions of a social media post that I can choose from and see what I like best. I even tried to have Claude code read like 20 “inspiration” images and then come back with a structured json of instructions. Then make it output all of those to generate 3 new versions based on what it learned and saw. It’s just failing miserably. Or maybe I am because it’s too hard for it? My thought was that I feed it a bunch of pictures of my posts, it learns over time the design rules and what is good. Then I basically just prompt it with what I want and it creates new versions. My problem was I need the output in specific instructions because I’m trying to automate the creation of the texts and stuff as actual editable text fields in my program. Idk if this even makes sense. I went as far as also trying to download a local ai tool but that’s just image gen. I wanted Claude to basically know how to keep getting better at design and maintain general brand guidelines or something and then I tell it “make me a social media post about X with Y details” and it just knows and gives me more options. I suck at explaining. Maybe I’ve made this stupidly hard. Any help or advice would be huge. Thanks! submitted by /u/PM_YOUR__BUBBLE_BUTT

Originally posted by u/PM_YOUR__BUBBLE_BUTT on r/ClaudeCode