AI is definitely a useful tool for coders (a lot of other tasks) but it is important for us to first understand
what type of a tool it is. The problem is in the name: A.I. which they chose for marketing purposes. But AI is not intelligence. It cannot think. It cannot reason and most importantly it cannot innovate. A.I. is best described as
a statistical pattern matcher. But that doesn't sell! The companies couldn't say "come invest millions in our 'statistical pattern matcher'"

After we get that definition correctly, we can move on to utilize this
tool more efficiently. Then you wouldn't expect a "pattern matcher" to write you an innovative code solving a new problem. You'd use it to solve a problem that was solved a million times before my many others and that AI has it in its database aka training data.
My question is, for those who are actively building, reviewing code or contributing to Bitcoin-related projects, how are you actually finding it in practice?
I have only used them for code review and have already found one serious bug (a dumb IndexOutOfRange bug) and a bunch of small improvements in my code.