I have been using ChatGPT to help me with my code for a few years now, but I'm wondering if I should jump to Claude for actual productivity. ChatGPT has been very helpful in many ares, but I also believe it drops the ball fairly often, even generating deprecated code that has been deprecated for a few years.

To those of you who use AI coding tools in your day to day job? What are you using? If you use Claude, is it worth paying for it just for coding?

@andy I have been testing ChatGPT and Claude for writing code and so far I have found ChatGPT better than Claude for my tests. Claude kept forgetting things in the iterative process. So a bug that was fixed in iteration 5 resurfaced in iteration 10. Both systems are good at saying "Good catch" when you point out the error in the coding. I think that my error is in not providing enough information in the beginning - like here is the code, add this feature. Trust is tough.