Making image smaller

“Why doesn’t this work?”

It’s an entertaining read :laughing:

1 Like

I didn’t mean this. Once it’s generated, it stays as is. Glide stores the result of your prompt somewhere in their database, and every time your app loads the component, they refer to the cached result.

What I mean is even when you try to prompt the same way as another person did, or even you did in another app, it won’t always get you the same result. It’s the non-deterministic side of the component, or AI in general.

Just like Jeff, I would much love an option to start off with some prompts, then be able to edit the underlying code myself. I was doing that when we had the Code component, starting with some prompts myself either in AI Component or Claude, then finish the work with Code component.

2 Likes

Hehe, actually if you just ask “why” or “what it’s doing” sometimes, the AI will add a text description above the component with some insight into how the code is working behind the scenes. Sometimes it will actually fix the problem, but other times it provides useful information, such a function names, to help figure out how to word your followup prompts.

2 Likes