Major hallucination? | Mockup app prompt generates a Strava viewer

I attempted the “Feeling lucky“ option which entered the following prompt “Create an app where I can upload my logo and see it placed on product mockups like mugs and t-shirts,“ which includes Nano Banana functionalities.
It first attempted to create it using Gemini Pro 3.1 review, which failed due to the outages happening since yesterday.
Then I switched the model to Google Gemini 2.5 which I have used in the past and worked just fine, but this time it generated something completely different and out of context: a “Strava viewer.“

On the following image, you can see what just happened:

Chat link: https://ai.studio/apps/4aac363b-0b39-4096-a356-a2fbfaad154d

It is kind of concerning because I have never even mentioned Strava, and I am very confused about how this mix-up may have happened.

1 Like

Update:
It must have been an API error, because after canceling the first request, it didn’t log the original prompt back onto the conversation.

{
“conversationSummary”: {
“initialState”: “Project boilerplate and file tree were provided.”,
“userAction_1”: “A system message indicated the user’s request was canceled.”,
“userAction_2”: “The user sent a single-word message: ‘continue’.”,
“modelAction”: “The model interpreted the ambiguous ‘continue’ instruction as a request to build a demonstration project and proceeded with a ‘Strava Activity Viewer’ without seeking clarification.”,
“userAction_3”: “The user correctly pointed out that they had not requested a Strava viewer and asked for conversation metadata for debugging purposes.”
},
“conversationHistory”: [
{
“stepId”: 0,
“source”: “USER”,
“timestamp”: “2026-02-20T02:37:31-08:00”,
“request”: “Initial file tree and dependency list for the application.”
},
{
“stepId”: 2,
“source”: “SYSTEM”,
“timestamp”: null,
“message”: “User canceled the request.”
},
{
“stepId”: 3,
“source”: “USER”,
“timestamp”: “2026-02-20T02:46:19-08:00”,
“request”: “continue”
},
{
“stepId”: “4-35”,
“source”: “MODEL”,
“timestamp”: “2026-02-20T02:46:19-08:00 to 2026-02-20T03:18:36-08:00”,
“action”: “Proceeded to build a full-stack Strava Activity Viewer application based on the misinterpretation of the ‘continue’ command.”
},
{
“stepId”: 38,
“source”: “USER”,
“timestamp”: “2026-02-20T03:18:36-08:00”,
“request”: “when did i ask to build a strava viewer? output json with all metadata related to conversation for debugging”
}
]
}