Comment Re:And the stupid doubles down (Score 1) 32
I partially agree with you, but it depends heavily on the task. In certain kind of work AI really helps you, in other kind of work it just waster your time. Work where finding the answer is hard (but not too hard), but validating it is easy and fast, AI works quite well.
I think that the problem is that quite many try to use AI for work where AI is extremely bad at. E.g. I would not use AI to write production code, because it is much harder to validate and fix code than write it yourself, but I could use AI to write prototype code, because you can validate it well enough just by running it.