ChatGPT now use Remix JS instead of Next JS?

ChatGPT Migrated to Remix?
Is anyone aware that ChatGPT doesn't use Next.js anymore? It’s now using Remix instead.
If you don't believe me, try using inspect element and opening the console. Type
and you'll see suggestions like this:Why Did ChatGPT Migrate from Next.js to Remix?
When I asked ChatGPT directly, it explained:
“It's seems Remix was chosen for an improved user experience.”
It appears that ChatGPT's decision to migrate from Next.js to Remix centers on creating a better user experience. Remix is known for its effective server-side rendering (SSR), reducing the need for loading states on the client side.
What Makes Remix Special?
Remix is designed to minimize the amount of JavaScript on the client, leaning more heavily on standard web APIs like the Fetch API and FormData. This approach helps make the application lighter and optimizes modern browser performance.
What about you? Are you on the Next.js team, or thinking of diving into Remix?