Earlier quoted context omitted.
They're talking about Eternal Terminal, I think https://eternalterminal.dev/ I'd be curious about the trade offs too, I'll have to check it out.
It works in identical fashion to mosh. I don't see any trade-offs except: 1. et has scrolling support 2. et does not have local echo of your input like mosh does Edit: The comments below do a very good job of explaining the differences. TIL.
For example eternal terminal has to send all of the bytes in order, so more output requires more bandwidth. Mosh only has to redraw bits of the frame that have changed, at a presumably adaptive rate -- you could scroll a hundred megabytes of text by really quickly, but only need to send a few screen-fulls of updates, which is of course why it doesn't allow for regular terminal scrollback.