@northsouthdenimguy you are so right on the money with this.. its infuriating how bad autocorrect has become. It used to work quite well until maybe a year ago. Until they forced AI into it and its utter shite now.
Part of my job involves writing code. Modern code editors have had suggestion features for ages, based on the functions available to the thing I am editing. Say I want to perform some operation on a piece of text, the editor would suggest me a function called toUpperCase. You apply the suggestion by hitting the tab key, and then the text gets converted to upper case. Simple. It would suggest something different if I wanted to do something to a number because it makes no sense to uppercase a number..
but now they have added useless AI autocomplete on top of that. So the editor suggests some function that actually exists (because it knows what functions are available), I hit tab, and the the AI takes over and autocompletes some random nonsense that I didn't see suggested before, makes no sense for what I am trying to achieve and I have to delete manually, actively slowing me down instead of being of any kind of use to me.
Its an exercise in frustration.