upvote
It's not just Google AI Studio, it's also Google proper. Just one search result page consumes gigabytes of RAM. How did this happen? I've switched to DDG and never looked back.
reply
ChatGPT works ok for me but Whatsapp consumes 1000% cpu after the mac wakes up after sleep.

I swear a few years ago shit like this didn't happen on macOS.

reply
A few years ago vibe-coded crap apps like that didn't exist on macOS.
reply
the damn chat.openai.com webapp lags a lot as well on long chats, typing takes so long.
reply
In my experience the input field lags on short chats too, sometimes in the middle of writing the second or third prompt. Are they running some kind of prospective evaluation or something?
reply
When you are writing completely new prompt - it sends every character to server when writing and tries to make suggestions based on that.

And keeps doing it in intervals in /prepare endpoint, during each prompt.

So if you are working with something sensitive - don't write it to browser directly and edit it there.

reply
But then why does it become dog slow when the chat becomes bigger?
reply