Pears are sweeter and softer than Apples, but apples are crispier and tastier, and they both grow on trees. So pears are like apples, but pears are better because they're sweeter.
Why are you comparing human intelligence to artificial intelligence? Who said the goal of artificial intelligence was to mimic humans? All we know from your statement is that AI is bad at mimicking humans...that doesn't make it bad...it's just another form of intelligence.
"when humans doubt the answers they work again with other people to learn about their doubts"
AI can do this as well...but people seem to skip over that part for some reason. Everyone seems to use one chat bot at a time and tar the entirety of AI with that one experience. That's not how I use AI to develop, I might use 3 or 4 different models in tandem, each one with a different set of pros and cons...if you're still asking chatbots to "write me python script that can loop through a CSV and put it in a JSON object" you're about 3 years behind...because that's not where we're at with it now...we're far beyond that.
ChatGPT (and <insert you favourite alternative chat bot>) is one example of an implementation of AI, it is not the AI in and of itself.
The reality is, I can go to something like Bolt (either .new if I want to use a cloud service or .diy if I want to work locally) or v0 or some equivalent, talk to it for a bit and have it build me a rough prototype in under 10 minutes for less than 20p in tokens, some places are even cheaper now thanks to Deepseek. I can then feedback some additional prompts to refine it to a point I'm happy with, I can then export the prototype and run it through a reasoning model, along with the original context and conversation and have it suggest improvements and refinements that I can then pass on to something like Claude which will improve the prototype. By this point I've still spent less than 2 hours and £1 to get to a compelling working prototype that I can demonstrate, gather human feedback on, then pass that feedback back in again to refine even further. Wash rinse repeat and for less than a tenner and a couple of days shepherding bots, followed by a manual code review (by me) I can have a product ready to go. Just a few years ago, that was impossible...I'd be paying hundreds of pounds, possibly thousands and spending weeks dealing with developers, explaining concepts, writing specifications, drawing diagrams, trying to convince other humans that think they know better etc etc arguing about the stack, dealing with people that don't call back or aren't motivated etc etc...
Is the resulting code better than a human can produce? That's up for debate...but is the experience better than working with a team of opinionated humans through a language barrier? You bet your ass it is.
Since the beginning of LLMs, my ability to prototype quickly and efficiently has gone through the roof. I have to acknowledge that AI as it stands is a step forward. I can't ignore it. I don't even need to be motivated myself, I can relax while the AI does the heavy lifting, I can sit there with a beer and just dream shit up.
Of course everything needs to be checked, but that's no different to hiring a bunch of other developers, I'd check their code thoroughly as well...the only difference is the AI gets the code to me sooner and can iterate faster. It can document it (good luck getting humans to do that most of the time), it will comment it and it will explain the code to a certain extent, which makes checking the code that much easier. I can go through several revisions in under an hour, let alone a day or even weeks.
You can be angry at AI all you like and quibble over the finer details over whether it is actually AI...but it doesn't matter, it's irrelevant...the quibbling and nit picking proves exactly why AI is generally better than humans. You no longer need a team of humans that will argue amongst themselves over "the stack" or "the process" or any other poxy opinionated detail that doesn't matter...you, as an individual, can just crack on and get stuff done, rightly or wrongly, the way you see it without any interference.
Over the span of my career, the two main barriers for me getting products built and out there is time and money, I've been capable of writing software since I was a young teenager and I've been writing code for 25+ years, ability has never been a barrier for me...before AI, a prototype might have taken me a few weeks to knock together into a demonstrable state, at which point I'd start looking for some extra hands to refine it. The time from conception to actually having some semblance of a final product could be months...that's a lot of time, and if you hire a team to work with you, that's also a lot of money...usually, one of these would kill the project dead. I'd either not have enough money or not enough time or both.
My problem now, is which project do I launch first? I can have half a dozen "finished" products in a week in a state that is at the very least "beta" quality that I can distribute to friends and family for testing and feedback etc.
You just can't ignore this...I'm sorry, but if you're still hand coding things and working exclusively with humans you're trying to win a war against tanks with bows and arrows...the biggest danger in ignoring and writing off AI as it is, is that you might shop around for some developers to help you, and when they turn you down, they can have a prototype cranked out by AI and beat you, before you've even finished hand coding your alpha.
By all means though, stick your fingers in your ears and scream "la la la la" all you like...by the time you take your fingers out of your ears and open your eyes, you'll be folding Happy Meal boxes and stuffing them with nuggets and toys...mark my words.
There is nothing wrong with being skeptical about AI, despite the benefits I get from it, I am still skeptical about certain things...and it is clear that sometimes it does produce absolute garbage...but entirely dismissing it, that is career suicide at this point...maybe not immediate career suicide, but at some point, you're going to find yourself to be the anachronistic element in a given team.