1
1 Comment

GPT Image 2 made me rethink something I thought was already solved

I didn’t expect much when I tried GPT Image 2 from OpenAI.

Honestly, I was just testing it for a small side project. Nothing serious.

I needed a bunch of consistent images for a simple flow:
same style, same vibe, slightly different content.

That’s it.


The annoying part I kept running into

If you’ve used image models for a while, you probably know this already.

You write a prompt that works once.
Then you run it again… and it shifts a bit.

Run it again with a small tweak → it shifts more.

After a while, you stop trusting the system and start doing this weird loop:

  • generate 10 versions
  • pick 1 usable one
  • adjust prompt
  • repeat

It works, but it doesn’t feel like something you can build a product on.

More like… something you tolerate.


GPT Image 2 didn’t feel “better” at first

When I first tested GPT Image 2, nothing jumped out.

No “wow” moment.

Images looked fine. Sometimes good. Sometimes average.

But after a while, I noticed something small that kept repeating:

The outputs were not drifting as much.

Not stable. Not identical.

Just… less random than I expected.


That small thing actually matters more than it sounds

I think this is where most people misunderstand image models.

We always talk about:

  • realism
  • style
  • creativity

But when you’re building something, none of that is the real issue.

The real issue is:

“Can I get something similar twice?”

Because if the answer is no, you can’t really build systems around it.


I started thinking less about “images” and more about “repeatability”

At some point, I stopped looking at GPT Image 2 as an image generator.

It felt more like a tool that sits in a pipeline.

Not the creative part.
More like a production step.

Something you can actually:

  • run multiple times
  • expect similar structure
  • build logic around

That’s a different category of tool.


The shift I didn’t notice before

I think earlier AI image tools were mostly used like this:

“generate something cool and pick the best one”

But with newer models, it slowly shifts to:

“generate variations that still belong to the same system”

That sounds subtle, but it changes how you design products.

Because suddenly you stop thinking in single outputs.

You start thinking in flows.


And that’s where things get interesting for indie builders

If outputs become more predictable, even slightly, you can start doing things like:

  • template-based generation
  • batch content creation
  • multi-step pipelines
  • structured visual systems

None of these work well when every output feels unrelated.


I don’t think this is about GPT Image 2 specifically

To be honest, it could be this model, or the next one, or another provider.

That’s not the point.

The point is:

these models are slowly becoming “usable enough” for systems.

Not perfect. Not magical.

Just consistent enough that you can start wiring them into something real.


A side observation from building stuff around this

While messing with this, I realized something else:

Most “AI tools” still stop too early.

They generate an image or a video, and that’s the end.

But real workflows don’t end there.

There’s always something after:

  • selecting
  • arranging
  • combining
  • turning it into something structured

That gap is still pretty open.


I’ve been thinking about that gap more lately

For example, when generating visual or video content, the hard part isn’t actually creation anymore.

It’s everything around it:

  • turning messy prompts into structure
  • keeping consistency across outputs
  • chaining multiple steps together

Some tools are starting to explore that direction.

One I came across recently is Textideo[link].

Not because it “solves AI video,” but because it tries to connect multiple steps:

prompt → script → visual generation → final output

It feels less like a generator and more like a wrapper around multiple generation steps.

Still early, but the idea makes more sense to me now than standalone generators.


Anyway

GPT Image 2 didn’t really feel like a breakthrough.

But it made something clearer for me:

The interesting part of AI image tools isn’t the image anymore.

It’s what you can reliably do with them more than once.

And that’s usually where tools either become usable… or stay as demos.

on April 22, 2026
  1. 1

    That’s a great way to frame it , repeatability is underrated compared to raw output quality.

    Feels like a lot of AI tools are moving from “generate something cool” to “generate something usable in a system,” and that’s where real products start to emerge.