Did dropping recurrence throw away a useful inductive bias?
Transformers replaced recurrence/convolution with pure attention + positional encodings. RNNs/CNNs bake in locality and sequential order; attention has to learn them from data. Is the lesson 'inductive biases don't matter at scale', or did we just relocate the bias into positional encodings and pretraining?