Unfortunately we’re not at a point yet where AI is actually a net benefit for engineers.
I spent the last day doing a little project using OpenCV and Embarcadero C++ builder. Had a hell of a time getting rid of endless linker errors with the newly built library. Tried repeatedly to use Chat and googles AI to help me figure out what was going on.
After a full day of crap, it ended up being something I tried on my own that fixed it (changed the linker I was using). After letting the AI know what happened, it was like "That makes sense because ....".
Now, I do have to give it to the AI, I learned a great deal about cmake that I never knew before. Stuff all that away with a bunch of other things I am likely never going to need again

.
Another fail was a thermal problem I was working out (heat build up within a closed polycarbonate case and a PCB under different conditions). Chat got the thermal conductivity (C/W) all wrong. In fairness, Google got it right, but the only reason I switched was because Chat's answer wasn't making empirical sense with my data.
Chat did quickly give me the constants to the curve fit of F(t)=Text+P*Rth(1-e^-t/tc) which saved me a little time.
Could any of these AI's have actually DONE the job I was trying to do? (create a field analysis tool and a 2 min dynamic EOL test that can detect high resistance in an EV charger)? Not even close.
Were the AI tools useful? Sort of.
Another use was a graph component I was using that wasn't particularly well documented in its help file. I'd give AI about 30% correct answers and 70% wrong. I ended up looking up functions in the header and source files to figure out how to use the silly thing.
One of the younger coders on my team told me that if the AI is trained on libraries and projects used frequently in your organization that it is actually much better vs general usage questions.
Maybe that is true.
For now, I would say it is a useful tool in the right hands. I can easily see how it could send a junior engineer WAY off into left field. You have to know when what it is giving you is crap.