The article argues that the term 'auth' is ambiguous and can refer to either authentication or authorization, leading to confusion and bad abstractions. It suggests using 'login' for authentication and 'permissions' for authorization instead. The author claims that these terms are clearer and more distinct, and can help avoid conflating the two concepts. This change can lead to better design choices and fewer misunderstandings.