I'm working on a large project to design a heat storage system for a plant's waste heat, and I find myself stuck at times. I'm currently using ChatGPT Premium, which is okay, but I'm having trouble getting Codex working in my PyCharm browser—any tips would be appreciated! I also have access to Gemini Pro for free through my university. I've been hearing a lot about Claude and how well it performs. What do you all think? Is it worth getting another subscription, or should I just stick with the ones I have?
4 Answers
Claude is solid, but it can mess up sometimes like any AI. Always double-check the code it generates, and make sure to write unit tests to catch any inaccuracies. I'd say it’s about 50% reliable, so don’t rely solely on it.
If you're tackling a big engineering project, integrating AI into your IDE can have a bigger impact than just switching models. For PyCharm, tools like Copilot or Claude Code might be more beneficial since they can see your project files and offer suggestions directly in the editor. In terms of models, they're all quite capable. Claude tends to produce cleaner code, while ChatGPT excels at debugging and explaining concepts.
Right now, Gemini and Claude Opus are leading the pack, with Codex coming in third. Just keep in mind that this technology evolves quickly—what's best today might change tomorrow.
Honestly, I think the best option is to code it yourself! AI can help, but nothing beats getting hands-on with the code.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically