The article discusses a potential issue with the attention mechanism in modern AI models, specifically the use of the softmax function, which can lead to outlier values and make models difficult to compress and deploy. The author proposes a modified version of the softmax function, called softmax1, which allows attention heads to output zero values when they have no information to add to the output vector. This modification is intended to reduce the number of outlier values and improve the overall performance of the model. The author suggests that this change could have a significant impact on the ability to quantize models and reduce their size.