Re: Ding Ding Ding !!!
How about "Learned Helplessness"?
This, in spades. As the article says-
Don't treat AI as a magic answer box. Trust, but verify its answers. Use AI results as a starting point. For programming, work out how it's solving your problem.
Which was also something pointed out in my proto-ChatGPT-
https://en.wikipedia.org/wiki/Numerical_Recipes
The declared premise of the NR authors is that you will come to grief one way or the other if you use numerical routines you do not understand. They attempt to give you enough mathematical detail that you understand the routines they present, in enough depth that you can diagnose problems when they occur, and make more sophisticated choices about replacements when the NR routines run out of steam
Which I think were great books because they were kind of coding cookbooks, but explained the algorithms first, then showed example implementations. AIs might spew out the implementations, but don't seem to provide the explanation, or the knowledge necessary to validate or diagnose/debug the routine if it behaves unexpectedly. Plus there's the GIGO or 'ask a stupid question' issue where if the request is wrong, the answer is going to be wrong.
One of my favorite examples of this problem is here-
https://climateaudit.org/2009/07/03/the-secret-of-the-rahmstorf-non-linear-trend/
At the end of the day, the secret of Rahm-smoothing is that it’s a triangular filter with linear padding. All the high-falutin’ talk about “embedding dimension” and “nonlinear … lines” is simply fluff. All the claims about doing something “new” are untrue, as are Rahmstorf’s claims that he did not use “padding”. Rahmstorf’s shift from M=11 to M=15 is merely a shift from one triangular filter to a wider triangular filter
Where an 'influential' climate paper got thoroughly fisked, and the claims of a 'novel' new approach to time series analysis turned out to be a triangle filter implementation that Rahmstorf either didn't understand and misapplied, or understood but it gave the desired result, so confirmation bias. But that discussion and others also prompted me to learn R.
But the 'AI' explosion promotes learned helplessness and is a wider social problem, especially when combined with the rise in censorship and enforcing only official misinformation. Wiki says it, so it must be true. ChatGPT says it, so it must be true.. Unless that information is biased, or untrue. Which is something that can easily be abused, eg as wiki says for learned helplessness-
...learned helplessness is characterized as "apathy" which may result from prolonged use of coercive techniques which result in a "debility-dependency-dread" state in the subject, "If the debility-dependency-dread state is unduly prolonged, however, the arrestee may sink into a defensive apathy from which it is hard to arouse him.
That 'debilitity-dependency-dread' state might be desireable by politicians seeking a passive, compliant, apathetic population that will do, or believe in whatever the government tells them. One of the biggest experiments to test this was the Panicdemic, with things like masking or social distancing rules, with the coercive techniques including prolonged media campaigns, backed by threats of fines or home detention. The apathetic went along with it, because there was a heavily promoted dread element, ie comply or die, or face punishment. Some years later, we're discovering that the official misinformation was just propaganda and psyops.
Which I think is the big danger. In software developement, don't question, just accept the code. In the wider enviroment, don't question, just obey, citizen. Especially if critical thinking isn't taught, and can actively be discouraged.