So I use AI Studio to build an app that calls my own Web API. This is a tool to see all the domains and subdomains running on my servers. The API is straightforward and easy to use. However, Gemini knows better and likes to replace the data my API generates with mock data that is completely wrong. And not once, but regularly while I try to improve the app I’m making.
My API has several different methods, and I try to add them one by one, as I provide a curl example and results for Gemini to review and learn from.
And whenever I add a new method, AI Studio messes up another one by either calling it the wrong way or replacing it with mock data. I don’t even know why it tries to fix things that aren’t broken!
The purpose of this app is to just generate reports for each domain I have with a list of subdomains and descriptions. And if a domain or subdomain doesn’t have a description, I want to add one.
And when it finally works, then AI Studio will remove a side panel, change some icon or just remove a button. Why? Maybe it doesn’t like me any more and is sabotaging my code? Is it part of SkyNet already?
Anyways, I still manage to make it work, but the number of times when the AI behaves badly seems to have increased in recent days.
1 Like