A solo indie dev posted a goodbye note to the AI-in-gamedev argument after OpenAI announced it is shutting down the image model his game Fusiomon is built around. The mechanic — fuse any two monsters into a new one on the fly, then fuse the results again — only became buildable for him with generative image AI. When he posted about the shutdown, r/gamedev’s replies went straight to “AI slop” and “hire an artist” instead of engaging with the game.

The thread is a case study in two distinct risks of building on AI:

  • Platform dependence: never build core functionality on an external service you don’t control — “you built atop a transient service and now that it’s gone, all of your efforts are for naught.” If you must, run a local model
  • The mechanic was provably buildable without AI: Cassette Beasts (2023, three-person team, hand-drawn) made fusion its central mechanic, and the no-AI Fusiondex community has thousands of fusion sprites
  • The t-bonkers read: a clever procedural system built on real artistic input would have more charm and identity than model output — and the AI label can tank a game’s reception regardless of its merits
  • The ethics pole: some people would genuinely prefer the game not exist than exist through this method — AI is “not an apolitical technology”

The OP’s honest closer is the real thesis: “Maybe that’s the part of the AI debate that worries me most: people.” Two lessons for anyone vibecoding games — the technical one is obvious (a shut-down model is the normal lifecycle of these products, not an edge case), and the market one matters just as much: for a solo dev without a marketing win, an AI label on core content is a signal that can sink the game before anyone plays it.