First look with Codex is extremely impressive but in the end not very useful.
As I connected it to a brand new project and had it run the suggested prompts. The suggestions it gave me were
• ResponseAPI doesn’t exist, it proceeded to suggest a refactor to the CompletionsAPI
• Python 13 doesn’t exist, it suggested a downgrade to Python 11. This is already showing that this model is 2 years old
For codex to really hit its potential. It needs to be performing many websearches to preview up to date documentation when it encounters a package. Otherwise it’s always going to be suggesting deprecated or no longer valid API/SDK solutions that will create more bugs than it can fix