I feel like the big mistake they continue to propagate is failing to distinguish among the uses of AI.
A lot of hype seems to be the generative uses, where AI creates code, images, text, or whatever, or the agentic uses where it supposedly automates some process. Safe uses in that way should involve human review and approval, and if the human spends as much time reviewing as they would creating it in the first place, then there's a productivity loss.
All the positive cases I've heard of use AI like a fancy search engine - look for specific issues in a large code base, look for internal consistency in large document or document sets. That form lets the human shift from reading hundreds or thousands of pages to reading whatever snippets the AI returns. Even if that's a lot of false positives, it's still a big savings over full review. And as long as the AI's false-negative rate is better than the human, it's a net improvement in review.
And, of course, there's the possibility that AI facilitated review allows companies to do review of documents that they would otherwise have ignored as intractable, which would also show up as reduced productivity.
