TCP is basically the only example of that principle that works and it only works because the protocol is low level and constrained. Almost all the implementations of that principle from close to the app layer are abominations we're barely keeping running.
Failed protocols such as TCP adopted Postel's law as a guiding principle, and we all know how that worked out!