So I add a prompt to fix something. The AI starts to work and makes changes, and then the app gets reloaded. However, AI Studio discovers an error and decides to fix this. But this “fix” is undoing the change that was just made. The screenshot displays what I see in AI Studio with the Analyzing error message.
The app is modifying images to generate a name for the main person and then extract the person from the image and change the pose. I use this with my rendered images to quickly repose them. But the generated images need to have the name of the person in the file name, which is what I ask the AI to do.
I had to repeat this prompt three times because it keeps finding errors afterwards, started to analyze them and then undo the changes it made to the filename! Or it undoes other changes that I recently added…
Now, I can understand that the AI tries to fix things, but it knows what it had to do and undoing it immediately afterwards is not useful!
What is more annoying is the fact that it now passes the name of the person to the AI instead of just storing it with the image and then generating the filename in the React code. After all, the AI is not generating file names.
