AI Image Generation in Production: What It Takes
Most AI-generated images look bad for the same reason most AI-generated text looks bad: the pipeline was an afterthought.
A recent post by John Hartnup on building AI event posters makes a point worth taking seriously — the output quality has less to do with the model and more to do with the structure around it.
The model is not the bottleneck
When teams complain that AI image generation looks generic or off-brand, they usually blame the model. Swap in a better model, same result. The actual problem is upstream: vague prompts, no style constraints, no review step, no feedback loop.
This is the same failure mode as early LLM chatbot deployments. Connecting GPT-4 directly to a form and calling it an agent doesn't work. The model needs a scaffolded context — role, constraints, examples, and an output check — before it produces something usable.
What a production image pipeline actually looks like
Hartnup's approach to posters involved structured prompt engineering, iterative refinement, and clear aesthetic constraints defined before any generation happened. That's not a creative workflow. That's an agent architecture pattern applied to a visual problem.
A production image pipeline that holds up at scale typically has four parts:
- Input structuring. Raw requests ("make a poster for our event") get expanded into a structured brief: tone, dimensions, brand colors, subject, style references. An LLM step works well here.
- Prompt construction. The brief feeds a prompt template that has been tested against your target model. Not freeform. A schema.
- Generation with variants. Produce 3-4 candidates per request. Diffusion models are cheap enough that picking from options beats prompt-tuning for a single shot.
- Automated or human review. A grading step — either a vision model scoring against the brief or a human in a lightweight approval queue — before anything ships.
Skip any of these and you get the kind of output that makes teams conclude "AI images don't work for us."
Where this fits in a broader automation stack
Image generation is rarely a standalone workflow. It's usually downstream of something else — an event is created in a CMS, a product variant gets added, a campaign brief is approved. The trigger is structured data. The output is a visual asset that needs to land somewhere: an email, a social post, a print file.
That makes it an agent task. Not a chatbot, not a one-off script. An agent that receives a trigger, assembles context, calls a generation API, evaluates output, and routes the result.
If you're evaluating where image generation fits in your operations, our free AI Opportunity Audit analyzes your existing workflows and surfaces the three automations most likely to return real time savings — image pipelines show up more often than most teams expect.
The part most teams skip: evals
The gap between a proof-of-concept image pipeline and one you'd trust in production is an eval layer. You need to know when the output is bad before a human sees it (or before it goes live).
For images, that means a vision model scoring against a rubric: does it match the brief? Is text legible? Does the composition fit the spec? A simple pass/fail with a confidence threshold is enough to catch the obvious failures and route them for human review rather than letting them through.
This isn't exotic. It's the same eval pattern used in text agent pipelines. The implementation is a couple of API calls and a small prompt. The payoff is a pipeline you can run without babysitting.
What this means if you're building with AI now
The takeaway from Hartnup's post isn't "AI posters can look good." It's that quality is an engineering problem, not a model problem. The same principle applies across every AI-generated artifact — copy, code, summaries, images.
If your current AI outputs feel inconsistent or require too much manual cleanup, the fix is almost always in the structure around the model, not in switching to a newer one.
Build it right
If this is the kind of automation you want running in your business — pipelines that actually hold up in production — book a call and we can talk through what it would take to build yours.
Want an agent like this built for your business?
Agentry ships production AI agents in weeks. See where they'd help you first with the free AI Opportunity Audit or the other tools, then book a call to scope it.
Book a call →