No mention of ChatGPT? Anyone else have this problem:

Go to ChatGPT.com while logged in, start typing right away, 8 words into typing it clears the text in the form. Why?

Claude also has odd UI/UX bugs in what is almost literally a single page web application.

It's probably due to server side rendering and rehydration. The rehydration use server side component state to override DOM state.

I switched away from ChatGPT mainly due to that. Gemini is much faster to type into.

It's a rerendering bug. Insanely annoying.

useEffect if I had to guess