Replaces linear additions (h_l = h_{l-1} + f(h)) with softmax attention weighting across block representations b_0..b_3
Unlike standard residual connections which blindly sum activations, AttnRes dynamically queries which prior layer representations contain relevant features for the current depth block.