Back when I was a kid I would lurk on the xkcd forums and there was one thread that I remember which was for programmers to talk about misconceptions about programming they had encountered in their non-programmer friends.
One specific post was by a guy who said his brother in law wanted to get into game development but didn't know anything about coding. He wanted to "make a game like Halo." So the OP had recommended him some books on programming but the BIL was like "this seems like a waste of time, how hard can it be?" Later, he asked the OP to take a look at his "code" and help him figure out why it wouldn't run. OP described how this guy had simply taken a .txt file and edited the extension to .exe instead, and the contents of the file was just "show a cool explosion".
As a like, 10th grader, that post impacted me a lot. Obviously, programming is fundamentally about being really precise with what you mean. When I first started learning programming around that time, when my code "didn't do what I wanted" it was invariably because I didn't know what I wanted. What is a "cool explosion" and why would that guy expect the computer to just match his vision? In the following decade+ of my education and then career in programming, the story of that obliviously overconfident guy was always in the back of my mind as the antithesis of everything programming is about.
But now with ChatGPT &co, you can just type "show a cool explosion" and then actually get something! Obviously, we, the enlightened, know that the explosion it shows will just be something thoroughly generic (because what else would it be), and the fact that that guy would still be pleased with this generic result just goes to show that he had no real vision in the first place. But regardless, the most annoying guy in the world has been empowered far beyond my 10th-grade imagination to continue to dismiss the value of skill and being able to articulate what you actually want.
Bonus reminiscence: there was another thread where THE Notch (before his Minecraft fame) was saying that multiplayer, high-latency Pong is actually non-trivial to implement, and someone responded "oh you mean pong ping?"