Pocketpair Publishing boss John Buckley says we're already starting to see a flood of 'really low-quality, AI-made games' on Steam and other storefronts.
Neural networks are deterministic. In LLMs, it outputs probabilities, which are picked from via seeded RNG. Image generation tries multiple options based on different seeds, then picks the best fit as identified by a neural network and repeats. For both, if you give a specific model the same inputs, you’ll get the same output.
The public-facing interfaces don’t give seed control, which means they give a different output each time, but that isn’t an inherent property of generative AI.
Generative AI is by definition non deterministic.
Neural networks are deterministic. In LLMs, it outputs probabilities, which are picked from via seeded RNG. Image generation tries multiple options based on different seeds, then picks the best fit as identified by a neural network and repeats. For both, if you give a specific model the same inputs, you’ll get the same output.
The public-facing interfaces don’t give seed control, which means they give a different output each time, but that isn’t an inherent property of generative AI.